com.twitter.scalding

platform

package platform

Visibility
  1. Public
  2. All

Type Members

  1. case class HadoopPlatformJobTest(cons: (Args) ⇒ Job, cluster: LocalCluster, argsMap: Map[String, List[String]] = ..., dataToCreate: Seq[(String, Seq[String])] = ..., sourceWriters: Seq[(Args) ⇒ Job] = ..., sourceReaders: Seq[(Mode) ⇒ Unit] = ..., flowCheckers: Seq[(Flow[JobConf]) ⇒ Unit] = ...) extends Product with Serializable

    This class is used to construct unit tests in scalding which use Hadoop's MiniCluster to more fully simulate and test the logic which is deployed in a job.

  2. trait HadoopPlatformTest extends BeforeAndAfterEach

    This is a mixin fixture for scalatest which makes it easy to use a LocalCluster and will manage the lifecycle of one appropriately.

  3. trait HadoopSharedPlatformTest extends BeforeAndAfterAll

  4. class LocalCluster extends AnyRef

Value Members

  1. object LocalCluster

  2. object MakeJar

Ungrouped