[ 
https://issues.apache.org/jira/browse/CRUNCH-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Wills updated CRUNCH-150:
------------------------------

    Attachment: CRUNCH-150.patch

First crack at this.
                
> Add lib support for converting a PCollection<Pair<K, V>> to a PTable<K, V>
> --------------------------------------------------------------------------
>
>                 Key: CRUNCH-150
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-150
>             Project: Crunch
>          Issue Type: Bug
>          Components: MapReduce Patterns
>            Reporter: Josh Wills
>         Attachments: CRUNCH-150.patch
>
>
> Lots of MapReduce patterns in Crunch Lib work on PCollections, which include 
> PTables (which extend the interface) as a special case. We should add a 
> utility function for making it easy to convert any PCollection<Pair<K, V>> 
> returned by a lib function back into a PTable<K, V>, and do the conversion 
> for the user automatically when it makes sense.

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

Reply via email to