KubernetesDriverConf¶
KubernetesDriverConf is a KubernetesConf.
Creating Instance¶
KubernetesDriverConf takes the following to be created:
-
SparkConf - Application ID
-
MainAppResource - Name of the Main Class
- Application Arguments
KubernetesDriverConf is created when:
KubernetesClientApplicationis requested to start (via KubernetesConf utility)
Volumes¶
volumes: Seq[KubernetesVolumeSpec]
volumes is part of the KubernetesConf abstraction.
volumes parses volume specs for the driver (with the spark.kubernetes.driver.volumes. prefix) from the SparkConf.