ERROR: KeeperErrorCode comes when create table in hbase in Standalone HBase

ERROR: KeeperErrorCode comes when create table in hbase in Standalone HBase

尝试在 Hbase 独立方式上创建新 table 时出现此错误。

hbase:002:0> create 'test', 'cf'

ERROR: KeeperErrorCode = ConnectionLoss for /hbase/master

您可能会错过 运行ning HBase master 的命令。您应该运行 Hbase 主节点使用此代码

[your Hbase path]/bin/start-hbase.sh

然后您可以在端口 16010 上看到 master-status 的仪表板,如下所示。

http://localhost:16010/

official documentation 上阅读更多内容。