Package

com.twitter.algebird

spark

Permalink

package spark

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

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

  2. implicit final class ToAlgebird[T] extends AnyVal

    Permalink

Value Members

  1. val AlgebirdAggregator: Aggregator.type

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped