Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 68797 invoked from network); 8 Nov 2009 18:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Nov 2009 18:26:55 -0000 Received: (qmail 46537 invoked by uid 500); 8 Nov 2009 18:26:55 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 46471 invoked by uid 500); 8 Nov 2009 18:26:55 -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 46461 invoked by uid 99); 8 Nov 2009 18:26:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 18:26:55 +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; Sun, 08 Nov 2009 18:26:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 895C3234C1F1 for ; Sun, 8 Nov 2009 10:26:32 -0800 (PST) Message-ID: <1436526213.1257704792561.JavaMail.jira@brutus> Date: Sun, 8 Nov 2009 18:26:32 +0000 (UTC) From: "Arun C Murthy (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1196) MAPREDUCE-947 incompatibly changed FileOutputCommitter In-Reply-To: <313962541.1257704792489.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-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774802#action_12774802 ] Arun C Murthy commented on MAPREDUCE-1196: ------------------------------------------ I wish I had realised this while committing MAPREDUCE-947, sigh. My bad! > MAPREDUCE-947 incompatibly changed FileOutputCommitter > ------------------------------------------------------ > > Key: MAPREDUCE-1196 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1196 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: client > Affects Versions: 0.22.0 > Reporter: Arun C Murthy > Priority: Blocker > Fix For: 0.22.0 > > > MAPREDUCE-947 unfortunately removed FileOutputCommitter.cleanupJob and doesn't call the deprecated method from the base-class i.e. OutputCommitter.cleanupJob; this means that applications which derive FileOutputCommitter.cleanupJob are now broken. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.