Error1: org.apache.hadoop.hbase.NotServingRegionException:
Error 2: Can’t get master address from ZooKeeper; znode data == null
[root@hadoop01 bin]# sh hbase hbck
2022-01-29 16:48:49,797 INFO [main] client.HConnectionManager$HConnectionImplementation: getMaster attempt 9 of 35 failed; retrying after sleep of 10044, exception=java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Solution:
Stop HBase and go to the bin directory of HBase
sh stop-hbase.sh
Start the zookeeper client and delete the/HBase node
[root@hadoop01 bin]# sh zkCli.sh
[zk: localhost:2181(CONNECTED) 1] rmr /hbase
Restart HBase cluster
sh start-hbase.sh
Read More:
- HBase shell Find ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] hbase Create Sheet Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] hbase Create Sheet Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] HBase Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] habse Start Error: Error: Could not find or load main class org.apache.hadoop.hbase.util.GetJavaProperty
- [Solved] Hadoop Error: Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
- [Solved] Flume Error: java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
- [Solved] Hive Error: FAILED: Execution Error, return code 3 from org.apache.hadoop.hive.ql.exec.mr.MapredLocalTask
- [Solved] Failed update hbase:meta table descriptor HBase Startup Error
- [Solved] Eclipse SVN Plug-in Submit Error: org.eclipse.team.svn.core.connector.SVNConnectorException…
- [Solved] Eclipse Connect Hadoop error: /An internal error occurred during: “Map/Reduce location status updater“
- [Solved] hbase Startup Error: ERROR: Can’t get master address from ZooKeeper; znode data == null
- How to Solve Hadoop Missing Hadoop.dll and winutils.exe file error
- [Solved] org.apache.spark.SparkException: Kryo serialization failed: Buffer overflow
- Springboot Run Error: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Handler
- [Solved] Springboot Error: org.apache.catalina.core.ContainerBase : A child container failed during start
- [Solved] @webservice Error: org.apache.cxf.common.i18n.UncheckedException: No operation was found with
- Error when Struts2 started Tomcat: org.apache.catalina.core.StandardContext filterStart
- [Solved] SAX2 driver class org.apache.xerces.parsers.SAXParser not found
- [Solved] Mybatis:Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance.