Values.JobDriverSourceThe driver that the job runs on.
type nonrec t = {sparkSubmit : SparkSubmit.t option;The job driver parameters specified for Spark.
*)hive : Hive.t option;The job driver parameters specified for Hive.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of EntryPointArgument.t ] list
| `String of EntryPointPath.t ])
list ])
list ]