Packages

package cli

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

    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

Value Members

  1. object CommandLineOptions extends Serializable

Ungrouped