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

Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ead61c45
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ead61c45
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ead61c45

Branch: refs/heads/HDFS-1312
Commit: ead61c45da3cb70192d3b9c374bdc83087c992df
Parents: dc26601
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Fri Jun 3 02:00:13 2016 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Fri Jun 3 02:00:13 2016 +0900

----------------------------------------------------------------------
 .../hadoop-common/src/site/markdown/SingleCluster.md.vm           | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ead61c45/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm 
b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
index 72522bc..573ca32 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
+++ b/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:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to