case classSparkJobConf(className: String, sparkBenchJar: String, sparkConfs: Map[String, String], sparkArgs: Map[String, String], childArgs: Seq[String], submissionParams: Map[String, Any]) extends Product with Serializable
The SparkJobConf case class is a neutral end-stage for the typesafe config file.
SparkJobConf can be neatly marshalled into submission-specific forms for launch.
For example, SparkJobConf can be marshalled into a LivyRequest case class for
submission through Livy, or to a similar form appropriate for submitting through
/bin/spark-submit.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
The SparkJobConf case class is a neutral end-stage for the typesafe config file. SparkJobConf can be neatly marshalled into submission-specific forms for launch. For example, SparkJobConf can be marshalled into a LivyRequest case class for submission through Livy, or to a similar form appropriate for submitting through /bin/spark-submit.