Skip to content

Commit 09d36ba

Browse files
authored
Merge pull request apache-spark-on-k8s#361 from palantir/fix-bad-jar-logging
Format bad jars log.
2 parents 30510ff + 161b679 commit 09d36ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ private[spark] class DriverConfigOrchestrator(
106106
// TODO(SPARK-23153): remove once submission client local dependencies are supported.
107107
if (existSubmissionLocalFiles(sparkJars)) {
108108
throw new SparkException(s"The Kubernetes mode does not yet support referencing " +
109-
s"application dependencies in the local file system. All provided jars: $sparkJars.")
109+
s"application dependencies in the local file system. All provided jars:" +
110+
s" ${sparkJars.mkString{","}")
110111
}
111112
112113
val mountLocalFilesStep = if (existSubmissionLocalFiles(sparkFiles)) {

0 commit comments

Comments
 (0)