[root@sandbox ~]# hdfs dfs -du -s -h "/*" | awk '{print $1 $2 " " $3}' | sort -h
Posts tagged with: oneliner
[root@sandbox ~]# hdfs dfs -du -s -h "/*" | awk '{print $1 $2 " " $3}' | sort -h