Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
HDFS-729 created a new API to namenode that returns the list of corrupt files.
We can now extend fsck (DFSck.java) to add an option (e.g. --list_corrupt) that queries the namenode using the new API and lists the corrupt blocks to the users.