skonto edited a comment on issue #25229: [SPARK-27900][K8s] Add jvm oom flag URL: https://github.com/apache/spark/pull/25229#issuecomment-518748224 @dongjoon-hyun one thing I noticed is that if I set: ``` case "$1" in driver) shift 1 VERBOSE_FLAG=$(get_verbose_flag) CMD=( "$SPARK_HOME/bin/spark-submit" --conf spark.driver.extraJavaOptions="$DEFAULT_DRIVER_JVM_OPTIONS" ``` Then by default the user will not be able to pass any `spark.driver.extraJavaOptions` settings are his properties are put in a properties file which less priority compared to`spark.driver.extraJavaOptions`.
---------------------------------------------------------------- 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]
