Hadoop问题:The auxService:mapreduce_shuffle does not exist
Posted wbyixx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hadoop问题:The auxService:mapreduce_shuffle does not exist相关的知识,希望对你有一定的参考价值。
转: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
问题描述: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的主要内容,如果未能解决你的问题,请参考以下文章
executable nullinwinutils.exe in the Hadoop binaries.
Hadoop问题:The auxService:mapreduce_shuffle does not exist
Hadoop问题:The auxService:mapreduce_shuffle does not exist
解决ERROR Shell: Failed to locate the winutils binary in the hadoop binary path java.io.IOException: C
Could not locate executable nullinwinutils.exe in the Hadoop binaries
Could not locate executable nullinwinutils.exe in the Hadoop binaries.