Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-30979

spark-submit - no need to resolve dependencies in kubernetes cluster mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Incomplete
    • 2.4.5
    • None
    • Spark Submit
    • spark-operator with spark-2.4.4

    Description

      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) {
      }

      ```

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Fu Dyno
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: