I know du -sh in common Linux filesystems. But how to do that with HDFS?
du -sh
To get the size of the directory hdfs dfs -du -s -h /$yourDirectoryName can be used. hdfs dfsadmin -report can be used to see a quick cluster level storage report.