Packages

class CmdLine extends AnyRef

Runner class parsing command line arguments

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CmdLine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CmdLine(args: Array[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getClusterId(): String

    Gets the cluster Id if the execution mode is EMR

  11. def getClusterName(): String

    Gets the cluster name is the execution mode is EMR

  12. def getControllerRAM(): String

    Gets controller RAM passed in the configuration file

  13. def getData1(): String

    Gets the data retrieval query for source 1

  14. def getData2(): String

    Gets the data retrieval query for source 2

  15. def getDataSourceFolder(): String

    Gets the location of source data

  16. def getDelimiter(): String
  17. def getExecutorMemory(): String

    Gets executor memory passed in the configuration file

  18. def getLowerBound(): String

    Gets the lower bound in case of partitioning

  19. def getNumExecutors(): String

    Gets the number of executors passed in the configuration file

  20. def getNumPartitions(): String

    Gets the number of partitions passed in the configuration file

  21. def getOutputDirectory(): String

    Gets location of output directory

  22. def getPartitionByColumn(): String

    Gets the the partition column name

  23. def getRunConfigName(): String

    Gets the file name of the configuration file

  24. def getSource1(): File

    Gets the file where the data retrieval queries can be found

  25. def getSource2(): File

    Gets the file where the data retrieval queries can be found

  26. def getType1(): SourceType

    Gets the type of source 1

  27. def getType2(): SourceType

    Gets the type of source 2

  28. def getUpperBound(): String

    Gets the upper bound in case of partitioning

  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isLocal(): Boolean

    Returns true if the execution mode is local

  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped