case class CommandLineOptions(appConf: String, jobConf: Seq[String], refDate: Option[String] = None, local: Boolean = false, shared: Boolean = false, migrate: Boolean = false, extraVars: Map[String, String] = Map.empty, logLevel: Level = Level.INFO) extends Product with Serializable
Application command line arguments
- appConf
Path to application settings file.
- jobConf
Sequence of paths to job configuration files.
- refDate
Reference date string.
- local
Flag indication that application should be run in local mode.
- shared
Flag indicating that application is running using shared spark context. For such applications the spark session wont be stopped after job completion.
- migrate
Flag indication whether DQ storage database migration needs to be run prior result saving.
- extraVars
Extra variables to be used in configuration files.
- logLevel
Application logging level
- Alphabetic
- By Inheritance
- CommandLineOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
CommandLineOptions(appConf: String, jobConf: Seq[String], refDate: Option[String] = None, local: Boolean = false, shared: Boolean = false, migrate: Boolean = false, extraVars: Map[String, String] = Map.empty, logLevel: Level = Level.INFO)
- appConf
Path to application settings file.
- jobConf
Sequence of paths to job configuration files.
- refDate
Reference date string.
- local
Flag indication that application should be run in local mode.
- shared
Flag indicating that application is running using shared spark context. For such applications the spark session wont be stopped after job completion.
- migrate
Flag indication whether DQ storage database migration needs to be run prior result saving.
- extraVars
Extra variables to be used in configuration files.
- logLevel
Application logging level
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
- val appConf: String
-
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
- val extraVars: Map[String, String]
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jobConf: Seq[String]
- val local: Boolean
- val logLevel: Level
- val migrate: Boolean
-
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 refDate: Option[String]
- val shared: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()