Hadoop常用命令中,找出某个已存在在Hadoop系统中,且绝对路径为/tmp/1.txt文件中含有字符’111’的行的命令为() ?

A:hdfs dfs -cat 1.txt | grep 111
B:cat 1.txt | grep 111
C:hdfs dfs -cat /tmp/1.txt | grep 111
D:hdfs -cat /tmp/1.txt | grep 111
C

发表评论

后才能评论