com.twitter.scalding

ReplState

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
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]

    Definition Classes
    BaseReplState
  8. def clone(): AnyRef

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

    Definition Classes
    BaseReplState
  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

    Definition Classes
    BaseReplState
  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

    Definition Classes
    BaseReplState
  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.

    Implicit flowDef for this Scalding shell session.

    Definition Classes
    BaseReplState
  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

    Definition Classes
    BaseReplState
  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

    Definition Classes
    BaseReplState
  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.

    Definition Classes
    BaseReplState
  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.

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

    Definition Classes
    BaseReplState
  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.

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

    Definition Classes
    BaseReplState
  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.

    Definition Classes
    BaseReplState
  28. def shell: BaseScaldingShell

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

    Definition Classes
    BaseReplState
  32. def useHdfsMode(): Unit

    Definition Classes
    BaseReplState
  33. def useLocalMode(): Unit

    Switch to Local mode

    Switch to Local mode

    Definition Classes
    BaseReplState
  34. def useStrictLocalMode(): Unit

    Definition Classes
    BaseReplState
  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 BaseReplState

Inherited from AnyRef

Inherited from Any

Ungrouped