JDBC connection to Hive using TLS SSL

0 votes

Hi. I have set up Hive and enabled TLS/SSL on Hive by following the steps mention in this post. Now I am trying to connect to hive via TLS/SSL but it is not getting connected. Is there any changes to be made in the properties?

May 31, 2019 in Big Data Hadoop by Esha
3,109 views

1 answer to this question.

0 votes

Hi. The properties are right but in order to connect JDBC to hive server using TLS/SSL, you will have to use the following property in the connection URL:

;ssl=true[;sslTrustStore=<Trust-Store-Path>;trustStorePassword=<Trust-Store-password>]
answered May 31, 2019 by Karan

Related Questions In Big Data Hadoop

0 votes
1 answer

Error while connecting to Hive using Java JDBC

Use ​org.apache.hive.jdbc.HiveDriver as your driver ...READ MORE

answered Nov 22, 2018 in Big Data Hadoop by Omkar
• 69,180 points
2,483 views
+3 votes
1 answer

Getting Connection Error while loading data into table using cloudera hive

Hey Nafeesa, Itseems that Hive is not able ...READ MORE

answered Oct 4, 2018 in Big Data Hadoop by Vardhan
• 13,130 points
1,643 views
0 votes
1 answer

Hadoop: How to keep duplicates in Hive using collect_set()?

SELECT hash_id, COLLECT_LIST(num_of_cats) AS ...READ MORE

answered Nov 2, 2018 in Big Data Hadoop by Omkar
• 69,180 points
3,316 views
0 votes
1 answer

Hadoop Hive Hbase: How to insert data into Hbase using Hive (JSON file)?

You can use the get_json_object function to parse the ...READ MORE