You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2018/02/27 18:27:35 UTC

hadoop git commit: MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 1cc9a58dd -> ac42dfc88


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/trunk
Commit: ac42dfc888aad857226b91bfb7fd6179ea94447a
Parents: 1cc9a58
Author: Arpit Agarwal <ar...@apache.org>
Authored: Tue Feb 27 10:27:18 2018 -0800
Committer: Arpit Agarwal <ar...@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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org