Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 88398 invoked from network); 30 Mar 2006 21:56:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2006 21:56:49 -0000 Received: (qmail 40895 invoked by uid 500); 30 Mar 2006 21:56:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 40867 invoked by uid 500); 30 Mar 2006 21:56:48 -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 40851 invoked by uid 99); 30 Mar 2006 21:56:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2006 13:56:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2006 13:56:47 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E153E6ACB2 for ; Thu, 30 Mar 2006 22:56:26 +0100 (BST) Message-ID: <1205995655.1143755786920.JavaMail.jira@ajax> Date: Thu, 30 Mar 2006 22:56:26 +0100 (BST) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-103) introduce a common parent class for Mapper and Reducer In-Reply-To: <1231518716.1143238042535.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-103?page=all ] Owen O'Malley updated HADOOP-103: --------------------------------- Attachment: user-task-2.patch Here is a new patch that renames the base class to MapReduceBase. > introduce a common parent class for Mapper and Reducer > ------------------------------------------------------ > > Key: HADOOP-103 > URL: http://issues.apache.org/jira/browse/HADOOP-103 > Project: Hadoop > Type: Improvement > Components: mapred > Versions: 0.1 > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Priority: Minor > Fix For: 0.1 > Attachments: user-task-2.patch, user-task.patch > > I'd like to a base class that implements the default (empty) bodies for configure and close so that Mapper and Reducer classes that derive from it, which is optional, don't have to implement those methods. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira