HBase Failed to Start Due to a Quota Set on HDFS
Symptom
HBase fails to start.
Cause Analysis
Check the HMaster log (/var/log/Bigdata/hbase/hm/hbase-omm-xxx.log). It is found that "The DiskSpace quota of /hbase is exceeded" is displayed.
Solution
- Run the df -h command to check data directory space. It is found that the directory space is full. Delete unnecessary data to free up space.
- Expand the node to ensure that the data directory space is sufficient.
Parent topic: Using HBase
- Symptom
- Cause Analysis
- Solution