1 hdfs fsck -list-corruptfileblocks
1 hdfs fsck / | egrep -v '^.+$' | grep -v eplica
查看上面某一个文件的情况
1 hdfs fsck /path/to/corrupt/file -locations -blocks -files
解决方法