Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Corrupted blocks on HDFS

New Contributor

How to remove corrupted blocks from hdfs

1 ACCEPTED SOLUTION

Rising Star
@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

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

Rising Star
@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

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.