security - how to connect to secure hbase cluster using SQuirreL SQL -
i trying setup squirrel sql client connect secure hbase cluster deployed on cdh5.4.3.
i have copied kerberos keytab file, hbase-site.xml
, core-site.xml
in lib
directory of squirrel sql. using phoenix-4.3.0-client containing required jars.
the connection url format used is:
jdbc:phoenix:[quorum]:[port]:[rootnode]:[principal]:[keytab]
below error squirrel's logs:
2015-08-19 18:24:57,696 [pool-1-thread-1] info org.apache.hadoop.hbase.client.hconnectionmanager$hconnectionimplementation - getmaster attempt 1 of 35 failed; retrying after sleep of 100, exception=com.google.protobuf.serviceexception: org.apache.hadoop.net.connecttimeoutexception: 20000 millis timeout while waiting channel ready connect. ch : java.nio.channels.socketchannel[connection-pending remote=abc.xyz.com/10.201.15.151:60000] 2015-08-19 18:24:58,386 [pool-1-thread-1] info org.apache.hadoop.hbase.client.hconnectionmanager$hconnectionimplementation - getmaster attempt 2 of 35 failed; retrying after sleep of 200, exception=com.google.protobuf.serviceexception: org.apache.hadoop.hbase.ipc.rpcclient$failedserverexception: server in failed servers list: abc.xyz.com/10.201.15.151:60000 2015-08-19 18:24:59,176 [pool-1-thread-1] info org.apache.hadoop.hbase.client.hconnectionmanager$hconnectionimplementation - getmaster attempt 3 of 35 failed; retrying after sleep of 300, exception=com.google.protobuf.serviceexception: org.apache.hadoop.hbase.ipc.rpcclient$failedserverexception: server in failed servers list: abc.xyz.com/10.201.15.151:60000
am missing anything? can share steps setting squirrel sql connect secure hbasecluster
?
Comments
Post a Comment