Configuring User ID/Password Authentication
- Last Updated: January 23, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 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 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.