如何通过命令行在hdfs中

如何通过命令行在hdfs中

如何通过命令行在hdfs中找到所有大小大于100MB的文件?

最佳答案

你可以试试这个:

hadoop fs find / -type f -size 100 -print \

10-08 18:07