Hadoop Hadoop常用命令中,找出某个已存在在Hadoop系统中,且绝对路径为/tmp/1.txt文件中含有字符’111’的行的命令为() ? A:hdfs dfs -cat 1.txt | grep 111 B:cat 1.txt |...
Hadoop 简述Hadoop系统中查看指定目录/path最大的五个文件(文件夹算总体的一个文件)的指令为 ? A:hadoop fs -du /path | sort -nr | head -n 5 B...