码迷,mamicode.com
首页 > 其他好文 > 详细

Hadoop问题:The auxService:mapreduce_shuffle does not exist

时间:2019-06-09 09:53:47      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:问题:   mapred   site   问题分析   分析   文件   ref   The   reduce   

转:https://www.cnblogs.com/haimishasha/p/7634359.html

问题描述:The auxService:mapreduce_shuffle does not exist
问题分析:The auxService:mapreduce_shuffle does not exist;yarn-site.xml配置文件有问题(注意单词拼写)
问题解决:vim /usr/local/hadoop/etc/hadoop/yarn-site.xml
<configuration>
  <property>
    <name>yarn.nodemanager.aux-services</name>
    <value>mapreduce_shuffle</value>
  </property>
  <property>
    <name>yarn.nodemanager.aux-services.mapreduce_shuffle.class</name>
    <value>org.apache.hadoop.mapred.ShuffleHandler</value>
  </property>
</configuration>
 

Hadoop问题:The auxService:mapreduce_shuffle does not exist

标签:问题:   mapred   site   问题分析   分析   文件   ref   The   reduce   

原文地址:https://www.cnblogs.com/wbyixx/p/10992480.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!