This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 7a8cca2 BIGTOP-3494. Add MapReduce settings to
yarn.nodemanager.env-whitelist in yarn-site.xml. (#731)
7a8cca2 is described below
commit 7a8cca2311eb85e834a884044cd07c9fcfd69db6
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Feb 9 15:46:19 2021 +0900
BIGTOP-3494. Add MapReduce settings to yarn.nodemanager.env-whitelist in
yarn-site.xml. (#731)
---
bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
b/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
index e9e6a05..d14eb3b 100644
--- a/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
+++ b/bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml
@@ -156,6 +156,11 @@
</property>
<property>
+ <name>yarn.nodemanager.env-whitelist</name>
+
<value>JAVA_HOME,HADOOP_COMMON_HOME,HADOOP_HDFS_HOME,HADOOP_CONF_DIR,CLASSPATH_PREPEND_DISTCACHE,HADOOP_YARN_HOME,HADOOP_MAPRED_HOME</value>
+ </property>
+
+ <property>
<name>yarn.log-aggregation-enable</name>
<value>true</value>
</property>