Repository: hadoop Updated Branches: refs/heads/YARN-7055 09422ada5 -> 2e887bc1c
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/6d8f0465 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6d8f0465 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6d8f0465 Branch: refs/heads/YARN-7055 Commit: 6d8f04659d53a590578e89661609003aff8fa380 Parents: f9d3ca6 Author: Arpit Agarwal <a...@apache.org> Authored: Tue Feb 27 10:27:18 2018 -0800 Committer: Rohith Sharma K S <rohithsharm...@apache.org> Committed: Fri Mar 2 11:08:28 2018 +0530 ---------------------------------------------------------------------- .../hadoop-common/src/site/markdown/SingleCluster.md.vm | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6d8f0465/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: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org