dongjoon-hyun edited a comment on issue #28069: [SPARK-31265][YARN] Add -XX:MaxDirectMemorySize jvm options in yarn mode URL: https://github.com/apache/spark/pull/28069#issuecomment-607377380 @wang-zhun . I'm not saying you are completely wrong. Apache Spark doesn't directly set `-XX:MaxDirectMemorySize` by using `spark.driver.memoryOverhead`, does it? Instead, Apache Spark aims to advise the users to set `JVM` options properly if needed. The above mentioned configurations exist for that purpose. This PR just breaks the existing customer environments by introducing a conflict. We don't know what JVM confs(users or this PR's) are applied. In general, this PR seems to be not designed to align to Apache Spark existing behavior.
---------------------------------------------------------------- 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]
