skonto commented on a change in pull request #23546: [SPARK-23153][K8s] Support
client dependencies with a HCFS
URL: https://github.com/apache/spark/pull/23546#discussion_r249686501
##########
File path: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
##########
@@ -373,6 +407,49 @@ private[spark] class SparkSubmit extends Logging {
localPyFiles = Option(args.pyFiles).map {
downloadFileList(_, targetDir, sparkConf, hadoopConf, secMgr)
}.orNull
+
+ if (isKubernetesClient &&
+ sparkConf.getBoolean("spark.kubernetes.submitInDriver", false)) {
Review comment:
I need to make sure i run this only in cluster mode ad the second submit
time where we are using client mode.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]