hbase报错org.apache.hadoop.hbase.TableExistsException: hbase:namespace
org.apache.hadoop.hbase.TableExistsException: hbase:namespace
在cdh版本下使用:
$ZOOKEEPER_HOME/bin/zkCli.sh
ls / rmr /hbase
quit
然后重新启动hbase服务即可。
另一种方法:
zookeeper-client -server ip port ls / 删除有关hbase的项 rmr /hbase
quit