vanzin commented on issue #24804: [SPARK-23472][CORE] Add defaultJavaOptions for driver and executor. URL: https://github.com/apache/spark/pull/24804#issuecomment-505222075 BTW it would be good to double check the places where cluster-mode drivers are started and make sure they also pick up the new config. e.g. `StandaloneSubmitRequestServlet` seems to create a driver command line and it does this: ``` val driverExtraJavaOptions = sparkProperties.get(config.DRIVER_JAVA_OPTIONS.key) ``` Which I think would completely ignore the stuff you're adding here...
---------------------------------------------------------------- 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]
