Hbase实战问题(二)/hbase/WALs/id,端口,xxxxxxxx-splitting is non empty: Directory is not empty

问题描述

    hdfs、hbase的集群挂掉,查看hdfs日志

org.apache.hadoop.fs.PathIsNotEmptyDirectoryException:/hbase/WALs/id,端口,xxxxxxxx-splitting is non empty: Directory is not empty

解决方案:

hbase原先的一个bug

 hadoop dfs -rm -r  /hbase/WALs/*

重启hbase、hdfs就正常


版权声明:本文为congcong68原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。