case class SparkDistCPOptions(update: Boolean = SparkDistCPOptions.Defaults.update, overwrite: Boolean = ..., delete: Boolean = SparkDistCPOptions.Defaults.delete, log: Option[URI] = SparkDistCPOptions.Defaults.log, ignoreErrors: Boolean = ..., dryRun: Boolean = SparkDistCPOptions.Defaults.dryRun, consistentPathBehaviour: Boolean = ..., maxFilesPerTask: Int = ..., maxBytesPerTask: Long = ..., filterNot: List[Regex] = ..., numListstatusThreads: Int = ..., verbose: Boolean = SparkDistCPOptions.Defaults.verbose) extends Product with Serializable
Options for the DistCP application See OptionsParsing.parse for the explanation of each option
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkDistCPOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SparkDistCPOptions(update: Boolean = SparkDistCPOptions.Defaults.update, overwrite: Boolean = ..., delete: Boolean = SparkDistCPOptions.Defaults.delete, log: Option[URI] = SparkDistCPOptions.Defaults.log, ignoreErrors: Boolean = ..., dryRun: Boolean = SparkDistCPOptions.Defaults.dryRun, consistentPathBehaviour: Boolean = ..., maxFilesPerTask: Int = ..., maxBytesPerTask: Long = ..., filterNot: List[Regex] = ..., numListstatusThreads: Int = ..., verbose: Boolean = SparkDistCPOptions.Defaults.verbose)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val consistentPathBehaviour: Boolean
- val delete: Boolean
- val dryRun: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterNot: List[Regex]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ignoreErrors: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: Option[URI]
- val maxBytesPerTask: Long
- val maxFilesPerTask: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numListstatusThreads: Int
- val overwrite: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val update: Boolean
- val updateOverwritePathBehaviour: Boolean
- def validateOptions(): Unit
- val verbose: Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withFiltersFromFile(uri: URI, hadoopConfiguration: Configuration): SparkDistCPOptions