This is an automated email from the ASF dual-hosted git repository.
bteke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6e00a79 YARN-11106. Fix the test failure due to missing conf of
yarn.resourcemanager.node-labels.am.default-node-label-expression. Contributed
by Junfan Zhang
6e00a79 is described below
commit 6e00a799e772b4d698ca56d12e9611c0c4aa6563
Author: Junfan Zhang <[email protected]>
AuthorDate: Wed Mar 30 21:57:25 2022 +0800
YARN-11106. Fix the test failure due to missing conf of
yarn.resourcemanager.node-labels.am.default-node-label-expression. Contributed
by Junfan Zhang
---
.../hadoop-yarn-common/src/main/resources/yarn-default.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
index 1416665..45b05b7 100644
---
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
+++
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]