Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0974B1095E for ; Thu, 15 Aug 2013 19:21:37 +0000 (UTC) Received: (qmail 73847 invoked by uid 500); 15 Aug 2013 19:21:01 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 73799 invoked by uid 500); 15 Aug 2013 19:21:01 -0000 Mailing-List: contact ambari-dev-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-dev@incubator.apache.org Received: (qmail 73651 invoked by uid 99); 15 Aug 2013 19:20:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 19:20:50 +0000 Date: Thu, 15 Aug 2013 19:20:50 +0000 (UTC) From: "Srimanth Gunturi (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-2919) YARN 'Cluster Memory' and 'Containers' graphs should use /root queue 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-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srimanth Gunturi updated AMBARI-2919: ------------------------------------- Attachment: AMBARI-2919.patch > YARN 'Cluster Memory' and 'Containers' graphs should use /root queue > -------------------------------------------------------------------- > > Key: AMBARI-2919 > URL: https://issues.apache.org/jira/browse/AMBARI-2919 > Project: Ambari > Issue Type: Bug > Components: client > Affects Versions: 1.4.0 > Reporter: Srimanth Gunturi > Assignee: Srimanth Gunturi > Fix For: 1.4.0 > > Attachments: AMBARI-2919.patch > > > YARN's 'Cluster Memory' and 'Containers' graphs currently make API calls: > {noformat} > fields=metrics/yarn/Queue/AllocatedContainers[1376513942,1376517542,15],metrics/yarn/Queue/ReservedContainers[1376513942,1376517542,15],metrics/yarn/Queue/PendingContainers[1376513942,1376517542,15] > {noformat} > {noformat} > fields=metrics/yarn/Queue/AvailableMB[1376513942,1376517542,15],metrics/yarn/Queue/PendingMB[1376513942,1376517542,15],metrics/yarn/Queue/AllocatedMB[1376513942,1376517542,15] > {noformat} > With a multi-queue capacity scheduler, these values do not show 'cluster wide' information. We need to change these to target the 'root' queue specifically: > {noformat} > fields=metrics/yarn/Queue/root/AllocatedContainers[1376513942,1376517542,15],metrics/yarn/Queue/root/ReservedContainers[1376513942,1376517542,15],metrics/yarn/Queue/root/PendingContainers[1376513942,1376517542,15] > {noformat} > {noformat} > fields=metrics/yarn/Queue/root/AvailableMB[1376513942,1376517542,15],metrics/yarn/Queue/root/PendingMB[1376513942,1376517542,15],metrics/yarn/Queue/root/AllocatedMB[1376513942,1376517542,15] > {noformat} > Also, we need to make sure that the units are in MB as opposed to KB. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira