How can I export to a TLS/SSL secured Hiveserver2?
I try to setup a Hiveserver2 connection to an TLS/SSL secured Hiveserver2 with LDAP User/Password authentication. There are no options to activate SSL like they exist for the jdbc (import oly) connection for Hiveserver2. Are there options in the "Custom properties" field I can use?
-
Hello Michael.
In case HiveServer2 instance you are trying to connect to is configured to serve via SSL, you could introduce the property hive.server2.use.SSL=true at Connection's custom properties.
Please feel free to open a support ticket if you would need further assistance on this.
-
Hello Michael.
I guess you are facing the exception like
PKIX path building failed SunCertPathBuilderException: unable to find valid certification path to requested target
In this case it is required to gather SSL certificate from Hive service, add it into Datameer JVM truststore and restart conductor. Below articles describe the process you should follow to gather and add the certificate.
Please sign in to leave a comment.
Comments
3 comments