第1关:HDFS的基本操作 本关任务:使用Hadoop命令来操作分布式文件系统。 start-dfs.sh hadoop fs -mkdir /usr hadoop fs -mkdir /usr/output touch hello.txt vim hello.txt 输入数据 hadoop fs -put hello.txt /usr/output hadoop fs -rm <