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

support envFrom configMapRef

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Incomplete
    • 2.4.4
    • None
    • Kubernetes, Spark Core

    Description

      Add a configuration parameter to add environment variables to executor and driver from ConfigMap. Something like:

      spark.kubernetes.executor.envFromConfigMapRef=myConfigMap1,myConfigMap2
      

      which should result in spec:

      envFrom:
      - configMapRef:
          name: myConfigMap1
      - configMapRef:
          name: myConfigMap2
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vbogdanov Viktor Bogdanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: