Re: Hbase errors for " ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing"

2019-10-11 Thread Sean Busbey
what version of hbase are you using? If master is still initializing, then probably one of the regions in transition is the region for meta, or a region for a system table (e.g. hbase:namespace). You should check the master logs to figure out which one and what their state is. On Fri, Oct 11,

Hbase errors for " ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing"

2019-10-11 Thread ????????
hi ,guys: My HBase made the following mistakes when creating a build table or disable table " ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing at org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.java:2998) at