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 HiveServer2. |
Port | The port for the connection to the HiveServer2 instance. |
User | The username used to authenticate with Hive. |
Password | The password used to authenticate with Hive. |
ProtocolVersion | The Protocol Version used to authenticate with Hive. |
TransportMode | The transport mode to use to communicate with the Hive server. Accepted entries are BINARY and HTTP. |
Database | The name of the Hive database to use by default. |
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. |