UserID/Password Authentication Properties
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Cloudera Impala 5.1
- Documentation
This section describes the connection properties used to configure userID/password authentication.
| Property | Characteristic |
|---|---|
| AuthenticationMethod | Determines which authentication method the
driver uses when establishing a connection. Set this to |
| DatabaseName | Specifies the name of the Impala database. The database must exist, or the connection attempt will fail. |
| Specifies a password that is used to connect to your database. | |
| PortNumber | The TCP port of the primary database server
that is listening for connections to the database. The default is
|
| ServerName | Specifies either the IP address or the server name (if your network supports named servers) of the primary database server. |
| Specifies the user name that is used to connect to the database. |