Github user liyinan926 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20320#discussion_r162475338
  
    --- 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)) {
    --- End diff --
    
    Done, and also created https://issues.apache.org/jira/browse/SPARK-23153.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to