Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 CE4DD10DD9 for ; Tue, 28 Jan 2014 00:25:51 +0000 (UTC) Received: (qmail 3870 invoked by uid 500); 28 Jan 2014 00:25:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 3783 invoked by uid 500); 28 Jan 2014 00:25:46 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 3740 invoked by uid 99); 28 Jan 2014 00:25:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 00:25:39 +0000 Date: Tue, 28 Jan 2014 00:25:39 +0000 (UTC) From: "Sandy Ryza (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-5732) Report proper queue when job has been automatically placed 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/MAPREDUCE-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883559#comment-13883559 ] Sandy Ryza commented on MAPREDUCE-5732: --------------------------------------- Attached patch fixes the issue by adding a JobQueueChangeEvent that updates a Job's queue in the history. I verified manually in addition to the tests. > Report proper queue when job has been automatically placed > ---------------------------------------------------------- > > Key: MAPREDUCE-5732 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5732 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Sandy Ryza > Assignee: Sandy Ryza > Attachments: MAPREDUCE-5732.patch > > > Some schedulers, such as the Fair Scheduler, provide the ability to automatically place an application into a queue based on attributes such as the user and group of the submitter. In these cases, the JobHistoryServer and AM web UI report the requested queue, not the queue that the app is actually running in. -- This message was sent by Atlassian JIRA (v6.1.5#6160)