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. class ZipPartitionsWithIndexRDD[T] extends Serializable

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

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

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

    Permalink

Value Members

  1. object LazyZippedWithIndexRDD extends Serializable

    Permalink
  2. object ZipPartitionsWithIndexRDD extends Serializable

    Permalink

Ungrouped