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 133F723DE for ; Thu, 5 May 2011 09:34:45 +0000 (UTC) Received: (qmail 37878 invoked by uid 500); 5 May 2011 09:34:44 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 37835 invoked by uid 500); 5 May 2011 09:34:44 -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 37827 invoked by uid 99); 5 May 2011 09:34:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 09:34:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2011 09:34:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AB3C7C2C6A for ; Thu, 5 May 2011 09:34:03 +0000 (UTC) Date: Thu, 5 May 2011 09:34:03 +0000 (UTC) From: "Steve Loughran (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <224554360.24217.1304588043697.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2454) Allow external sorter plugin for MR 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-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029249#comment-13029249 ] Steve Loughran commented on MAPREDUCE-2454: ------------------------------------------- Why shouldn't a sorter API also work with the existing sorter. If this is so, then the API and plugin code etc will get tested on every build, whereas a "a proof-of-concept implementation of an external sorter both on the Map and Reduce sides using GNU sort command as the external sorter." isn't going to get tested very often, and the GPL license prevents the ASF from redistributing that sorter -ignoring all binary library issues-. > Allow external sorter plugin for MR > ----------------------------------- > > Key: MAPREDUCE-2454 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2454 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Reporter: Mariappan Asokan > Priority: Minor > Attachments: KeyValueIterator.java, MapOutputSorter.java, MapOutputSorterAbstract.java, ReduceInputSorter.java > > > Define interfaces and some abstract classes in the Hadoop framework to facilitate external sorter plugins both on the Map and Reduce sides. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira