gaborgsomogyi commented on a change in pull request #24804: [SPARK-23472][CORE] 
Add defaultJavaOptions for driver and executor.
URL: https://github.com/apache/spark/pull/24804#discussion_r297659448
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -51,8 +51,16 @@ package object config {
   private[spark] val DRIVER_CLASS_PATH =
     
ConfigBuilder(SparkLauncher.DRIVER_EXTRA_CLASSPATH).stringConf.createOptional
 
+  private[spark] val DRIVER_DEFAULT_JAVA_OPTIONS =
 
 Review comment:
   Well, looking at it again my original thought is bad because the type of the 
parameter is given where it's prepended.

----------------------------------------------------------------
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