You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I change 'hbase.zookeeper.quorum' of hbase-site.xml to $(docker-machine ip default):2181, but when I join hbase shell and type list, it output following:
2015-12-01 16:40:43,538 INFO [main] ipc.RpcClient: Retrying connect to server: 61f329846777/61.50.248.117:44555 after sleeping 100ms. Already tried 0 time(s).
2015-12-01 16:41:03,648 INFO [main] ipc.RpcClient: Retrying connect to server: 61f329846777/61.50.248.117:44555 after sleeping 100ms. Already tried 1 time(s).
61f3 is container id. And I try python code which has same problem. How to connect zk correctly?
The text was updated successfully, but these errors were encountered:
I change 'hbase.zookeeper.quorum' of
hbase-site.xml
to$(docker-machine ip default)
:2181, but when I joinhbase shell
and typelist
, it output following:61f3
is container id. And I try python code which has same problem. How to connect zk correctly?The text was updated successfully, but these errors were encountered: