YARN-11106. Fix the test failure due to missing conf of yarn.resourcemanager.node-labels.am.default-node-label-expression. Contributed by Junfan Zhang
This commit is contained in:
parent
ac50657c37
commit
6e00a799e7
|
@ -3452,6 +3452,14 @@
|
|||
<value>30000</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<description>
|
||||
Overwrites default-node-label-expression only for the ApplicationMaster
|
||||
container. It is disabled by default.
|
||||
</description>
|
||||
<name>yarn.resourcemanager.node-labels.am.default-node-label-expression</name>
|
||||
</property>
|
||||
|
||||
<!-- Distributed Node Attributes Configuration -->
|
||||
<property>
|
||||
<description>
|
||||
|
|
Loading…
Reference in New Issue