implicit class withHadoopConfigurationMethods extends MethodExtensions[Configuration]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withHadoopConfigurationMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withHadoopConfigurationMethods(self: Configuration)
Value Members
- def getSerialized[T](key: String): T
- def getSerializedOption[T](key: String): Option[T]
- def modify(f: (Job) ⇒ Unit): Configuration
-
val
self: Configuration
- Definition Classes
- withHadoopConfigurationMethods → MethodExtensions
- def setSerialized[T](key: String, value: T): Unit
-
def
withInputDirectory(path: Path, extensions: Seq[String]): Configuration
Creates a configuration with a given directory, to search for all files with an extension contained in the given set of extensions
-
def
withInputDirectory(path: Path): Configuration
Creates a Configuration with all files in a directory (recursively searched)
- def withInputPath(path: Path): Configuration