Skip to content

Commit eb425df

Browse files
committed
Report which jars are local
1 parent 2529984 commit eb425df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ private[spark] class DriverConfigOrchestrator(
105105

106106
// TODO(SPARK-23153): remove once submission client local dependencies are supported.
107107
if (existSubmissionLocalFiles(sparkJars)) {
108-
throw new SparkException("The Kubernetes mode does not yet support referencing application " +
109-
"dependencies in the local file system.")
108+
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.")
110110
}
111111

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

0 commit comments

Comments
 (0)