Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 29923 invoked from network); 26 Oct 2007 06:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 06:44:14 -0000 Received: (qmail 45582 invoked by uid 500); 26 Oct 2007 06:44:01 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 45552 invoked by uid 500); 26 Oct 2007 06:44:01 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 45543 invoked by uid 99); 26 Oct 2007 06:44:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 23:44:01 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 06:44:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D4C6A714251 for ; Thu, 25 Oct 2007 23:43:50 -0700 (PDT) Message-ID: <19604742.1193381030869.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 23:43:50 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1857) Ability to run a script when a task fails to capture stack traces In-Reply-To: <33070422.1189155571005.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537854 ] Hadoop QA commented on HADOOP-1857: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12368451/patch-1857.txt against trunk revision r588341. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1001/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1001/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1001/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1001/console This message is automatically generated. > Ability to run a script when a task fails to capture stack traces > ----------------------------------------------------------------- > > Key: HADOOP-1857 > URL: https://issues.apache.org/jira/browse/HADOOP-1857 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Affects Versions: 0.14.0 > Reporter: Amareshwari Sri Ramadasu > Assignee: Amareshwari Sri Ramadasu > Fix For: 0.16.0 > > Attachments: patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, patch-1857.txt, tt-no-warn.patch > > > This basically is for providing a better user interface for debugging failed > jobs. Today we see stack traces for failed tasks on the job ui if the job > happened to be a Java MR job. For non-Java jobs like Streaming, Pipes, the > diagnostic info on the job UI is not helpful enough to debug what might have > gone wrong. They are usually framework traces and not app traces. > We want to be able to provide a facility, via user-provided scripts, for doing > post-processing on task logs, input, output, etc. There should be some default > scripts like running core dumps under gdb for locating illegal instructions, > the last few lines from stderr, etc. These outputs could be sent to the > tasktracker and in turn to the jobtracker which would then display it on the > job UI on demand. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.