This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b68a4e  Fixes for Hadoop 3 mapreduce (#208)
6b68a4e is described below

commit 6b68a4e48931c1594d416f425d3ff60825968352
Author: Keith Turner <[email protected]>
AuthorDate: Sat Nov 17 16:53:24 2018 -0500

    Fixes for Hadoop 3 mapreduce (#208)
---
 conf/hadoop/3/mapred-site.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/conf/hadoop/3/mapred-site.xml b/conf/hadoop/3/mapred-site.xml
index c8d793f..5d2485f 100644
--- a/conf/hadoop/3/mapred-site.xml
+++ b/conf/hadoop/3/mapred-site.xml
@@ -34,7 +34,11 @@
     <value>HADOOP_MAPRED_HOME=HADOOP_HOME</value>
   </property>
   <property>
-    <name>mapreduce.application.classpath</name>
-    
<value>$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/*:$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/*</value>
+    <name>mapreduce.map.env</name>
+    <value>HADOOP_MAPRED_HOME=HADOOP_HOME</value>
+  </property>
+  <property>
+    <name>mapreduce.reduce.env</name>
+    <value>HADOOP_MAPRED_HOME=HADOOP_HOME</value>
   </property>
 </configuration>

Reply via email to