From mapreduce-dev-return-2309-apmail-hadoop-mapreduce-dev-archive=hadoop.apache.org@hadoop.apache.org Mon Aug 16 06:24:47 2010 Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 89642 invoked from network); 16 Aug 2010 06:24:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 06:24:46 -0000 Received: (qmail 77804 invoked by uid 500); 16 Aug 2010 06:24:46 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 76944 invoked by uid 500); 16 Aug 2010 06:24:42 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 76914 invoked by uid 99); 16 Aug 2010 06:24:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 06:24:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 06:24:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7G6OHHD011472 for ; Mon, 16 Aug 2010 06:24:17 GMT Message-ID: <25542528.359951281939857025.JavaMail.jira@thor> Date: Mon, 16 Aug 2010 02:24:17 -0400 (EDT) From: "Amareshwari Sriramadasu (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-1980) TaskAttemptUnsuccessfulCompletionEvent.java incorrectly logs MAP_ATTEMPT_KILLED as event type for reduce tasks In-Reply-To: <15210149.44261280322856165.JavaMail.jira@thor> 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-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu resolved MAPREDUCE-1980. ------------------------------------------------ Hadoop Flags: [Reviewed] Fix Version/s: 0.21.0 Resolution: Fixed All the tests pass after MAPREDUCE-2012 I just committed this to trunk and branch 0.21 > TaskAttemptUnsuccessfulCompletionEvent.java incorrectly logs MAP_ATTEMPT_KILLED as event type for reduce tasks > -------------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1980 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1980 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Amar Kamat > Assignee: Amar Kamat > Fix For: 0.21.0 > > Attachments: mapreduce-1980-v1.0.patch, mapreduce-1980-v1.1.patch > > > TaskAttemptUnsuccessfulCompletionEvent is used to log unsuccessful map and reduce task attempts to JobHistory. Following is the implementation of getEventType() method of TaskAttemptUnsuccessfulCompletionEvent > /** Get the event type */ > public EventType getEventType() { > return EventType.MAP_ATTEMPT_KILLED; > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.