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 D3B7F8CCB for ; Fri, 9 Sep 2011 14:55:59 +0000 (UTC) Received: (qmail 37270 invoked by uid 500); 9 Sep 2011 14:55:59 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 37233 invoked by uid 500); 9 Sep 2011 14:55:59 -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 37221 invoked by uid 99); 9 Sep 2011 14:55:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 14:55:59 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 14:55:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EC9D38A57C for ; Fri, 9 Sep 2011 14:55:17 +0000 (UTC) Date: Fri, 9 Sep 2011 14:55:17 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <761970538.8284.1315580117965.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1192025528.23358.1315367590088.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2937) Errors in Application failures are not shown in the client trace. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101253#comment-13101253 ] Hudson commented on MAPREDUCE-2937: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk #812 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/812/]) MAPREDUCE-2937. Ensure reason for application failure is displayed to the user. Contributed by Mahadev Konar. acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1166966 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/YARNRunner.java * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestYARNRunner.java > Errors in Application failures are not shown in the client trace. > ----------------------------------------------------------------- > > Key: MAPREDUCE-2937 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2937 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Mahadev konar > Assignee: Mahadev konar > Priority: Critical > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2937.patch, MAPREDUCE-2937.patch, MAPREDUCE-2937.patch > > > The client side does not show enough information on why the job failed. Here is step to reproduce it: > 1) set the scheduler to be capacity scheduler with queues a, b > 2) submit a job to a queue that is not a,b > The job just fails without saying why it failed. We should have enough trace log at the client side to let the user know why it failed. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira