Hello,
We are working on connecting to a secured hbase cluster using Phoenix
driver and are having issues.
We've confirmed that a connectivity to a non kerberized cluster works fine.
There is a dependency for kerberized connectivity on two config files
1) hbase-site.xml
2) core-site.xml
We've made sure that these two config files are co located
under /usr/local/squirrel-sql-3.5.3/lib directory. However, connectivity is
not established because squirrel is not able to read configs from these two
external files.
Any suggestions on what we can do next here?
Squirrel Logs:
2015-11-07 04:37:23,156 [pool-1-thread-1] INFO
org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation
- getMaster attempt 1 of 35 failed; retrying after sleep of 100,
exception=com.google.protobuf.ServiceException: java.io.IOException: Call
to hdp213-1/10.22.10.153:60000 failed on local exception:
java.io.IOException: Call id=35, waitTime=4
2015-11-07 04:37:23,261 [pool-1-thread-1] INFO
org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation
- getMaster attempt 2 of 35 failed; retrying after sleep of 200,
exception=com.google.protobuf.ServiceException: java.io.IOException: Call
to hdp213-1/10.22.10.153:60000 failed on local exception:
java.io.IOException: Call id=36, waitTime=3
2015-1
Hbase Master Logs:
2015-11-05 23:57:25,292 DEBUG [RpcServer.listener,port=60000]
ipc.RpcServer: RpcServer.listener,port=60000: connection from
10.22.8.67:34565; # active connections: 2
2015-11-05 23:57:25,293 DEBUG [RpcServer.reader=5,port=60000]
ipc.RpcServer: RpcServer.listener,port=60000: Caught exception while
reading:Authentication is required
2015-11-05 23:57:25,293 DEBUG [RpcServer.reader=5,port=60000]
ipc.RpcServer: RpcServer.listener,port=60000: DISCONNECTING client
10.22.8.67:34565 because read count=-1. Number of active connections: 2
Thanks
-Tanvir
|