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 6C7AC18FF4 for ; Sat, 20 Jun 2015 02:33:04 +0000 (UTC) Received: (qmail 18144 invoked by uid 500); 20 Jun 2015 02:33:04 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 18096 invoked by uid 500); 20 Jun 2015 02:33:04 -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 18081 invoked by uid 99); 20 Jun 2015 02:33:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2015 02:33:04 +0000 Date: Sat, 20 Jun 2015 02:33:04 +0000 (UTC) From: "Wei Shao (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-3806) Proposal of Generic Scheduling Framework for YARN 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-3806?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Shao updated YARN-3806: --------------------------- Attachment: ProposalOfGenericSchedulingFrameworkForYARN-V1.05.pdf > Proposal of Generic Scheduling Framework for YARN > ------------------------------------------------- > > Key: YARN-3806 > URL: https://issues.apache.org/jira/browse/YARN-3806 > Project: Hadoop YARN > Issue Type: Improvement > Components: scheduler > Reporter: Wei Shao > Attachments: ProposalOfGenericSchedulingFrameworkForYARN-V1.05.pd= f > > > Currently, a typical YARN cluster runs many different kinds of applicatio= ns: production applications, ad hoc user applications, long running service= s and so on. Different YARN scheduling policies may be suitable for differe= nt applications. For example, capacity scheduling can manage production app= lications well since application can get guaranteed resource share, fair sc= heduling can manage ad hoc user applications well since it can enforce fair= ness among users. However, current YARN scheduling framework doesn=E2=80=99= t have a mechanism for multiple scheduling policies work hierarchically in = one cluster. > YARN-3306 talked about many issues of today=E2=80=99s YARN scheduling fra= mework, and proposed a per-queue policy driven framework. In detail, it sup= ported different scheduling policies for leaf queues. However, support of d= ifferent scheduling policies for upper level queues is not seriously consid= ered yet.=20 > A generic scheduling framework is proposed here to address these limitati= ons. It supports different policies (fair, capacity, fifo and so on) for an= y queue consistently. The proposal tries to solve many other issues in curr= ent YARN scheduling framework as well. > Two new proposed scheduling policies YARN-3807 & YARN-3808 are based on g= eneric scheduling framework brought up in this proposal. -- This message was sent by Atlassian JIRA (v6.3.4#6332)