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:
[email protected]


With regards,
Apache Git Services

Reply via email to