前提掌握Linux基本操作 参考
Linux基本操作-CSDN博客
1、查看hadoop指定路径下文件大小前6的文件信息
hdfs dfs[hadoop fs] -du -h /path/to/directory|sort -hr|head -n 6