Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20320#discussion_r162465620
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/DriverConfigOrchestrator.scala
---
@@ -117,6 +117,12 @@ private[spark] class DriverConfigOrchestrator(
.map(_.split(","))
.getOrElse(Array.empty[String])
+ if (existSubmissionLocalFiles(sparkJars) ||
existSubmissionLocalFiles(sparkFiles)) {
+ throw new SparkException("The Kubernetes mode does not yet support
application " +
+ "dependencies local to the submission client. It currently only
allows application" +
--- End diff --
nit: extra space in the end of line
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]