com.nicta.scoobi.impl

exec

package exec

Visibility
  1. Public
  2. All

Type Members

  1. trait ExecutionMode extends ShowNode with Optimiser

  2. case class InMemoryMode() extends ExecutionMode with Product with Serializable

    A fast local mode for execution of Scoobi applications.

  3. class JobExecException extends RuntimeException

  4. case class MapReduceJob(mscr: Mscr, layerId: Int)(implicit configuration: ScoobiConfiguration) extends Product with Serializable

    A class that defines a single Hadoop MapReduce job and configures Hadoop based on the Mscr to execute

  5. class Progress extends AnyRef

  6. class TaskDetailsLogger extends AnyRef

Ungrouped