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 98BA4200B33 for ; Wed, 15 Jun 2016 07:07:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 97715160A56; Wed, 15 Jun 2016 05:07:16 +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 0E4E6160A06 for ; Wed, 15 Jun 2016 07:07:15 +0200 (CEST) Received: (qmail 16605 invoked by uid 500); 15 Jun 2016 05:07:09 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 16572 invoked by uid 99); 15 Jun 2016 05:07:09 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 05:07:09 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8396E2C1F5C for ; Wed, 15 Jun 2016 05:07:09 +0000 (UTC) Date: Wed, 15 Jun 2016 05:07:09 +0000 (UTC) From: "Arun Suresh (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-5255) Move ResourceRequest expansion for Delay Scheduling to the Scheduler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Jun 2016 05:07:16 -0000 Arun Suresh created YARN-5255: --------------------------------- Summary: Move ResourceRequest expansion for Delay Scheduling to the Scheduler Key: YARN-5255 URL: https://issues.apache.org/jira/browse/YARN-5255 Project: Hadoop YARN Issue Type: Bug Reporter: Arun Suresh YARN-4879 proposes to enhance the Allocate Request by introducing a way to explicitly identify a ResourceRequest explicitly Currently, if relaxLocality == true, a Node specific request is expanded to rack and *ANY* request by the {{AMRMClient}} before being sent to the Scheduler. The requires the 3 copies to perform locality specific delay scheduling. It would be better to perform the expansion in the Scheduler itself, rather than the client, since: # The expansion is not really specified in the ApplicationMasterProtocol, a non-java client will have to duplicate the expansion logic. # Refactor out a lot of unnecessary code in the {{AMRMClientImpl}} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org