Hi All,
We have developed Java Application to extract the data from hive database. Currently hive2 server is enabled with kerberos and SSL. In our application we are using Cloudera Drive
com.cloudera.hive.jdbc41.HS2Driver
The application is running in Linux and installed Kerberos client as well. Before application triggers, script will perform knit to generate the token. Below is the connection String
"jdbc:hive2://servername:10000/databasename;SSL=1;SSLTrustStore=path;AuthMeth=1;KrbHostFQDN=<krbhostFQDN>;KrbServiceName=<krbservicename>;KrbRealm=<krbrealm>"
Application is unable to connect and throwing error message as shown in below.
Really appreciate for any help. Thanks!