题目内容

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

查看答案
更多问题

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

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

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

删除文件夹命令:hdfs dfs -______ /test

答案查题题库