org.apache.hadoop.hbase.TableExistsException: hbase:namespace
Posted lxl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章