Using Basic Authentication
If your HBase deployment supports authentication, then the Simba HBase ODBC Driver can authenticate the connection using a user name and a password.
If your HBase deployment supports HTTPS, then the Simba HBase ODBC Driver can authenticate the connection through HTTPS using a user name and a password.
To configure basic authentication:
- Set the
AUTHTYPE
property to1
. - Set the
UID
property to an appropriate user name for accessing the HBase server. - Set the
PWD
property to the password corresponding to the user name you provided above.
- Configuring Authentication
- Using Basic Kerberos Authentication
- Using Advanced Kerberos Authentication
- Creating a Data Source Name
- Configuring a DSN-less Connection
- Using a Connection String
- Authentication Driver Configuration Options on page 1