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

Posted kevin&learn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 

 

 

以上是关于hbase报错org.apache.hadoop.hbase.TableExistsException: hbase:namespace的主要内容,如果未能解决你的问题,请参考以下文章

HBase 报错 ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing

Eclipse连接HBase 报错:org.apache.hadoop.hbase.PleaseHoldException: Master is initializing

hbase报错ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet 采坑

USDP使用笔记解决HBase的ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing报错

USDP使用笔记解决HBase的ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing报错

错误: 找不到或无法加载主类(invalid variable name) org.apache.hadoop.hbase.util.GetJavaProperty——Hbase报错