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/ac42dfc8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ac42dfc8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ac42dfc8 Branch: refs/heads/HDFS-7240 Commit: ac42dfc888aad857226b91bfb7fd6179ea94447a Parents: 1cc9a58 Author: Arpit Agarwal <a...@apache.org> Authored: Tue Feb 27 10:27:18 2018 -0800 Committer: Arpit Agarwal <a...@apache.org> Committed: Tue Feb 27 10:27:18 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/ac42dfc8/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