Apache Hive datasource Configuration
A distributed fault-tolerant data warehouse system.
Parameters
Name | Type | Required | Description |
---|---|---|---|
port | integer | ❌ | Hive server port, default 10000 Defaults: 10000 |
database | string | ❌ | Database name, default 'default' Defaults: default |
auth | string | ❌ | Authentication mode: NONE, NOSASL, LDAP, KERBEROS, CUSTOM Valid values: NONE , NOSASL , LDAP , KERBEROS , CUSTOM Defaults: NONE |
username | string | ❌ | Username for authentication |
password | string | ❌ | Password for LDAP or CUSTOM auth |
kerberos_service_name | string | ❌ | Kerberos service name Defaults: hive |
transport_mode | string | ❌ | Transport mode: binary or http Defaults: binary |
driver | string | ❌ | Driver name for Hive, default is hive. Defaults: hive |
host | string | ✅ | Hive server host |