Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ private[spark] class DriverConfigOrchestrator(

// TODO(SPARK-23153): remove once submission client local dependencies are supported.
if (existSubmissionLocalFiles(sparkJars)) {
throw new SparkException("The Kubernetes mode does not yet support referencing application " +
"dependencies in the local file system.")
throw new SparkException(s"The Kubernetes mode does not yet support referencing " +
s"application dependencies in the local file system. All provided jars: $sparkJars.")
}

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