Dear all:
I am using hdp 2.5.0 and enable the hive HA. then the jdbc url connectstring becomes like this.
jdbc:hive2://m1.hdp.local:2181,m2.hdp.local:2181,m3.hdp.local:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2
I can connect to hs2 using the jdbc url connectstring via beeline successfully. but cann't connect to it using finereport/kettle, etc. I think these BI tools don't support the zookeeper mode. But I don't know how to recover the jdbc connect mode from zookeeper mode to direct mode. Can you? By the way, i have already tried to connect to hs2 using jdbc connecstring such as jdbc:hive2://m1.hdp.local:10000/default via beeline. but i didn't work, cann't connect to hs2.