HBase New Table error org.apache.hadoop.hbase.TableExistsException

Before installing an older version of hbase, it does not clean up its content on the Zookeeper.

Solution


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

Reproduced in: https: //my.oschina.net/dreamness/blog/3054201

Guess you like

Origin blog.csdn.net/weixin_34050519/article/details/92047613