For Kerberos authentication, you need to change the database driver and URL according to this document.
This document introduces how to configure the driver for Kerberos authentication in common environments.
You can refer to this document when the Kerberos authentication fails, or when the unified Kerberos configuration is required across different platforms or Kerberos versions. If the environment is built in and supports direct authentication, you do not need to use the drivers introduced in this document.
Transwarp Inceptor
jdbc:hive2://IP address:Port number/database;principal=hive/service@REALM;authentication=kerberos;kuser=principal;keytab=keytab path
principal in the URL:
The value of principal is composed of three parts: xxx/xxx@xxx.
The value of service is not an IP address, but a computer name.
The value of principal needs to meet the rules in the hive-site.xml file.
Spark
jdbc:hive2://IP address:Port number/database;principal=hive/service@REALM
Hive version: hive
Hive 2.X version: hive2.x
Hive 3.X version:final
Hive (single node)
Apache Impala
jdbc:impala://IP address:Port number/database;AuthMech=1;KrbHostFQDN=quickstart.cloudera;KrbServiceName=impala
Impala
FusionInsight HD
jdbc:hive2://zkhost:Port number/,zkhost:Port number,zkhost:Port number/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2;principal=hive/service@REALM
ZooKeeper
You can confirm if ZooKeeper requires Kerberos authentication by checking the version of the ZooKeeper JAR package.
Ensure that the used ZooKeeper JAR package is a built-in one in a database.
Check the relevant configuration of ZooKeeper.
Hive (ZooKeeper format; commonly used in clusters)
Phoenix
jdbc:phoenix:quorum:Port number/database:principal:keytabPath
You are advised to include principal and keytab in the URL.
Confirm whether ZooKeeper needs to be authenticated. If no authentication is required, set the zookeeper.sasl.client system parameter to false. If SASL authentication is required, ensure that the principal name is correct.
If the value of hbase.zookeeper.quorum is a hostname, you need to configure the corresponding mapping in the hosts file.
HBase
hbase.zip
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy