Package

com.tresata.spark

sorted

Permalink

package sorted

Visibility
  1. Public
  2. All

Type Members

  1. trait GroupSorted[K, V] extends RDD[(K, V)]

    Permalink

    GroupSorted is a marker trait for key-value RDDs.

    GroupSorted is a marker trait for key-value RDDs. The contract for GroupSorted is as follows: 1) all rows (key, value pairs) for a given key are consecutive and in the same partition 2) the values can optionally be ordered per key

  2. class PairRDDFunctions[K, V] extends Logging with Serializable

    Permalink

Value Members

  1. object GroupSorted extends Serializable

    Permalink
  2. object PairRDDFunctions extends Serializable

    Permalink
  3. package api

    Permalink

Ungrouped