Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD51B10EA6 for ; Sat, 15 Feb 2014 20:46:21 +0000 (UTC) Received: (qmail 90009 invoked by uid 500); 15 Feb 2014 20:46:21 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 89980 invoked by uid 500); 15 Feb 2014 20:46:20 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 89968 invoked by uid 500); 15 Feb 2014 20:46:20 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 89879 invoked by uid 99); 15 Feb 2014 20:46:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 20:46:19 +0000 Date: Sat, 15 Feb 2014 20:46:19 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-345) Force materialization of PCollections prior to multi reduce sorts 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-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills updated CRUNCH-345: ------------------------------ Attachment: CRUNCH-345.patch Here's a patch for this; it's hard to test it as part of the local MR runner because it only ever uses the 1 reducer. Any thoughts on the best approach here? > Force materialization of PCollections prior to multi reduce sorts > ----------------------------------------------------------------- > > Key: CRUNCH-345 > URL: https://issues.apache.org/jira/browse/CRUNCH-345 > Project: Crunch > Issue Type: Bug > Components: MapReduce Patterns > Affects Versions: 0.9.0, 0.8.2 > Reporter: Josh Wills > Attachments: CRUNCH-345.patch > > > [~jgmath2000] reported that multi-reducer sort operations in the Sort library fail unless the input PCollection is materialized prior to executing the sort. -- This message was sent by Atlassian JIRA (v6.1.5#6160)