Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-33005 Kubernetes GA Preparation
  3. SPARK-32119

ExecutorPlugin doesn't work with Standalone Cluster and Kubernetes with --jars

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0, 3.0.1, 3.1.0
    • 3.0.2, 3.1.0
    • Spark Core
    • None

    Description

      ExecutorPlugin can't work with Standalone Cluster and Kubernetes
      when a jar which contains plugins and files used by the plugins are added by --jars and --files option with spark-submit.

      This is because jars and files added by --jars and --files are not loaded on Executor initialization.
      I confirmed it works with YARN because jars/files are distributed as distributed cache.

      Attachments

        Activity

          People

            sarutak Kousuke Saruta
            sarutak Kousuke Saruta
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: