HBase新建表报错 org.apache.hadoop.hbase.TableExistsException

之前安装了旧版本的hbase, 没有清理其在Zookeeper上的内容。

解决办法


    stop-hbase.sh
    zkCli.sh
        >>> rmr /hbase
        >>> quit
    start-hbase.sh

转载于:https://my.oschina.net/dreamness/blog/3054201

猜你喜欢

转载自blog.csdn.net/weixin_34050519/article/details/92047613