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

fix spark.kubernetes.memoryOverheadFactor deprecation warning

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 3.4.0
    • None
    • Kubernetes
    • None

    Description

      see https://github.com/apache/spark/pull/36744 for details.

       

      It looks like we deprecated spark.kubernetes.memoryOverheadFactor, but it has a default value which leads it to printing warnings all the time.

      {{}}

      22/06/01 23:53:49 WARN SparkConf: The configuration key 'spark.kubernetes.memoryOverheadFactor' has been deprecated as of Spark 3.3.0 and may be removed in the future. Please use spark.driver.memoryOverheadFactor and spark.executor.memoryOverheadFactor

      {{}}

      {{We should remove the default value if possible. It should only be used as fallback but we should be able to use the default from }}spark.driver.memoryOverheadFactor.

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tgraves Thomas Graves
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: