2016-09-21 00:11:28,533 ERROR [main] client.ConnectionManager$HConnectionImplementation: Can't get connection to ZooKeeper: KeeperErrorCode = OperationTimeout
ERROR: KeeperErrorCode = OperationTimeout
Here is some help for this command:
List all tables in hbase. Optional regular expression parameter could
be used to filter the output. Examples:
hbase> list
hbase> list 'abc.*'
hbase> list 'ns:abc.*'
hbase> list 'ns:.*'
hbase(main):002:0> [root@cluster12 bin]#
http://www.cnblogs.com/canyangfeixue/p/4620781.html
我也遇到过,看起来hbase shell能正常执行,但报上面错。最后其实是公司的服务器的hbase实际没启动。 找相关人员启动后再次 hbase shell就能看到所有表了,也不提示上面错误了