Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DCFA17FD1 for ; Tue, 21 Apr 2015 04:26:59 +0000 (UTC) Received: (qmail 60305 invoked by uid 500); 21 Apr 2015 04:26:59 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 60260 invoked by uid 500); 21 Apr 2015 04:26:59 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 60245 invoked by uid 99); 21 Apr 2015 04:26:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 04:26:59 +0000 Date: Tue, 21 Apr 2015 04:26:58 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-10620) YARN: Integrate cgroups with Ambari MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-10620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504297#comment-14504297 ] Hudson commented on AMBARI-10620: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #2382 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2382/]) AMBARI-10620. YARN: Integrate cgroups with Ambari (srimanth) (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7a4242166637a5660d05de28cd2a3c6dd65fdfc0) * ambari-server/src/main/java/org/apache/ambari/server/state/ValueAttributesInfo.java * ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py * ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py > YARN: Integrate cgroups with Ambari > ----------------------------------- > > Key: AMBARI-10620 > URL: https://issues.apache.org/jira/browse/AMBARI-10620 > Project: Ambari > Issue Type: Task > Components: contrib > Affects Versions: 2.1.0 > Reporter: Srimanth Gunturi > Assignee: Srimanth Gunturi > Fix For: 2.1.0 > > Attachments: AMBARI-10620.patch > > > If the user checks 'Enable CGroups' in the YARN Config page, then configure the following by default. These properties should also be available in the 'Advanced' tab of YARN configs. In that 'Advanced' tab the user can override these settings if needed. > In yarn-site.xml, set: > Property: yarn.nodemanager.container-executor.class > Value: org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor > Property: yarn.nodemanager.container-executor.group > Value: hadoop > Property: yarn.nodemanager.container-executor.resources-handler.class > Value: org.apache.hadoop.yarn.server.nodemanager.util.CgroupsLCEResourcesHandler > Property: yarn.nodemanager.container-executor.cgroups.hierarchy > Value: /yarn > Property: yarn.nodemanager.container-executor.cgroups.mount > Value: true > Property: yarn.nodemanager.linux-container-executor.cgroups.mount-path > Value: /cgroup -- This message was sent by Atlassian JIRA (v6.3.4#6332)