Repository: hadoop Updated Branches: refs/heads/branch-3.0 09017aee9 -> e22a73107 refs/heads/branch-3.1 7da0b78cf -> ab2674a1e
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/ab2674a1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ab2674a1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ab2674a1 Branch: refs/heads/branch-3.1 Commit: ab2674a1ee3e075a66074d57b0f400e16fb344f1 Parents: 7da0b78 Author: Arpit Agarwal <[email protected]> Authored: Tue Feb 27 10:27:18 2018 -0800 Committer: Arpit Agarwal <[email protected]> Committed: Tue Feb 27 10:27:48 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/ab2674a1/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]
