YARN-1237. Description for yarn.nodemanager.aux-services in yarn-default.xml is misleading. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
65c69e296e
commit
b3bcbaf277
|
@ -266,6 +266,9 @@ Release 2.7.0 - UNRELEASED
|
|||
YARN-2683. [YARN-913] registry config options: document and move to
|
||||
core-default. (stevel)
|
||||
|
||||
YARN-1237. Description for yarn.nodemanager.aux-services in
|
||||
yarn-default.xml is misleading. (Brahma Reddy Battula via ozawa)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and
|
||||
|
|
|
@ -1072,7 +1072,8 @@
|
|||
</property>
|
||||
|
||||
<property>
|
||||
<description>the valid service name should only contain a-zA-Z0-9_ and can not start with numbers</description>
|
||||
<description>A comma separated list of services where service name should only
|
||||
contain a-zA-Z0-9_ and can not start with numbers</description>
|
||||
<name>yarn.nodemanager.aux-services</name>
|
||||
<value></value>
|
||||
<!--<value>mapreduce_shuffle</value>-->
|
||||
|
|
Loading…
Reference in New Issue