hadoop - Issue accessing Hive JDBC via Knox and configuring Hive in Ranger -


we have hdp-2.2 cluster freeipa configured.but when trying access hive jdbc via knox facing issue.following jdbc uri using:

jdbc:hive2://xxxxxxxxxxx:8443/;ssl=true;ssltruststore=/var/lib/knox/data/security/keystores/gateway.jks;truststorepassword=xxxxxxxxxxxx?hive.server2.transport.mode=http;hive.server2.thrift.http.path=gateway/default/hive

below error getting: _

keystore tampered with, or password incorrect (state=08s01,code=0)

it seems password of truststore not match of mentioned in jdbc uri.we tried changing knox master password ambari not allow change it.is way wherein can change truststore password , create new knox master? affect other services if master secret password changed?

in addition if use same uri creating hive repository in ranger _"connection failed" _error.is same jdbc uri used in ranger create repository hive?

note: if set hive transport mode "binary" instead of "http" able create repository in ranger in case hive on knox not work requires "http" mode


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -