Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created July 2, 2015 08:04
Show Gist options
  • Save xman1980/5b4c4638a203b5452211 to your computer and use it in GitHub Desktop.
Save xman1980/5b4c4638a203b5452211 to your computer and use it in GitHub Desktop.
hdfs_fsck_grep_files
hadoop fsck / | egrep -v '^\.+$' | grep -v replica | grep -v Replica | head -n3000 | awk -F: '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment