Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF1F0177AA for ; Mon, 31 Aug 2015 15:19:46 +0000 (UTC) Received: (qmail 84920 invoked by uid 500); 31 Aug 2015 15:19:46 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 84806 invoked by uid 500); 31 Aug 2015 15:19:46 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 84583 invoked by uid 99); 31 Aug 2015 15:19:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 15:19:46 +0000 Date: Mon, 31 Aug 2015 15:19:46 +0000 (UTC) From: "Vitaly Brodetskyi (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-12942) Ambari did disable the node labels while doing the upgrade HDP 2.2 -> HDP 2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vitaly Brodetskyi created AMBARI-12942: ------------------------------------------ Summary: Ambari did disable the node labels while doing the upgrade HDP 2.2 -> HDP 2.3 Key: AMBARI-12942 URL: https://issues.apache.org/jira/browse/AMBARI-12942 Project: Ambari Issue Type: Bug Components: ambari-upgrade Reporter: Vitaly Brodetskyi Assignee: Vitaly Brodetskyi Priority: Critical Fix For: 2.1.2 Failed test with following error after the upgrade - {code} *org.apache.oozie.action.ActionExecutorException: JA009: org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException: Invalid resource request, queue=pete_allocation doesn't have permission to access all labels in resource request. labelExpression of resource request=hbase. Queue labels=hbase at org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerUtils.validateResourceRequest(SchedulerUtils.java:304) at org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerUtils.normalizeAndValidateRequest(SchedulerUtils.java:234)* {code} yarn-site.xml after updrade - {code} yarn.node-labels.enabled false {code} Attached all config files. -- This message was sent by Atlassian JIRA (v6.3.4#6332)