hbase Master is initializing

重裝hbase後導致出險問題:

hbase(main):007:0> create 'test_t2','f1' ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing at org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.

Master startup cannot progress, in holding-pattern until region onlined. 

hbase 元數據有問題,嘗試刪除 hdfs上的/hbase/*  但是無效

查看hbase在zk的元數據:

[zk: localhost:2181(CONNECTED) 21] ls /hbase/
meta-region-server   rs                   splitWAL             backup-masters       table-lock           flush-table-proc     master-maintenance   online-snapshot      switch               master               
running              draining             namespace            hbaseid              table   

刪除 online-snapshot ,master-maintenance,running 等後重啓hbase

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章