Security 如何使用SQuirreL SQL连接到安全的hbase群集

Security 如何使用SQuirreL SQL连接到安全的hbase群集,security,hadoop,hbase,squirrel-sql,phoenix,Security,Hadoop,Hbase,Squirrel Sql,Phoenix,我正在尝试将SQuirreL SQL client设置为连接到部署在CDH5.4.3上的安全hbase群集 我已经在squirrelsql的lib目录中复制了kerberos密钥表文件、hbase site.xml和core site.xml。我使用的phoenix-4.3.0-client包含所有必需的JAR 使用的连接URL格式为: jdbc:phoenix:[quorum]:[port]:[rootNode]:[principal]:[keytab] 以下是SQuirreL日志中的错误:

我正在尝试将SQuirreL SQL client设置为连接到部署在CDH5.4.3上的安全hbase群集

我已经在squirrelsql的
lib
目录中复制了kerberos密钥表文件、
hbase site.xml
core site.xml
。我使用的phoenix-4.3.0-client包含所有必需的JAR

使用的连接URL格式为:

jdbc:phoenix:[quorum]:[port]:[rootNode]:[principal]:[keytab]
以下是SQuirreL日志中的错误:

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 for channel to be ready for 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: This server is in the 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: This server is in the failed servers list: abc.xyz.com/10.201.15.151:60000

我遗漏了什么吗?任何人都可以分享设置SQuirreL SQL以连接到secure
hbasecluster
的步骤吗?

您最终能够连接吗?