Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA257E5DD for ; Wed, 5 Dec 2012 23:55:57 +0000 (UTC) Received: (qmail 76366 invoked by uid 500); 5 Dec 2012 23:55:57 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 76325 invoked by uid 500); 5 Dec 2012 23:55:57 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 76316 invoked by uid 99); 5 Dec 2012 23:55:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 23:55:57 +0000 Date: Wed, 5 Dec 2012 23:55:57 +0000 (UTC) From: "Ravi Prakash (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <861797261.65902.1354751757613.JavaMail.jiratomcat@arcas> In-Reply-To: <1494047901.42294.1354224420602.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (YARN-249) Capacity Scheduler web page should show list of active users per queue like it used to (in 1.x) 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/YARN-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated YARN-249: ------------------------------ Attachment: YARN-249.patch Hi Jeagles! Thanks for your review. I have fixed the divide by 0 and moved the getPercentage method. I was in two minds myself where to put that. But it seems like Resource.getMemory is being used in a LOT of places anyway so I don't think we mind leaking those semantics in non-Resource code. If I was to use StringUtils.join then I'd have to create a collection. That seems rather unweildy. Could we please check it in as is? > Capacity Scheduler web page should show list of active users per queue like it used to (in 1.x) > ----------------------------------------------------------------------------------------------- > > Key: YARN-249 > URL: https://issues.apache.org/jira/browse/YARN-249 > Project: Hadoop YARN > Issue Type: Improvement > Components: capacityscheduler > Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5 > Reporter: Ravi Prakash > Assignee: Ravi Prakash > Labels: scheduler, web-ui > Attachments: YARN-249.patch, YARN-249.patch > > > On the jobtracker, the web ui showed the active users for each queue and how much resources each of those users were using. That currently isn't being displayed on the RM capacity scheduler web ui. -- 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