tgravescs commented on a change in pull request #27727: SPARK-30975: rename
config spark memoryOverhead
URL: https://github.com/apache/spark/pull/27727#discussion_r385243193
##########
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:
this is wrong, you are just saying the alternate config is the same as the
current config.
Are you just trying to remove spark.yarn.driver.memoryOverhead reference
altogether?
----------------------------------------------------------------
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]