Error log
ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing at org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.java:2977) at org.apache.hadoop.hbase.master.HMaster.disableTable (HMaster.java:2524) at org.apache.hadoop.hbase.master.MasterRpcServices.disableTable(MasterRpcServices.java:726) at org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod( MasterProtos.java) at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:413) at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:130) at org.apache .hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:324) at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:304)
Cause Analysis
Solution:
<!-- Enter zk client --> ZK_HOME/zkCli.sh <!-- Empty hbase --> rmr /hbase <!-- Restart hbase --> stop-hbase.sh start-hbase.sh
verification
<!-- Enter shell command --> hbase shell <!-- View table --> list <!-- disable table --> disable'test '
Read More:
- hbase ERROR org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- An error occurs when HBase uses the shell command: pleaseholdexception: Master is initializing solution
- The list command in HBase shell reported an error org.apache.hadoop . hbase.PleaseHoldException : Master is initializing
- ERROR: KeeperErrorCode = NoNode for /hbase/master
- HBase import CSV file
- A method to solve the error – 110 whilst initializing SD card of raspberry pie
- HBase hangs up immediately after startup. The port reports an error of 500 and hmaster aborted
- Solution of server not running yetexception in HBase
- Java query HBase outoforderscannernextexception
- Some problems in the development of HBase MapReduce
- After the two hosts set up the master-slave replication of MySQL, the show slave status displays: last_ IO_ Error: error connecting to master ……
- Hbase Native memory allocation (mmap) failed to map xxx bytes for committing reserved memory
- Kylin startup error HBase common lib not found
- HBase shell input cannot be deleted using backspace
- How to solve the problem of “please enter a commit message to explain why this merge is necessary” when git merges branches?
- How to solve the problem that lightningchart is completely black
- Habse error: error: org.apache.hadoop . hbase.security.AccessDeniedException : Insufficient
- How to solve the problem of requirements check failed for JDK 8 when Cordova 9.0 is built
Thank you.