Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Corrupted blocks on HDFS

avatar
New Member

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