Tuesday, September 1, 2015

org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:mapreduce_shuffle does not exist

Add following entries to yarn-site.xml if not present and restar yarn service.


<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>

2 comments:

Thank you for Commenting Will reply soon ......

Featured Posts

Pasting Clipboard Items as a File in Windows Using PowerToys!

🚀 Pasting Clipboard Items as a File in Windows Using PowerToys! 📂 Tired of manually saving clipboard content as files? With Microsoft Pow...