dongjoon-hyun commented on a change in pull request #27244: [MINOR][DOCS]
Update runtime dynamic configuration command
URL: https://github.com/apache/spark/pull/27244#discussion_r367760257
##########
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:
Could you check the other example in this file?
For example, line 2725 seems to be the same with this example.
-
https://github.com/apache/spark/blame/19ffc9096339bde87f774b92f16c2441adf5841c/docs/configuration.md#L2725
----------------------------------------------------------------
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]