HBase common problems master is initializing
1.time is inconsistent with the system ntpdate 0.cn.pool.ntp.org// command update time
start regionserver
Start regionserver first, and then start hmaster
./hbase-daemon.sh start regionserver
Then execute:
./hbase-daemon.sh start master
2. When you use the existing zookeeper, none of the above solutions will work. As soon as you open the cluster, you will have such a problem: you can clear the/HBase path in the zookeeper space and close HBase
cd $HBASE_HOME/bin
./hbase zkcli
ls /
rmr /hbase
ls /
ctrl + c quit zookeeper clean out the hbase storage path on HDFS hdfs dfs -rm -r /hbase restart hbase
Similar Posts:
- [Solved] HBase Startup Error: master.HMaster: Failed to become active master
- [Solved] zookeeper deletes a directory node Error: authentication is not valid: /HBase/tokenauth
- Solution to unknown hostexception error when HBase starts regionserver
- [HBase] – the default port is occupied, and an error is reported when starting
- [HBase] java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.
- [Solved] Hbase Startup Normally but Execute Error: Server is not running yet
- [Solved] Hbase Error: org.apache.hadoop.hbase.ipc.FailedServerException
- ETL component flume startup error [How to Solve]
- [Solved] hbase ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet
- [Solved] Phoenix startup error: issuing: !connect jdbc:phoenix:hadoop162:2181 none…