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 C27A0200B43 for ; Tue, 19 Jul 2016 22:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C12DD160A5C; Tue, 19 Jul 2016 20:30:22 +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 1445A160A8B for ; Tue, 19 Jul 2016 22:30:21 +0200 (CEST) Received: (qmail 41411 invoked by uid 500); 19 Jul 2016 20:30:21 -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 41380 invoked by uid 99); 19 Jul 2016 20:30:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 20:30:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 019342C0D61 for ; Tue, 19 Jul 2016 20:30:21 +0000 (UTC) Date: Tue, 19 Jul 2016 20:30:21 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5181) ClusterNodeTracker: add method to get list of nodes matching a specific resourceName MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Jul 2016 20:30:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15384804#comment-15384804 ] Hudson commented on YARN-5181: ------------------------------ SUCCESS: Integrated in Hadoop-trunk-Commit #10119 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10119/]) YARN-5181. ClusterNodeTracker: add method to get list of nodes matching (arun suresh: rev cda0a280ddd0c77af93d236fc80478c16bbe809a) * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/ClusterNodeTracker.java * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/TestClusterNodeTracker.java > ClusterNodeTracker: add method to get list of nodes matching a specific resourceName > ------------------------------------------------------------------------------------ > > Key: YARN-5181 > URL: https://issues.apache.org/jira/browse/YARN-5181 > Project: Hadoop YARN > Issue Type: Improvement > Components: scheduler > Affects Versions: 2.8.0 > Reporter: Karthik Kambatla > Assignee: Karthik Kambatla > Fix For: 2.9.0 > > Attachments: yarn-5181-1.patch, yarn-5181-2.patch, yarn-5181-3.patch > > > ClusterNodeTracker should have a method to return the list of nodes matching a particular resourceName. This is so we could identify what all nodes a particular ResourceRequest is interested in, which in turn is useful in YARN-5139 (global scheduler) and YARN-4752 (FairScheduler preemption overhaul). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org