Jun 2, 2015 | 0 comments hdfs disk usage, human readable [root@sandbox ~]# hdfs dfs -du -s -h "/*" | awk '{print $1 $2 " " $3}' | sort -h duoneliner
So, what do you think ?