com.twitter.scalding

Config

object Config

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Config
  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. val CascadingAppId: String

  7. val CascadingAppName: String

  8. val HRavenHistoryUserName: String

  9. val HadoopNumReducers: String

    Parameter that actually controls the number of reduce tasks.

    Parameter that actually controls the number of reduce tasks. Be sure to set this in the JobConf for the *step* not the flow.

  10. val IoSerializationsKey: String

  11. val ReducerEstimatorOverride: String

    Whether estimator should override manually-specified reducers.

  12. val ReducerEstimators: String

    Name of parameter to specify which class to use as the default estimator.

  13. val ScaldingFlowClassName: String

  14. val ScaldingFlowClassSignature: String

  15. val ScaldingFlowSubmittedTimestamp: String

  16. val ScaldingJobArgs: String

  17. val ScaldingVersion: String

  18. def apply(m: Map[String, String]): Config

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

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

  22. def defaultFrom(mode: Mode): Config

    Merge Config.

    Merge Config.default with Hadoop config from the mode (if in Hadoop mode)

  23. def disjointUnion[K >: String, V >: String](m: Map[K, V], conf: Config): Either[Set[String], Map[K, V]]

    Either union these two, or return the keys that overlap

  24. val empty: Config

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

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

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. implicit def from(m: Map[String, String]): Config

  29. def fromHadoop(conf: Configuration): Config

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

    Definition Classes
    AnyRef → Any
  31. def hadoopWithDefaults(conf: Configuration): Config

  32. def hashCode(): Int

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

    Definition Classes
    Any
  34. def md5Identifier(clazz: Class[_]): String

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

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

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

    Definition Classes
    AnyRef
  38. def overwrite[K >: String, V >: String](m: Map[K, V], conf: Config): Map[K, V]

    This overwrites any keys in m that exist in config.

  39. def stringsFrom[K >: String, V >: String](m: Map[K, V]): (Map[K, V], Map[String, String])

    Returns all the non-string keys on the left, the string keys/values on the right

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def tryFrom(maybeConf: Map[AnyRef, AnyRef]): Try[Config]

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped