Parameter | Expected value |
|---|---|
name | The name that will be displayed to catalog users for this connection |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. Here, the value must be impala and this value must not be modified. |
connection.url | Database address (example: jdbc:impala://host:21050). |
Basic Auth | |
connection.username | Username |
connection.password | User password |
Kerberos | |
connection.kerberos.principal | Kerberos principal name (example: user/_HOST@KRB_REALM) |
connection.kerberos.keytab | Absolute path to the Kerberos Keytab authentication file |
connection.kerberos.realm | Kerberos realm |
connection.kerberos.host | Kerberos host |
connection.kerberos.userjdbc | JDBC User is "impala" by default but you can use the one you choose. |
tls.truststore.path | The Trust Store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of Cloudera servers are delivered by a specific authority. It must contain the certification chain. |
tls.truststore.password | Password of the trust store file |
tls.truststore.type | Type of the trust store file (PKCS12 or JKS). Default value is discovered from the file extension. |
Object | Identifier Key | Description |
|---|---|---|
Dataset | code/database name/dataset name | - code: Unique identifier of the connection noted in the configuration file - database name - dataset name: Table name |
Field | code/database name/dataset name/field name | - code: Unique identifier of the connection noted in the configuration file - database name - dataset name: Table name - field name |