Created
June 9, 2019 08:19
-
-
Save terrancesnyder/95a6c98c1472ccd598cfd4e32f941f73 to your computer and use it in GitHub Desktop.
Corrupted Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hadoop fsck / | egrep -v '^\.+$' | grep -v corrup | grep / | grep -oh '^\S*:' | rev | cut -c 2- | rev | sort | uniq > corrupted.flst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment