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 C5DA41929B for ; Mon, 25 Apr 2016 09:17:13 +0000 (UTC) Received: (qmail 46658 invoked by uid 500); 25 Apr 2016 09:17:13 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 46610 invoked by uid 500); 25 Apr 2016 09:17:13 -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 46514 invoked by uid 99); 25 Apr 2016 09:17:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 09:17:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E17C92C1F62 for ; Mon, 25 Apr 2016 09:17:12 +0000 (UTC) Date: Mon, 25 Apr 2016 09:17:12 +0000 (UTC) From: "Arun Suresh (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-4991) ContainerRequest not setting nodelabelExpression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256132#comment-15256132 ] Arun Suresh commented on YARN-4991: ----------------------------------- Thanks for catching this [~bibinchundatt] I have included your fix in YARN-4992 though.. Apologize for the inconvenience.. > ContainerRequest not setting nodelabelExpression > ------------------------------------------------ > > Key: YARN-4991 > URL: https://issues.apache.org/jira/browse/YARN-4991 > Project: Hadoop YARN > Issue Type: Bug > Components: test > Reporter: Bibin A Chundatt > Assignee: Bibin A Chundatt > Attachments: 0001-YARN-4991.patch > > > TestAMRMClient#testAskWithInvalidNodeLabels > TestAMRMClient#testAskWithNodeLabels are failing > {{ContainerRequest}} labels are always set as {{null}} > {code} > public ContainerRequest(Resource capability, String[] nodes, String[] racks, > Priority priority, boolean relaxLocality, String nodeLabelsExpression) { > this(capability, nodes, racks, priority, relaxLocality, null, > ExecutionType.GUARANTEED); > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)