class CmdLine extends AnyRef
Runner class parsing command line arguments
- Alphabetic
- By Inheritance
- CmdLine
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CmdLine(args: Array[String])
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
getClusterId(): String
Gets the cluster Id if the execution mode is EMR
-
def
getClusterName(): String
Gets the cluster name is the execution mode is EMR
-
def
getControllerRAM(): String
Gets controller RAM passed in the configuration file
-
def
getData1(): String
Gets the data retrieval query for source 1
-
def
getData2(): String
Gets the data retrieval query for source 2
-
def
getDataSourceFolder(): String
Gets the location of source data
- def getDelimiter(): String
-
def
getExecutorMemory(): String
Gets executor memory passed in the configuration file
-
def
getLowerBound(): String
Gets the lower bound in case of partitioning
-
def
getNumExecutors(): String
Gets the number of executors passed in the configuration file
-
def
getNumPartitions(): String
Gets the number of partitions passed in the configuration file
-
def
getOutputDirectory(): String
Gets location of output directory
-
def
getPartitionByColumn(): String
Gets the the partition column name
-
def
getRunConfigName(): String
Gets the file name of the configuration file
-
def
getSource1(): File
Gets the file where the data retrieval queries can be found
-
def
getSource2(): File
Gets the file where the data retrieval queries can be found
-
def
getType1(): SourceType
Gets the type of source 1
-
def
getType2(): SourceType
Gets the type of source 2
-
def
getUpperBound(): String
Gets the upper bound in case of partitioning
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLocal(): Boolean
Returns true if the execution mode is local
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()