소스 검색

HADOOP-13224. Grep job in Single Cluster document fails. (aajisaka)

Akira Ajisaka 9 년 전
부모
커밋
ead61c45da
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm

+ 2 - 1
hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm

@@ -153,7 +153,8 @@ The following instructions are to run a MapReduce job locally. If you want to ex
 
 5.  Copy the input files into the distributed filesystem:
 
-          $ bin/hdfs dfs -put etc/hadoop input
+          $ bin/hdfs dfs -mkdir input
+          $ bin/hdfs dfs -put etc/hadoop/*.xml input
 
 6.  Run some of the examples provided: