题目内容

创建文件夹命令:hdfs dfs -______ /test

查看答案
更多问题

上传文件命令:hdfs dfs -______ hello.txt /test

查看文件内容命令:hdfs dfs -______ /test/hello.txt

将文件复制到本地:(文件复制命令)hdfs dfs -______ /test/hello.txt /home/hadoop注意:后一个目录为本地目标路径,该目录要提前存在

删除文件命令:hdfs dfs -______ /test/hello.txt

答案查题题库