MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e22a7310 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e22a7310 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e22a7310 Branch: refs/heads/branch-3.0 Commit: e22a73107042829e112072d87bcb8d682f24f0b7 Parents: 09017ae Author: Arpit Agarwal <[email protected]> Authored: Tue Feb 27 10:27:18 2018 -0800 Committer: Arpit Agarwal <[email protected]> Committed: Tue Feb 27 10:28:03 2018 -0800 ---------------------------------------------------------------------- .../hadoop-common/src/site/markdown/SingleCluster.md.vm | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e22a7310/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 fb4df9a..e7a0a08 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 @@ -192,6 +192,14 @@ The following instructions assume that 1. ~ 4. steps of [the above instructions] </property> </configuration> + <configuration> + <property> + <name>mapreduce.application.classpath</name> + <value>$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/*:$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/*</value> + </property> + </configuration> + + `etc/hadoop/yarn-site.xml`: <configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
