com.twitter.summingbird.batch

option

package option

Visibility
  1. Public
  2. All

Type Members

  1. case class FlatMapShards(count: Int) extends Product with Serializable

    Setting this will force a random shuffle to the specified number of reducers.

  2. case class Reducers(count: Int) extends Product with Serializable

    This specifies the number of reducers to be used in the context of the map-reduce framework.

Value Members

  1. object FlatMapShards extends Serializable

  2. object Reducers extends Serializable

Ungrouped