com.twitter.algebird

spark

package spark

To use this, you probably want: import com.twitter.algebird.spark._

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AlgebirdAggregator[A, B, C] = Aggregator[A, B, C]

    spark exposes an Aggregator type, so this is here to avoid shadowing

  2. implicit final class ToAlgebird[T] extends AnyVal

Value Members

  1. val AlgebirdAggregator: Aggregator.type

  2. def rddMonoid[T](sc: SparkContext)(implicit arg0: ClassTag[T]): Monoid[RDD[T]]

  3. implicit def rddSemigroup[T]: Semigroup[RDD[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped