[ 
https://issues.apache.org/jira/browse/CRUNCH-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871309#comment-13871309
 ] 

Jason Gauci commented on CRUNCH-320:
------------------------------------

Sorry for the delay, but I will try to test this out later this week.

If your patch fixes the test case that I posted, I'm sure it will fix our use 
case as well.

> 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)

Reply via email to