Josh Wills created CRUNCH-150:
---------------------------------
Summary: 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
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
|