com.nicta.scoobi.impl

exec

package exec

Visibility
  1. Public
  2. All

Type Members

  1. class ConfiguredWritableComparator extends RawComparator[WritableComparable[_]] with Configured

    This Comparator delegates comparisons to the WritableComparator for the MapOutputKeyClass but first it instantiate keys using the configuration (instead of null in the original version) so that the TaggedKey can be set up with the proper metadata

  2. trait ExecutionMode extends ShowNode with Optimiser

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

    A fast local mode for execution of Scoobi applications.

  4. class JobExecException extends RuntimeException

  5. case class MapReduceJob(mscr: Mscr, mscrNumber: Int, mscrsNumber: 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

  6. class Progress extends AnyRef

  7. class TaskDetailsLogger extends AnyRef

Ungrouped