Package

org.hammerlab.magic.rdd

zip

Permalink

package zip

Visibility
  1. Public
  2. All

Type Members

  1. class LazyZippedWithIndexRDD[T] extends RDD[(T, Long)]

    Permalink

    Slight modification of org.apache.spark.rdd.ZippedWithIndexRDD from Spark that does not run job when created, it only triggers job on action or computing partitions.

  2. case class ZipPartitionsRDD[T](rdd: RDD[T]) extends Product with Serializable

    Permalink

    Wrapper for RDD.zipPartitions that fails early if the RDDs' partition-counts don't match

  3. class ZipPartitionsWithIndexRDD[T] extends Serializable

    Permalink
  4. case class ZipRDDDifferingPartitionsException(rdds: Seq[RDD[_]]) extends Exception with Product with Serializable

    Permalink
  5. class ZippedPartitionsWithIndexRDD2[A, B, V] extends ZippedPartitionsBaseRDD[V]

    Permalink
  6. class ZippedPartitionsWithIndexRDD3[A, B, C, V] extends ZippedPartitionsBaseRDD[V]

    Permalink

Value Members

  1. object LazyZippedWithIndexRDD extends Serializable

    Permalink
  2. object ZipPartitionsRDD extends Serializable

    Permalink
  3. object ZipPartitionsWithIndexRDD extends Serializable

    Permalink

Ungrouped