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 DE0421065F for ; Tue, 14 Jan 2014 23:21:28 +0000 (UTC) Received: (qmail 20385 invoked by uid 500); 14 Jan 2014 23:21:24 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 20249 invoked by uid 500); 14 Jan 2014 23:21:22 -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 20086 invoked by uid 500); 14 Jan 2014 23:21:20 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 20042 invoked by uid 99); 14 Jan 2014 23:21:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 23:21:20 +0000 Date: Tue, 14 Jan 2014 23:21:20 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-320) Materialize several PObject & PCollection objects in parallel (deferred materialization) 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-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871359#comment-13871359 ] Josh Wills commented on CRUNCH-320: ----------------------------------- No worries Jason; I'm confident it will work correctly. > Materialize several PObject & PCollection objects in parallel (deferred materialization) > ---------------------------------------------------------------------------------------- > > Key: CRUNCH-320 > URL: https://issues.apache.org/jira/browse/CRUNCH-320 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: Jason Gauci > Assignee: Josh Wills > Fix For: 0.10.0, 0.8.3 > > Attachments: CRUNCH-320.patch > > > Currently, Crunch blocks and materializes PCollections (through foo.materialize()) and PObjects (through foo.getValue()) on demand, but it would be a significant performance improvement if we could mark several of these objects as to be materialized, and then materialize all of them in parallel as part of a pipeline.run() call. -- This message was sent by Atlassian JIRA (v6.1.5#6160)