host
: The hostname, IP address, or URL of the Apache Hive server.database
: The name of the Apache Hive database to connect to.username
: The username for the Apache Hive database.password
: The password for the Apache Hive database.port
: The port number for connecting to the Apache Hive server. Default is 10000
.auth
: The authentication mechanism to use. Default is CUSTOM
. Other options are NONE
, NOSASL
, KERBEROS
and LDAP
.hive_datasource
as the datasource name, which is defined in the CREATE DATABASE
command.Database Connection Error