HBase 报错 ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HBase 报错 ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing相关的知识,希望对你有一定的参考价值。

学hbase的时候,搭建好环境启动hbase,jps查看进程发现hmaster和hregionserevr可以正常出现。

终端下输入hbase shell后也可以进入hbase的shell,输入List后就报错;

错误提示:ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing

查看错误日志发现: 如图

技术分享

发现有一台节点无法连接,所以master一直是等待状态,不能列出具体的namespace.启动另一台集群的这个节点就恢复正常。

当然要保证zookeeper能正常提供服务。可以通过查看zookeeper的状态来查看是否正常;   zkServer.sh status;  必须保证半数以上的进程存活。

然后就是要保证时间同步,可以临时先手动同步或者搭建NTP服务器。

hbase集群正常的截图

技术分享


本文出自 “星月情缘” 博客,请务必保留此出处http://xuegodxingyue.blog.51cto.com/5989753/1934856

以上是关于HBase 报错 ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing的主要内容,如果未能解决你的问题,请参考以下文章

hbase报错ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet 采坑

USDP使用笔记解决HBase的ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing报错

USDP使用笔记解决HBase的ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing报错

安装hbase分布式集群出现的报错- ERROR:org.apache.hadoop.hbase.PleaseHoldException: Master is initializing

Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)

为什么连接HBase报错:Will not attempt to authenticate using SASL (unknown error)?