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 D47BB10E07 for ; Thu, 29 Aug 2013 16:52:54 +0000 (UTC) Received: (qmail 82546 invoked by uid 500); 29 Aug 2013 16:52:54 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 82481 invoked by uid 500); 29 Aug 2013 16:52:53 -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 82450 invoked by uid 99); 29 Aug 2013 16:52:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 16:52:52 +0000 Date: Thu, 29 Aug 2013 16:52:52 +0000 (UTC) From: "Sandy Ryza (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1122) FairScheduler user-as-default-queue always defaults to 'default' 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-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753804#comment-13753804 ] Sandy Ryza commented on YARN-1122: ---------------------------------- Thanks for taking this up, [~lohit]. Would it be possible to add a test? > FairScheduler user-as-default-queue always defaults to 'default' > ---------------------------------------------------------------- > > Key: YARN-1122 > URL: https://issues.apache.org/jira/browse/YARN-1122 > Project: Hadoop YARN > Issue Type: Bug > Components: scheduler > Affects Versions: 2.0.5-alpha > Reporter: Lohit Vijayarenu > Attachments: YARN-1122.1.patch > > > By default YARN fairscheduler should use user name as queue name, but we see that in our clusters all jobs were ending up in default queue. Even after picking YARN-333 which is part of trunk, the behavior remains the same. Jobs do end up in right queue, but from UI perspective they are shown as running under default queue. It looks like there is small bug with > {noformat} > RMApp rmApp = rmContext.getRMApps().get(applicationAttemptId); > {noformat} > which should actually be > {noformat} > RMApp rmApp = rmContext.getRMApps().get(applicationAttemptId.getApplicationId()); > {noformat} > There is also a simple js change needed for filtering of jobs on fairscheduler UI page. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira