miandreu commented on a change in pull request #27727: SPARK-30975: rename 
config spark memoryOverhead
URL: https://github.com/apache/spark/pull/27727#discussion_r385297684
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/SparkConf.scala
 ##########
 @@ -689,9 +689,9 @@ private[spark] object SparkConf extends Logging {
     LISTENER_BUS_EVENT_QUEUE_CAPACITY.key -> Seq(
       AlternateConfig("spark.scheduler.listenerbus.eventqueue.size", "2.3")),
     DRIVER_MEMORY_OVERHEAD.key -> Seq(
-      AlternateConfig("spark.yarn.driver.memoryOverhead", "2.3")),
+      AlternateConfig("spark.driver.memoryOverhead", "2.3")),
 
 Review comment:
   @tgravescs you're right, the idea t is to eliminate the old configuration 
for the following versions

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to