Created on
03-19-2020
06:57 PM
- last edited on
03-19-2020
09:14 PM
by
ask_bill_brooks
Hi,
I was provided with the following connection which is successful in beeline:
beeline -u
jdbc:hive2://<quorum>:2181,<quorum>:2181,<quarum>2181/;serviceDiscoveryMode=zooKeeperHA;zooKeeperNamespace=hs2ActivePassiveHA;transportMode=binary;principal=hive/_HOST@<domain>;ssl=true;sslTrustStore=/sslcert/hadoop_truststore.jks;trustStorePassword=
I am trying to use Cloudera JDBC Driver for Apache Hive to connect to the above connection. May i know how do i structure the URI for hte JDBC driver?