Updated Branches: refs/heads/trunk 12cf60b68 -> be0c09bed
AMBARI-2923. Yarn service check fails. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/be0c09be Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/be0c09be Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/be0c09be Branch: refs/heads/trunk Commit: be0c09bedbc447caa104e8a744875a507f72ff45 Parents: 12cf60b Author: Siddharth Wagle <[email protected]> Authored: Thu Aug 15 15:40:44 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Thu Aug 15 15:44:10 2013 -0700 ---------------------------------------------------------------------- .../HDP/2.0.5/services/YARN/configuration/yarn-site.xml | 8 ++++++++ .../2.0.5/services/YARN/configuration/yarn-site.xml | 9 +++++++++ 2 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/be0c09be/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml index 503cc26..8c65cf5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml @@ -288,4 +288,12 @@ </description> </property> + <property> + <name>yarn.nodemanager.vmem-check-enabled</name> + <value>false</value> + <description> + Whether virtual memory limits will be enforced for containers. + </description> + </property> + </configuration> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/be0c09be/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml index 5491981..92c838c 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml @@ -288,4 +288,13 @@ </description> </property> + <property> + <name>yarn.nodemanager.vmem-check-enabled</name> + <value>false</value> + <description> + Whether virtual memory limits will be enforced for containers. + </description> + </property> + + </configuration>
