Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89FD010714 for ; Mon, 26 Aug 2013 22:11:45 +0000 (UTC) Received: (qmail 44474 invoked by uid 500); 26 Aug 2013 22:11:45 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 44453 invoked by uid 500); 26 Aug 2013 22:11:45 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 44446 invoked by uid 99); 26 Aug 2013 22:11:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 22:11:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3C3C58C5E7F; Mon, 26 Aug 2013 22:11:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mahadev@apache.org To: ambari-commits@incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-3028. container logs are being deleted after the job finishes. (mahadev) Date: Mon, 26 Aug 2013 22:11:45 +0000 (UTC) Updated Branches: refs/heads/trunk a97b09a16 -> 2f782bd7c AMBARI-3028. container logs are being deleted after the job finishes. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/2f782bd7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/2f782bd7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/2f782bd7 Branch: refs/heads/trunk Commit: 2f782bd7c71758a786363198ec8b40b2d49de693 Parents: a97b09a Author: Mahadev Konar Authored: Mon Aug 26 15:11:34 2013 -0700 Committer: Mahadev Konar Committed: Mon Aug 26 15:11:34 2013 -0700 ---------------------------------------------------------------------- .../services/YARN/configuration/yarn-site.xml | 2 +- .../services/YARN/configuration/yarn-site.xml | 25 ++++++++++---------- 2 files changed, 13 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2f782bd7/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 609dcfe..ba47d09 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 @@ -231,7 +231,7 @@ yarn.nodemanager.delete.debug-delay-sec - 0 + 36000 Number of seconds after an application finishes before the nodemanager's DeletionService will delete the application's localized file directory http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2f782bd7/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 4e686ad..ba47d09 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 @@ -21,7 +21,7 @@ - + yarn.resourcemanager.resource-tracker.address @@ -33,7 +33,7 @@ localhost:8030 The address of the scheduler interface. - + yarn.resourcemanager.address localhost:8050 @@ -50,8 +50,8 @@ - yarn.resourcemanager.scheduler.class - org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler + yarn.resourcemanager.scheduler.class + org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler The class to use as the resource scheduler. @@ -85,7 +85,7 @@ * - + yarn.nodemanager.address @@ -103,19 +103,19 @@ yarn.application.classpath /etc/hadoop/conf,/usr/lib/hadoop/*,/usr/lib/hadoop/lib/*,/usr/lib/hadoop-hdfs/*,/usr/lib/hadoop-hdfs/lib/*,/usr/lib/hadoop-yarn/*,/usr/lib/hadoop-yarn/lib/*,/usr/lib/hadoop-mapreduce/*,/usr/lib/hadoop-mapreduce/lib/* - Classpath for typical applications. + Classpath for typical applications. yarn.nodemanager.vmem-pmem-ratio 2.1 Ratio between virtual memory to physical memory when - setting memory limits for containers. Container allocations are - expressed in terms of physical memory, and virtual memory usage - is allowed to exceed this allocation by this ratio. + setting memory limits for containers. Container allocations are + expressed in terms of physical memory, and virtual memory usage + is allowed to exceed this allocation by this ratio. - + yarn.nodemanager.container-executor.class org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor @@ -127,7 +127,7 @@ hadoop Unix group of the NodeManager - + yarn.nodemanager.aux-services mapreduce.shuffle @@ -231,7 +231,7 @@ yarn.nodemanager.delete.debug-delay-sec - 0 + 36000 Number of seconds after an application finishes before the nodemanager's DeletionService will delete the application's localized file directory @@ -308,5 +308,4 @@ -