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 5CD84200B79 for ; Wed, 7 Sep 2016 10:45:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5B74D160AC1; Wed, 7 Sep 2016 08:45: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 A2F72160AB1 for ; Wed, 7 Sep 2016 10:45:21 +0200 (CEST) Received: (qmail 53989 invoked by uid 500); 7 Sep 2016 08:45:20 -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 53978 invoked by uid 99); 7 Sep 2016 08:45:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 08:45:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9EDCA2C1B81 for ; Wed, 7 Sep 2016 08:45:20 +0000 (UTC) Date: Wed, 7 Sep 2016 08:45:20 +0000 (UTC) From: "jialei weng (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5606) Support multi-label merge into one node label MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Sep 2016 08:45:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470037#comment-15470037 ] jialei weng commented on YARN-5606: ----------------------------------- yes, as current node label will divide the current cluster into several sub-clusters. If Constrain Label feature ready, it will help on this. So it is a temporary solution to solve the current situation. Welcome to update this. > Support multi-label merge into one node label > --------------------------------------------- > > Key: YARN-5606 > URL: https://issues.apache.org/jira/browse/YARN-5606 > Project: Hadoop YARN > Issue Type: New Feature > Reporter: jialei weng > Attachments: YARN-5606.001.patch, YARN-5606.002.patch > > > Support multi-label merge into one node label > 1. we want to support multo-label like SSD,GPU,FPGA label merged into single machine, joined by &. like SSD,GPU,FPGA-> SSD&GPU&FPGA > 2. we add wildcard match to extend the job request. we define the wildcard like *GPU*, it will math all the node labels with GPU as part of multi-label merged label. For example, *GPU* will match SSD&GPU&FPGA, GPU&FPGA. We define SSD&GPU&FPGA={SSD,GPU,FPGA}, and GPU is one of {SSD,GPU,FPGA}, so the job can run on SSD&GPU&FPGA node. -- 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