2016-12-06 09:22:39,761 ERROR [main] client.HConnectionManager$HConnectionImplementation: Can't get connection to ZooKeeper: KeeperErrorCode = ConnectionLoss for /hbase-unsecureERROR: KeeperErrorCode = ConnectionLoss for /hbase-unsecureHere is some help for this command:List all tables in hbase. Optional regular expression parameter couldbe used to filter the output. Examples:hbase> listhbase> list 'abc.*'hbase> list 'ns:abc.*'hbase> list 'ns:.*'
1 回答
慕田峪4524236
TA贡献1875条经验 获得超5个赞
hbase shell不能创建表的原因分析。
一.现象:
前一段时间 安装了Hbase
hbase shell
进去之后 list status 命令都能够正常运行。
但是执行建表语句 :
create 'aaa','bbb'
的时候 他就一直卡在那不动,也不报任何错误, 日志里面一直在刷如下的 debug日志:
- 1 回答
- 0 关注
- 859 浏览
添加回答
举报
0/150
提交
取消