Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 45AA3200D27 for ; Wed, 11 Oct 2017 03:06:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4451A160BE4; Wed, 11 Oct 2017 01:06:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8C7E0160BE0 for ; Wed, 11 Oct 2017 03:06:05 +0200 (CEST) Received: (qmail 21920 invoked by uid 500); 11 Oct 2017 01:06:04 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 21909 invoked by uid 99); 11 Oct 2017 01:06:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2017 01:06:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ACFF3195E61 for ; Wed, 11 Oct 2017 01:06:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id TeACocApCdsx for ; Wed, 11 Oct 2017 01:06:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 87C505FE15 for ; Wed, 11 Oct 2017 01:06:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9216DE0F0E for ; Wed, 11 Oct 2017 01:06:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B0C1925395 for ; Wed, 11 Oct 2017 01:06:00 +0000 (UTC) Date: Wed, 11 Oct 2017 01:06:00 +0000 (UTC) From: "Wangda Tan (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-7254) UI and metrics changes related to absolute resource configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Oct 2017 01:06:06 -0000 [ https://issues.apache.org/jira/browse/YARN-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16199651#comment-16199651 ] Wangda Tan commented on YARN-7254: ---------------------------------- [~sunilg], Took a quick look at the patch and tried in my local cluster: In general, it's better to make sure for all user-facing places ((REST)API/UI/CLI), include the information of is the resource is a effective or configured. And on UI/API/REST-API, it's better to include both. For example, on REST API (should we add {{-mb}} suffix to memory as well? And change vCores to vcores): {code} 6000 5 6000 12 {code} And On queue page, it says: {code} Configured Capacity: (100.0%) {code} However it is effective capacity (100.0% is calculated as well). Since we only allow admin to configure either absolute or percentage, we can make the default to -1 to indicate it is not set by admin. Others: - QueueConfigurations not set by anybody, did you forget to set it or we should move this to a separate patch? Like I mentioned above, it's better to include both effective/configured resources in the java API. *Tests on a pusedo cluster:* Configured a single queue in c-s.xml: Queue.capacity = (8192, 8) Start cluster with one node: (8192, 8). Information shown on UI looks correct. Updated node's resource to: (6000, 12), Information shown on UI: {code} - Configured Capacity: (100.0%) (Should this be vcore=8?). - Max capacity. (100.0%) {code} > UI and metrics changes related to absolute resource configuration > ----------------------------------------------------------------- > > Key: YARN-7254 > URL: https://issues.apache.org/jira/browse/YARN-7254 > Project: Hadoop YARN > Issue Type: Sub-task > Components: capacity scheduler > Reporter: Sunil G > Assignee: Sunil G > Attachments: YARN-7254.001.patch, YARN-7254.002.patch, YARN-7254.YARN-5881.002.patch > > > Impact on UI and metrics related to absolute resource configuration on CS -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org