Get error when I run Hbase shell Get error when I run Hbase shell shell shell

Get error when I run Hbase shell


I also met the same problem and struggled for a long time. Following the instructions here, before run ./bin/hbase shell command you should use ./bin/start-hbase.sh first. Then my problem was solved.


As your hbase-site.xml says - you have tried running hbase on hdfs also and now you are trying to run on local file system.
Solution : run hadoop.x.x.x/bin/start-dfs.sh first, and then run hbase.x.x.x/bin/start-hbase.sh . It will now run as expected on local file system.


I was in this problem too.

If you trying in stand alone, only use hbase library and remove hadoop from your libraries and use hbase.hadoop libraries.