Skip to content

Commit 0b81dbf

Browse files
foxishash211
authored andcommitted
Fix linter error to make CI happy (apache#18)
1 parent adcc906 commit 0b81dbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

launcher/src/main/java/org/apache/spark/launcher/SparkSubmitOptionParser.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ class SparkSubmitOptionParser {
8080
protected final String KUBERNETES_MASTER = "--kubernetes-master";
8181
protected final String KUBERNETES_NAMESPACE = "--kubernetes-namespace";
8282
protected final String KUBERNETES_UPLOAD_JARS = "--upload-jars";
83-
protected final String KUBERNETES_UPLOAD_DRIVER_EXTRA_CLASSPATH = "--upload-driver-extra-classpath";
83+
protected final String KUBERNETES_UPLOAD_DRIVER_EXTRA_CLASSPATH =
84+
"--upload-driver-extra-classpath";
8485

8586
/**
8687
* This is the canonical list of spark-submit options. Each entry in the array contains the

0 commit comments

Comments
 (0)