Authentication
このセクションでは、本プロバイダーの接続設定で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
AuthScheme | The authentication scheme used. Accepted entries are Plain, LDAP, NOSASL, and Kerberos. |
Server | The host name or IP address of the server hosting the SparkSQL database. |
Port | The port for the SparkSQL database. |
User | The username used to authenticate with SparkSQL. |
Password | The password used to authenticate with SparkSQL. |
Database | The name of the SparkSQL database. |
ProtocolVersion | The Protocol Version used to authenticate with SparkSQL. |
ImpersonationProxyUser | The proxy user of the Hive user impersonation. |
SaslQop | Quality of protection for the SASL framework. The level of quality is negotiated between the client and server during authentication. Used by Kerberos authentication with TCP transport. |
TransportMode | The transport mode to use to communicate with the Hive server. Accepted entries are BINARY and HTTP. |