Skip to content

Instantly share code, notes, and snippets.

@zouzias
Created May 13, 2015 11:45
Show Gist options
  • Save zouzias/a476448b172bef4e60ca to your computer and use it in GitHub Desktop.
Save zouzias/a476448b172bef4e60ca to your computer and use it in GitHub Desktop.
HDFS useful commands
# Summary of HDFS filesystem
sudo su hdfs -c "hdfs dfsadmin -report"
# Check the HDFS filesystem (detail block file)
sudo su hdfs -c "hdfs fsck / -files -blocks"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment