I installed hadoop 2.2.0 and hbase-0.94.18 on ubuntu 12.04. When I try to run a command
create 't1','c1'
in hbase shell, I get the following error:
ERROR client.HConnectionManager$HConnectionImplementation:
Check the value configured in 'zookeeper.znode.parent'.
There could be a mismatch with the one configured in the master.
What's wrong?
source
share