Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
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
- is caused by
-
SPARK-38194 Make memory overhead factor configurable
-
- Resolved
-
- links to