Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 34094 invoked from network); 9 Dec 2009 10:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 10:11:42 -0000 Received: (qmail 10067 invoked by uid 500); 9 Dec 2009 10:11:42 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 10002 invoked by uid 500); 9 Dec 2009 10:11:42 -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 9992 invoked by uid 99); 9 Dec 2009 10:11:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 10:11:42 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 10:11:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4FE6029A0022 for ; Wed, 9 Dec 2009 02:11:19 -0800 (PST) Message-ID: <893412857.1260353479325.JavaMail.jira@brutus> Date: Wed, 9 Dec 2009 10:11:19 +0000 (UTC) From: "Chris Douglas (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-952) Previously removed Task.Counter reintroduced by MAPREDUCE-318 In-Reply-To: <119305527.1252053717528.JavaMail.jira@brutus> 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-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated MAPREDUCE-952: ------------------------------------ Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) +1 I committed this. Thanks, Jothi! > Previously removed Task.Counter reintroduced by MAPREDUCE-318 > ------------------------------------------------------------- > > Key: MAPREDUCE-952 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-952 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: task > Affects Versions: 0.21.0 > Reporter: Arun C Murthy > Assignee: Jothi Padmanabhan > Priority: Blocker > Fix For: 0.21.0 > > Attachments: M952v21.patch, mapred-952.patch > > > HADOOP-5717 introduced org.apache.hadoop.mapreduce.TaskCounters in-lieu of the older org.apache.hadoop.mapred.Task.Counter (see http://tinyurl.com/m4uwgj for the patch). However, MAPREDUCE-318 seems to have accidentally re-introduced it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.