FereX98 commented on a change in pull request #27244: [MINOR][DOCS] Update
runtime dynamic configuration command
URL: https://github.com/apache/spark/pull/27244#discussion_r367757672
##########
File path: docs/configuration.md
##########
@@ -90,7 +90,7 @@ val sc = new SparkContext(new SparkConf())
Then, you can supply configuration values at runtime:
{% highlight bash %}
./bin/spark-submit --name "My app" --master local[4] --conf
spark.eventLog.enabled=false
- --conf "spark.executor.extraJavaOptions=-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps" myApp.jar
+ --conf "spark.driver.extraJavaOptions=-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps" myApp.jar
Review comment:
Yeah I guess so
----------------------------------------------------------------
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]