org.apache.hadoop.hbase.TableExistsException: hbase:namespace

Problem is here : https://community.cloudera.com/t5/Storage-Random-Access-HDFS/HMaster-not-starting-TableExistsException/td-p/11466

The solution:

First, perform

zookeeper-client -server ip port

 on the zookeeper node. We get:

Then, perform

ls /

 we get:

[zookeeper, rmstore-yarn1, transwarp_healthcheck_root, yarn-leader-election, chronos, hyperbase1, hdfs1-ha]

 Finally, perform

rmr /hyperbase1

Done!

 

你可能感兴趣的:(org.apache.hadoop.hbase.TableExistsException: hbase:namespace)