How to Fix Corrupt Blocks And Under Replicated Blocks in HDFS
This post shows ways to fix missing or corrupt blocks in HDFS and under replicated blocks in HDFS. How to find out corrupt blocks To list the corrupt blocks in the HDFS you can use the following command. $ hdfs fsck -list-corruptfileblocks This command will give you the list of…