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_r367755172
 
 

 ##########
 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:
   Hi, @FereX98 . So, does this PR aim to match this with `--master local[4]`?

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