Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8C3DE296 for ; Thu, 29 Nov 2012 00:55:59 +0000 (UTC) Received: (qmail 44076 invoked by uid 500); 29 Nov 2012 00:55:59 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 44039 invoked by uid 500); 29 Nov 2012 00:55:59 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 44020 invoked by uid 99); 29 Nov 2012 00:55:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 00:55:59 +0000 Date: Thu, 29 Nov 2012 00:55:59 +0000 (UTC) From: "John Jensen (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: <446550215.36878.1354150559341.JavaMail.jiratomcat@arcas> In-Reply-To: <1961614037.5257.1345923120163.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CRUNCH-51) PCollection#sort relies on using a single reducer for total order sorting 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/CRUNCH-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506096#comment-13506096 ] John Jensen commented on CRUNCH-51: ----------------------------------- Gabriel, are you still looking at this? Otherwise I may take a stab. > PCollection#sort relies on using a single reducer for total order sorting > ------------------------------------------------------------------------- > > Key: CRUNCH-51 > URL: https://issues.apache.org/jira/browse/CRUNCH-51 > Project: Crunch > Issue Type: Improvement > Affects Versions: 0.3.0 > Reporter: Gabriel Reid > Attachments: 0001-CRUNCH-51-Total-Order-Sort.patch, CRUNCH-51.patch, CRUNCH-51.patch, SortTest.java > > > The total-order sorting provided by the Sort class (and therefore PCollection#sort) relies on using a single reducer in order to provide total-order sorting. This is very inefficient for large datasets, and should be replaced with a total order partitioner instead. > For more information, see CRUNCH-23 (and possibly also MAPREDUCE-4574). -- 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