Authentication
This section provides a complete list of the Authentication properties you can configure in the connection settings for this provider.
| Property | Description |
| AuthScheme | The authentication scheme used. Accepted entries are Anonymous, 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. |