We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcc906 commit 0b81dbfCopy full SHA for 0b81dbf
launcher/src/main/java/org/apache/spark/launcher/SparkSubmitOptionParser.java
@@ -80,7 +80,8 @@ class SparkSubmitOptionParser {
80
protected final String KUBERNETES_MASTER = "--kubernetes-master";
81
protected final String KUBERNETES_NAMESPACE = "--kubernetes-namespace";
82
protected final String KUBERNETES_UPLOAD_JARS = "--upload-jars";
83
- protected final String KUBERNETES_UPLOAD_DRIVER_EXTRA_CLASSPATH = "--upload-driver-extra-classpath";
+ protected final String KUBERNETES_UPLOAD_DRIVER_EXTRA_CLASSPATH =
84
+ "--upload-driver-extra-classpath";
85
86
/**
87
* This is the canonical list of spark-submit options. Each entry in the array contains the
0 commit comments