Configuring user ID/password authentication
- Last Updated: August 6, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Take the following steps to configure user ID/Password authentication:
-
Set the AuthenticationMethod property to
userIdPassword. - Set the DatabaseName connection property.
- Set the ServerName connection property.
- Set the User property to provide the user ID.
- Set the Password property to provide the password.
- Optionally, if impersonation is enabled on the server, set ImpersonateUser property to provide your UserID used for impersonation.
-
Optionally, if the driver is configured to use HTTP mode (
TransportMode=http), set the CookieName property to provide the name of the cookie used for authenticating HTTP requests. The default ishive.server2.auth.