You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2016/06/02 17:01:09 UTC

hadoop git commit: HADOOP-13224. Grep job in Single Cluster document fails. (aajisaka)

Repository: hadoop
Updated Branches:
  refs/heads/trunk dc26601d8 -> ead61c45d


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/trunk
Commit: ead61c45da3cb70192d3b9c374bdc83087c992df
Parents: dc26601
Author: Akira Ajisaka <aa...@apache.org>
Authored: Fri Jun 3 02:00:13 2016 +0900
Committer: Akira Ajisaka <aa...@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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org