Hi, In case of HA JDBC connectivity to multiple Hive servers with ZooKeeper discovery, what’s the correct value for principal’s hostname attribute?
jdbc: hive2://zookeeper_quorum/;serviceDiscoveryMode=zookeeper;zooKeeperNamespace=hiveserver2;princpal=hive/????@REALM In normal JDBC we have the thrift server hostname but here it is not known initially and is discovered by zookeeper. Regards, Amin