Object

com.twitter.scalding

ReplState

Related Doc: package scalding

Permalink

object ReplState extends BaseReplState

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplState
  2. BaseReplState
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    BaseReplState
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    BaseReplState
  8. var customConfig: Config

    Permalink

    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

    Definition Classes
    BaseReplState
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    BaseReplState
  12. def finalize(): Unit

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

    Permalink

    Implicit flowDef for this Scalding shell session.

    Implicit flowDef for this Scalding shell session.

    Definition Classes
    BaseReplState
  14. def fsShell(cmdLine: String): Int

    Permalink

    Access to Hadoop FsShell

    Access to Hadoop FsShell

    cmdLine

    command line parameters for FsShell as a single string

    Definition Classes
    BaseReplState
  15. def fsShellExp(cmdArgs: String*): Int

    Permalink

    Access to Hadoop FsShell

    Access to Hadoop FsShell

    cmdArgs

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

    Definition Classes
    BaseReplState
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getEmptyFlowDef: FlowDef

    Permalink

    Gets a new, empty, flow definition.

    Gets a new, empty, flow definition.

    returns

    a new, empty flow definition.

    Definition Classes
    BaseReplState
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. var mode: Mode

    Permalink

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

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

    Definition Classes
    BaseReplState
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def resetFlowDef(): Unit

    Permalink

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

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

    Definition Classes
    BaseReplState
  25. def run(implicit fd: FlowDef, md: Mode): Option[JobStats]

    Permalink

    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.

    Definition Classes
    BaseReplState
  26. def shell: BaseScaldingShell

    Permalink
    Attributes
    protected
    Definition Classes
    BaseReplState
  27. var storedHdfsMode: Option[Hdfs]

    Permalink

    If the repl is started in Hdfs mode, this field is used to preserve the settings when switching Modes.

    If the repl is started in Hdfs mode, this field is used to preserve the settings when switching Modes.

    Definition Classes
    BaseReplState
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

    Permalink
    Definition Classes
    BaseReplState
  31. def useHdfsMode(): Unit

    Permalink
    Definition Classes
    BaseReplState
  32. def useLocalMode(): Unit

    Permalink

    Switch to Local mode

    Switch to Local mode

    Definition Classes
    BaseReplState
  33. def useStrictLocalMode(): Unit

    Permalink
    Definition Classes
    BaseReplState
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseReplState

Inherited from AnyRef

Inherited from Any

Ungrouped