Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-33461 Propagating SPARK_CONF_DIR in K8s and tests
  3. SPARK-30985

Propagate SPARK_CONF_DIR files to driver and exec pods.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.1.0
    • 3.1.0
    • Kubernetes
    • None

    Description

      SPARK_CONF_DIR hosts configuration files like,
      1) spark-defaults.conf - containing all the spark properties.
      2) log4j.properties - Logger configuration.
      3) spark-env.sh - Environment variables to be setup at driver and executor.
      4) core-site.xml - Hadoop related configuration.
      5) fairscheduler.xml - Spark's fair scheduling policy at the job level.
      6) metrics.properties - Spark metrics.
      7) Any user specific - library or framework specific configuration file.

      Traditionally, SPARK_CONF_DIR has been the home to all user specific configuration files.

      So this feature, will let the user specific configuration files be mounted on the driver and executor pods' SPARK_CONF_DIR.

      Please review the attached design doc, for more details.

       

      Google docs link

       

      Attachments

        Issue Links

          Activity

            People

              prashant Prashant Sharma
              prashant Prashant Sharma
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: