Connection property | Description |
|---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Connection property | Description |
|---|---|
Use Secret Vault | Stores sensitive credentials for this connection in the secrets manager that is configured for your organization. This property appears only if secrets manager is set up for your organization. When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured. Note: If you’re using this connection to apply data access policies through pushdown or proxy services, you cannot use the Secret Vault configuration option. For information about how to configure and use a secrets manager, see Secrets manager configuration. |
Authentication Type | You can select one of the following authentication types:
Note: LDAP is not applicable to mappings in advanced mode. |
JDBC URL * | The JDBC URL to connect to Hive. Specify the following format based on your requirement:
Note: After the port number, enter a slash. where the truststore path is the directory path of the truststore file that contains the TLS certificate on the agent machine. |
JDBC Driver * | The JDBC driver class to connect to Hive. |
Username | The user name to connect to Hive in LDAP or None mode. |
Password | The password to connect to Hive in LDAP or None mode. |
Principal Name | The principal name to connect to Hive through Kerberos authentication. |
Keytab Location | The path and file name to the Keytab file for Kerberos login. |
Configuration Files Path * | The directory that contains the Hadoop configuration files for the client. Copy the site.xml files from the Hadoop cluster and add them to a folder in the Linux box. Specify the path in this field before you use the connection in a mapping to access Hive on a Hadoop cluster:
|