amplab / spark-indexedrdd

An efficient updatable key-value store for Apache Spark
Apache License 2.0
250 stars 78 forks source link

Add zipWithOther & repartition #22

Open njwhite opened 8 years ago

njwhite commented 8 years ago

Adds support for zipping an arbitary RDD with an IndexedRDD's entire index. This is a useful primitive for implementing a distributed broadcast join.