com.twitter.scalding

examples

package examples

Visibility
  1. Public
  2. All

Type Members

  1. class MergeTest extends Job

    This example job does not yet work.

  2. class PageRank extends Job

    Options: --input: the three column TSV with node, comma-sep-out-neighbors, initial pagerank (set to 1.

  3. class WeightedPageRank extends Job

    weighted page rank for the given graph, start from the given pagerank, perform one iteartion, test for convergence, if not yet, clone itself and start the next page rank job with updated pagerank as input.

  4. class WeightedPageRankFromMatrix extends Job

    A weighted PageRank implementation using the Scalding Matrix API.

  5. class WordCountJob extends Job

Value Members

  1. object KMeans

Ungrouped