You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/11/20 20:29:09 UTC

[GitHub] keith-turner opened a new issue #236: Map reduce not running with hadoop 3

keith-turner opened a new issue #236: Map reduce not running with hadoop 3
URL: https://github.com/apache/fluo-muchos/issues/236
 
 
   I tried running a map reduce job using Hadoop 3.  I had to add the following to mapred-site.xml to make it work.
   
   ```xml
     <property>
       <name>yarn.app.mapreduce.am.env</name>
       <value>HADOOP_MAPRED_HOME=/home/centos/install/hadoop-3.1.1/</value>
     </property>
     <property>
       <name>mapreduce.map.env</name>
       <value>HADOOP_MAPRED_HOME=/home/centos/install/hadoop-3.1.1/</value>
     </property>
     <property>
       <name>mapreduce.reduce.env</name>
       <value>HADOOP_MAPRED_HOME=/home/centos/install/hadoop-3.1.1/</value>
     </property>
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services