Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


Property Description
AuthScheme The scheme used for authentication. Accepted entries are None, Basic, and Negotiate (Kerberos). None is the default.
Server The host name or IP address of the Apache HBase REST server.
Port The port for the Apache HBase REST server.
User The user who is authenticating to Apache HBase.
Password The password used to authenticate to Apache HBase.