48193/jdbc-connection-to-hive-using-tls-ssl
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?
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>]
Use org.apache.hive.jdbc.HiveDriver as your driver ...READ MORE
Hey Nafeesa, Itseems that Hive is not able ...READ MORE
SELECT hash_id, COLLECT_LIST(num_of_cats) AS ...READ MORE
You can use the get_json_object function to parse the ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
To connect to HiveServer2 in HTTPS mode ...READ MORE
To enable TLS/SSL on hive, you have ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.