You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dyno (Jira)" <ji...@apache.org> on 2020/02/28 02:23:00 UTC

[jira] [Created] (SPARK-30979) no need to resolve dependencies in kubernetes cluster mode

Dyno created SPARK-30979:
----------------------------

             Summary: no need to resolve dependencies in kubernetes cluster mode
                 Key: SPARK-30979
                 URL: https://issues.apache.org/jira/browse/SPARK-30979
             Project: Spark
          Issue Type: Bug
          Components: Spark Submit
    Affects Versions: 2.4.5
         Environment: spark-operator with spark-2.4.4
            Reporter: Dyno


[https://github.com/apache/spark/blob/branch-2.4/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L301]

 

when use spark-operator, observed that spark operator is trying to download all the dependencies, but it is really not necessary as the driver will do it again.

 should the check be ```

if (!isMesosCluster && !isStandAloneCluster && !isKubernetesCluster) {
 }

```

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org