Values.JobDriverSourceSpecify the driver that the job runs on. Exactly one of the two available job drivers is required, either sparkSqlJobDriver or sparkSubmitJobDriver.
type nonrec t = {sparkSubmitJobDriver : SparkSubmitJobDriver.t option;The job driver parameters specified for spark submit.
*)sparkSqlJobDriver : SparkSqlJobDriver.t option;The job driver for job type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of EntryPointArgument.t ] list
| `String of EntryPointPath.t ])
list ])
list ]