创建表,提示已经存在
[root@node1]# hbase shell
2017-04-07 14:13:46,230 WARN [main] util.NativeCodeLoader: Unable...删除该表时,提示不存在
hbase(main):024:0> disable 'googlebook'
ERROR: Table googlebook does not exist....解决办法
清除Zookeeper内存数据库中的相关数据
[root@node1]# zkCli.sh
[zk: localhost:2181(CONNECTED) 0] ls /
[zookeeper...master, running, balancer, recovering-regions, draining, namespace, hbaseid, table]
删除 /hbase/table-lock下的相关数据...:2181(CONNECTED) 7] ls /hbase/table-lock
[google, googlebook1, hbase:namespace, t1]
删除 /hbase/table下的相关数据