Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created October 21, 2015 19:50
Show Gist options
  • Save xman1980/098fe9da7cca8ada8e77 to your computer and use it in GitHub Desktop.
Save xman1980/098fe9da7cca8ada8e77 to your computer and use it in GitHub Desktop.
hdfs_du_count
sudo -u hdfs hadoop fs -du /user/history | awk '/^[0-9]+/ { print int($1/(1024**3)) " [GB]\t" $3 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment