spark-instrumented-optimizer/core
Reynold Xin 7990c56375 Merge pull request #276 from shivaram/collectPartition
Add collectPartition to JavaRDD interface.

This interface is useful for implementing `take` from other language frontends where the data is serialized. Also remove `takePartition` from PythonRDD and use `collectPartition` in rdd.py.

Thanks @concretevitamin for the original change and tests.
2013-12-19 13:35:09 -08:00
..
src Merge pull request #276 from shivaram/collectPartition 2013-12-19 13:35:09 -08:00
pom.xml Cleanup 2013-12-16 21:56:21 -08:00