Skip to content

Commit e984fa1

Browse files
committed
Fix build
1 parent 09d36ba commit e984fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private[spark] class DriverConfigOrchestrator(
107107
if (existSubmissionLocalFiles(sparkJars)) {
108108
throw new SparkException(s"The Kubernetes mode does not yet support referencing " +
109109
s"application dependencies in the local file system. All provided jars:" +
110-
s" ${sparkJars.mkString{","}")
110+
s" ${sparkJars.mkString(",")}")
111111
}
112112

113113
val mountLocalFilesStep = if (existSubmissionLocalFiles(sparkFiles)) {

0 commit comments

Comments
 (0)