com.twitter.scalding

BaseReplState

trait BaseReplState extends AnyRef

Object containing various implicit conversions required to create Scalding flows in the REPL. Most of these conversions come from the com.twitter.scalding.Job class.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseReplState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def asyncExecute[T](execution: Execution[T])(implicit ec: scala.concurrent.ExecutionContext): Future[T]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def config: Config

  10. var customConfig: Config

    Configuration to use for REPL executions.

    Configuration to use for REPL executions.

    To make changes, don't forget to assign back to this var: config += "mapred.reduce.tasks" -> 2

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def execute[T](execution: Execution[T]): T

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. var flowDef: FlowDef

    Implicit flowDef for this Scalding shell session.

  16. def fsShell(cmdLine: String): Int

    Access to Hadoop FsShell

    Access to Hadoop FsShell

    cmdLine

    command line parameters for FsShell as a single string

    returns

  17. def fsShellExp(cmdArgs: String*): Int

    Access to Hadoop FsShell

    Access to Hadoop FsShell

    cmdArgs

    list of command line parameters for FsShell, one per method argument

    returns

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getEmptyFlowDef: FlowDef

    Gets a new, empty, flow definition.

    Gets a new, empty, flow definition.

    returns

    a new, empty flow definition.

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. var mode: Mode

    Defaults to running in local mode if no mode is specified.

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def resetFlowDef(): Unit

    Sets the flow definition in implicit scope to an empty flow definition.

  27. def run(implicit fd: FlowDef, md: Mode): Option[JobStats]

    Runs this pipe as a Scalding job.

    Runs this pipe as a Scalding job.

    Automatically cleans up the flowDef to include only sources upstream from tails.

  28. def shell: BaseScaldingShell

    Attributes
    protected
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def useHdfsLocalMode(): Unit

  32. def useHdfsMode(): Unit

  33. def useLocalMode(): Unit

    Switch to Local mode

  34. def useStrictLocalMode(): Unit

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped