The auxService:mapreduce_shuffle does not exist

The auxService:mapreduce_shuffle does not exist

當提交作業出現類似下面的異常信息時:

            INFO mapreduce.Job: Task Id : attempt_1383017347984_0001_m_000000_0, Status : FAILED  

           Container launch failed for container_1383017347984_0001_01_000002 : org.apache.hadoop.yarn.exceptions.InvalidAuxServiceException: The auxService:  

          mapreduce_shuffle does not exist     

解決辦法:

在yarn-site.xml 配置文件中增加:

        <property>
                <name>yarn.nodemanager.aux-services</name>
                <value>mapreduce_shuffle</value>
        </property>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章