hbase报错 ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
Posted 断臂人123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hbase报错 ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing相关的知识,希望对你有一定的参考价值。
hbase报错:
hbase(main):001:0> status
ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
at org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.java:2293)
at org.apache.hadoop.hbase.master.MasterRpcServices.getClusterStatus(MasterRpcServices.java:777)
.....
解决:
登录zookeeper客户端,删除/hbase
# ./bin/zkCli.sh
[zk: localhost:2181(CONNECTED) 1] rmr /hbase
之后重启hbase服务
参考:
https://blog.csdn.net/fooelliot/article/details/86621182
以上是关于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
phoenix连接hbase数据库,创建二级索引报错:Error: org.apache.phoenix.exception.PhoenixIOException: Failed after atte