From ead61c45da3cb70192d3b9c374bdc83087c992df Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Fri, 3 Jun 2016 02:00:13 +0900 Subject: [PATCH] HADOOP-13224. Grep job in Single Cluster document fails. (aajisaka) --- .../hadoop-common/src/site/markdown/SingleCluster.md.vm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 72522bcbd48..573ca326e3e 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: