Support Questions

Find answers, ask questions, and share your expertise

Corrupted blocks on HDFS

avatar

How to remove corrupted blocks from hdfs

1 ACCEPTED SOLUTION

avatar
Expert Contributor
@Gulshad Ansari: Please check http://stackoverflow.com/questions/19205057/how-to-fix-corrupt-hadoop-hdfs. This has a clear tutorial on how to get the corrupted block. Once you locate it,

it is a simple

hdfs fs -rm

command to remove the corrupted block

View solution in original post

2 REPLIES 2

avatar
Super Guru
@Gulshad Ansari
hdfs fs -rm /path/to/file/with/permanently/missing/blocks

avatar
Expert Contributor
@Gulshad Ansari: Please check http://stackoverflow.com/questions/19205057/how-to-fix-corrupt-hadoop-hdfs. This has a clear tutorial on how to get the corrupted block. Once you locate it,

it is a simple

hdfs fs -rm

command to remove the corrupted block