-
-
Save zouzias/a476448b172bef4e60ca to your computer and use it in GitHub Desktop.
HDFS useful commands
This file contains hidden or 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
# 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