HBase异常 -- Unable to move table from temp=hdfs://hadoop2:9000/hbase/.tmp/data/ns1/student to hbase root=hdfs://hadoop2:9000/hbase/data/ns1/student
异常描述
发现配置文件hbase-site.xml中,数据存储路径,写错了,修改后,重启HBASE,然后操作HBASE,出现异常
异常解决
格式化HBASE(删除zookeeper上的HBASE节点,操作步骤:zkCli.sh rmr /hbase)
重启HBASE
心如止水,虚怀如谷