skonto removed a comment on issue #25229: [SPARK-27900][K8s] Add jvm oom flag
URL: https://github.com/apache/spark/pull/25229#issuecomment-518759232
 
 
   @dongjoon-hyun 
   By default the user will not be able to pass any 
spark.driver.extraJavaOptions settings since his properties are put in a 
properties file which has less priority compared to default 
`spark.driver.extraJavaOptions`. 
   I assume this sample implementation:
   ```
   case "$1" in
     driver)
       shift 1
       VERBOSE_FLAG=$(get_verbose_flag)
       DEFAULT_DRIVER_JVM_OPTIONS=$(get_default_jvm_options)
       CMD=(
         "$SPARK_HOME/bin/spark-submit"
           --conf spark.driver.extraJavaOptions=$DEFAULT_DRIVER_JVM_OPTIONS
           ...
   ```
   Is this expected 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to