org.apache.hadoop.hbase.TableExistsException: hbase:namespace
在cdh版本下使用:
$ZOOKEEPER_HOME/bin/zkCli.sh
ls /rmr /hbase
quit
然后重新启动hbase服务即可。
另一种方法:
zookeeper-client -server ip portls /删除有关hbase的项rmr /hbase
quit
hbase报错org.apache.hadoop.hbase.TableExistsException: hbase:namespace
原文地址:http://www.cnblogs.com/Try-kevin/p/7892485.html