Object/Trait

com.twitter.scalding

Config

Related Docs: trait Config | package scalding

Permalink

object Config extends Serializable

Source
Config.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. val CascadingAppId: String

    Permalink
  5. val CascadingAppName: String

    Permalink
  6. val CascadingSerializationTokens: String

    Permalink
  7. val FlowListeners: String

    Permalink
  8. val FlowStepListeners: String

    Permalink
  9. val FlowStepStrategies: String

    Permalink
  10. val HRavenHistoryUserName: String

    Permalink
  11. val HadoopNumReducers: String

    Permalink

    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.

  12. val HashJoinAutoForceRight: String

    Permalink

    Parameter that can be used to determine behavior on the rhs of a hashJoin.

    Parameter that can be used to determine behavior on the rhs of a hashJoin. If true, we try to guess when to auto force to disk before a hashJoin else (the default) we don't try to infer this and the behavior can be dictated by the user manually calling forceToDisk on the rhs or not as they wish.

  13. val IoSerializationsKey: String

    Permalink
  14. val PipeDescriptions: String

    Permalink

    Manual description for use in .dot and MR step names set using a withDescription.

  15. val ReducerEstimatorOverride: String

    Permalink

    Whether estimator should override manually-specified reducers.

  16. val ReducerEstimators: String

    Permalink

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

  17. val ScaldingExecutionId: String

    Permalink
  18. val ScaldingFlowClassName: String

    Permalink
  19. val ScaldingFlowClassSignature: String

    Permalink
  20. val ScaldingFlowSubmittedTimestamp: String

    Permalink
  21. val ScaldingJobArgs: String

    Permalink
  22. val ScaldingJobArgsSerialized: String

    Permalink
  23. val ScaldingRequireOrderedSerialization: String

    Permalink
  24. val ScaldingVersion: String

    Permalink
  25. val StepDescriptions: String

    Permalink
  26. val VerboseFileSourceLoggingKey: String

    Permalink
  27. val WithReducersSetExplicitly: String

    Permalink

    Whether the number of reducers has been set explicitly using a withReducers

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

    Permalink
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def clone(): AnyRef

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

    Permalink
  32. def defaultFrom(mode: Mode): Config

    Permalink

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

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

    Permalink

    Either union these two, or return the keys that overlap

  34. val empty: Config

    Permalink
  35. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  39. def fromHadoop(conf: Configuration): Config

    Permalink
  40. final def getClass(): Class[_]

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

    Permalink
  42. def hashCode(): Int

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

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

    Permalink
  45. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink

    This overwrites any keys in m that exist in config.

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

    Permalink

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

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

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

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

    Permalink
  53. def unitTestDefault: Config

    Permalink
  54. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped