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 7D8F7200BAA for ; Thu, 27 Oct 2016 21:21:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7C63D160AE6; Thu, 27 Oct 2016 19:21:00 +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 D7A6D160B01 for ; Thu, 27 Oct 2016 21:20:59 +0200 (CEST) Received: (qmail 46416 invoked by uid 500); 27 Oct 2016 19:20:59 -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 46052 invoked by uid 99); 27 Oct 2016 19:20:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 19:20:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A4CE82C2A69 for ; Thu, 27 Oct 2016 19:20:58 +0000 (UTC) Date: Thu, 27 Oct 2016 19:20:58 +0000 (UTC) From: "Sean Po (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5722) FairScheduler hides group resolution exceptions when assigning queue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 27 Oct 2016 19:21:00 -0000 [ https://issues.apache.org/jira/browse/YARN-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Po updated YARN-5722: -------------------------- Labels: oct16-easy (was: ) > FairScheduler hides group resolution exceptions when assigning queue > --------------------------------------------------------------------- > > Key: YARN-5722 > URL: https://issues.apache.org/jira/browse/YARN-5722 > Project: Hadoop YARN > Issue Type: Improvement > Components: fairscheduler > Affects Versions: 2.6.5, 3.0.0-alpha1 > Reporter: Wilfred Spiegelenburg > Assignee: Wilfred Spiegelenburg > Labels: oct16-easy > Attachments: YARN-5722.1.patch > > > When a group based placement rule is used and the user does not have any groups the reason for rejecting the application is hidden. An assignment will fail as follows: > {code} > > > {code} > The error logged on the client side: > {code} > 09/30 15:59:27 INFO mapreduce.JobSubmitter: Cleaning up the staging area /user/test_user/.staging/job_1475223610304_6043 > 16/09/30 15:59:27 WARN security.UserGroupInformation: PriviledgedActionException as:test_user (auth:SIMPLE) cause:java.io.IOException: Failed to run job : Error assigning app to queue default > java.io.IOException: Failed to run job : Error assigning app to queue default > at org.apache.hadoop.mapred.YARNRunner.submitJob(YARNRunner.java:301) > at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:244) > at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1307) > {code} > The {{default}} queue name is passed in as part of the application submission and not really the queue that is tried. -- 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