Error1: org.apache.hadoop.hbase.NotServingRegionException:
Error 2: Can’t get master address from ZooKeeper; znode data == null
[[email protected] 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
[[email protected] bin]# sh zkCli.sh
[zk: localhost:2181(CONNECTED) 1] rmr /hbase
Restart HBase cluster
sh start-hbase.sh
Read More:
- [Solved] hbase Startup Error: ERROR: Can’t get master address from ZooKeeper; znode data == null
- 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 shell command Error: ERROR: connection closed
- How to Solve Hmaster hangs up issue due to namenode switching in Ha mode
- [Solved] Failed update hbase:meta table descriptor HBase Startup Error
- [Solved] HBase Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- How to Solve HBase error: region is not online
- [Solved] habse Start Error: Error: Could not find or load main class org.apache.hadoop.hbase.util.GetJavaProperty
- [HBase Error]“java.lang.OutOfMemoryError: Requested array size exceeds VM limit”
- [Solved] K8s cluster build error: error: kubectl get csr No resources found.
- [Solved] Hadoop error java.lang.nosuchmethoderror
- [Solved] Hbase …ERROR: Unable to read .tableinfo from file:/hbaseData/data/default/table1/xxxx
- [Solved] kafka startup Error: java.net.ConnectException: Connection refused
- Hbase Error: Regions In Transition [How to Solve]
- UnknownHostException error when connecting to Mongo cluster Java
- [Solved] bin/hive Startup Error: Operation category READ is not supported in state standby
- [Solved] Android MediaRecorder.stop() Error: java.lang.RuntimeException: stop failed.
- Rabbitmq failed to stop normally: ERROR: node with name “rabbit” already running on “localhost”
- [Solved] ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure.