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 6D48CD871 for ; Mon, 18 Mar 2013 08:18:19 +0000 (UTC) Received: (qmail 47393 invoked by uid 500); 18 Mar 2013 08:18:19 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 47161 invoked by uid 500); 18 Mar 2013 08:18:17 -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 47085 invoked by uid 99); 18 Mar 2013 08:18:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 08:18:16 +0000 Date: Mon, 18 Mar 2013 08:18:15 +0000 (UTC) From: "Junping Du (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-18) Make locatlity in YARN's container assignment and task scheduling pluggable for other deployment topology MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-18?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du updated YARN-18: --------------------------- Attachment: YARN-18-v4.3.patch Do minor cleanup on code that should be put in YARN-19. =20 > Make locatlity in YARN's container assignment and task scheduling pluggab= le for other deployment topology > -------------------------------------------------------------------------= -------------------------------- > > Key: YARN-18 > URL: https://issues.apache.org/jira/browse/YARN-18 > Project: Hadoop YARN > Issue Type: New Feature > Affects Versions: 2.0.3-alpha > Reporter: Junping Du > Assignee: Junping Du > Labels: features > Attachments: HADOOP-8474-ContainerAssignmentTaskScheduling-plugga= ble.patch, MAPREDUCE-4309.patch, MAPREDUCE-4309-v2.patch, MAPREDUCE-4309-v3= .patch, MAPREDUCE-4309-v4.patch, MAPREDUCE-4309-v5.patch, MAPREDUCE-4309-v6= .patch, MAPREDUCE-4309-v7.patch, YARN-18.patch, YARN-18-v2.patch, YARN-18-v= 3.1.patch, YARN-18-v3.2.patch, YARN-18-v3.patch, YARN-18-v4.1.patch, YARN-1= 8-v4.2.patch, YARN-18-v4.3.patch, YARN-18-v4.patch > > > There are several classes in YARN=E2=80=99s container assignment and task= scheduling algorithms that relate to data locality which were updated to g= ive preference to running a container on other locality besides node-local = and rack-local (like nodegroup-local). This propose to make these data stru= cture/algorithms pluggable, like: SchedulerNode, RMNodeImpl, etc. The inner= class ScheduledRequests was made a package level class to it would be easi= er to create a subclass, ScheduledRequestsWithNodeGroup. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira