Repository: ambari Updated Branches: refs/heads/trunk 0a61f9857 -> 55af33635
Revert "AMBARI-21011. Append PATH to YARN config 'yarn.nodemanager.admin-env' for HDP 2.6." This reverts commit 6e4331e92f6b42fab3d36ea64df42019ae73e715 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/55af3363 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/55af3363 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/55af3363 Branch: refs/heads/trunk Commit: 55af3363582162487eef3363f5ae5c4a16872652 Parents: 0a61f98 Author: Swapan Shridhar <[email protected]> Authored: Sat May 20 00:34:11 2017 -0700 Committer: Swapan Shridhar <[email protected]> Committed: Sat May 20 00:34:37 2017 -0700 ---------------------------------------------------------------------- .../HDP/2.6/services/YARN/configuration/yarn-site.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/55af3363/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml index 754a2c2..cab0e65 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml @@ -102,15 +102,6 @@ <on-ambari-upgrade add="false"/> </property> <property> - <name>yarn.nodemanager.admin-env</name> - <value>MALLOC_ARENA_MAX=$MALLOC_ARENA_MAX,PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:$PATH</value> - <description> - Environment variables that should be forwarded from the NodeManager's - environment to the container's. - </description> - <on-ambari-upgrade add="false"/> - </property> - <property> <name>yarn.nodemanager.kill-escape.launch-command-line</name> <value>slider-agent,LLAP</value> <on-ambari-upgrade add="false"/>
