Skip to content
Snippets Groups Projects
  • Reynold Xin's avatar
    7990c563
    Merge pull request #276 from shivaram/collectPartition · 7990c563
    Reynold Xin authored
    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.
    7990c563
    History
    Merge pull request #276 from shivaram/collectPartition
    Reynold Xin authored
    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.