Skip to content

Commit

Permalink
Fix linter error to make CI happy (alteryx#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxish committed Jul 24, 2017
1 parent 94ab8dd commit 7afadb3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class SparkSubmitOptionParser {
protected final String KUBERNETES_MASTER = "--kubernetes-master";
protected final String KUBERNETES_NAMESPACE = "--kubernetes-namespace";
protected final String KUBERNETES_UPLOAD_JARS = "--upload-jars";
protected final String KUBERNETES_UPLOAD_DRIVER_EXTRA_CLASSPATH = "--upload-driver-extra-classpath";
protected final String KUBERNETES_UPLOAD_DRIVER_EXTRA_CLASSPATH =
"--upload-driver-extra-classpath";

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

0 comments on commit 7afadb3

Please sign in to comment.