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 F3B271060A for ; Tue, 4 Jun 2013 14:07:29 +0000 (UTC) Received: (qmail 55735 invoked by uid 500); 4 Jun 2013 14:07:29 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 55701 invoked by uid 500); 4 Jun 2013 14:07:29 -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 55692 invoked by uid 99); 4 Jun 2013 14:07:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 14:07:29 +0000 Date: Tue, 4 Jun 2013 14:07:29 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-5220) Mapred API: TaskCompletionEvent incompatibility issues with MR1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-5220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13674403#comment-13674403 ] Hudson commented on MAPREDUCE-5220: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk #1446 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1446/]) MAPREDUCE-5220. Fix backward incompatibility for TaskCompletionEvent by adding back setTaskID. Contributed by Zhijie Shen. (Revision 1489187) Result = SUCCESS acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1489187 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/TaskCompletionEvent.java > Mapred API: TaskCompletionEvent incompatibility issues with MR1 > --------------------------------------------------------------- > > Key: MAPREDUCE-5220 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5220 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Components: client > Affects Versions: 2.0.4-alpha > Reporter: Sandy Ryza > Assignee: Zhijie Shen > Fix For: 2.1.0-beta > > Attachments: MAPREDUCE-5220-1.patch, MAPREDUCE-5220.2.patch, MAPREDUCE-5220.patch > > > 1. Setter methods in TaskCompletionEvent are public in MR1 and protected in MR2. > 2. void setTaskID(TaskAttemptID) is missing. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira