Skip to content

Commit

Permalink
Merge pull request apache-spark-on-k8s#362 from palantir/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
mccheah committed Apr 18, 2018
2 parents 09d36ba + e984fa1 commit 136574e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private[spark] class DriverConfigOrchestrator(
if (existSubmissionLocalFiles(sparkJars)) {
throw new SparkException(s"The Kubernetes mode does not yet support referencing " +
s"application dependencies in the local file system. All provided jars:" +
s" ${sparkJars.mkString{","}")
s" ${sparkJars.mkString(",")}")
}

val mountLocalFilesStep = if (existSubmissionLocalFiles(sparkFiles)) {
Expand Down

0 comments on commit 136574e

Please sign in to comment.