[
https://issues.apache.org/jira/browse/YARN-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795418#comment-13795418
]
Arpit Gupta commented on YARN-1308:
-----------------------------------
I think we should set the defaults to
{code}
<property>
<name>yarn.nodemanager.aux-services</name>
<value>mapreduce_shuffle</value>
<description>Auxilliary services of NodeManager</description>
</property>
<property>
<name>yarn.nodemanager.aux-services.mapreduce_shuffle.class</name>
<value>org.apache.hadoop.mapred.ShuffleHandler</value>
</property>
{code}
so nodemanagers will start out of the box.
> set default value for nodemanager aux service
> ---------------------------------------------
>
> Key: YARN-1308
> URL: https://issues.apache.org/jira/browse/YARN-1308
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.2.0
> Reporter: Arpit Gupta
> Assignee: Arpit Gupta
> Priority: Minor
>
> Currently in order to get the nodemanagers to start you have to define
> yarn.nodemanager.aux-services and
> yarn.nodemanager.aux-services.mapreduce_shuffle.class.
> We should set these as defaults.
--
This message was sent by Atlassian JIRA
(v6.1#6144)