16.1. Troubleshooting HBase Services not Starting

If the HBase RegionServer and Master is not starting, it could be because a parenthesis in the Path variable caused a problem during setup of the services.

To fix this, run the following commands from an Administrator command prompt:

hbase.cmd --service master start > master.xml
hbase.cmd --service regionserver start > regionserver.xml
hbase.cmd --service rest > rest.xml
hbase.cmd --service thrift > thrift.xml
hbase.cmd --service thrift2 > thrift2.xml

Then restart the HBase services.


loading table of contents...