srowen commented on a change in pull request #24191: [SPARK-27261][DOC] Improve 
app submission doc for passing multiple configs
URL: https://github.com/apache/spark/pull/24191#discussion_r268466330
 
 

 ##########
 File path: docs/submitting-applications.md
 ##########
 @@ -44,7 +44,7 @@ Some of the commonly used options are:
 * `--class`: The entry point for your application (e.g. 
`org.apache.spark.examples.SparkPi`)
 * `--master`: The [master URL](#master-urls) for the cluster (e.g. 
`spark://23.195.26.187:7077`)
 * `--deploy-mode`: Whether to deploy your driver on the worker nodes 
(`cluster`) or locally as an external client (`client`) (default: `client`) <b> 
&#8224; </b>
-* `--conf`: Arbitrary Spark configuration property in key=value format. For 
values that contain spaces wrap "key=value" in quotes (as shown).
+* `--conf`: Arbitrary Spark configuration property in key=value format. For 
values that contain spaces wrap "key=value" in quotes (as shown). Multiple 
configurations shall be passed individually.(e.g --conf <key>=<value> --conf 
<key>=<value>)
 
 Review comment:
   And you're missing a space after period, period after g, and the second 
sentence is all parenthetical. For minor changes, please do proofread them. 
Just: "Multiple configurations should be passed as separate arguments. Example: 
`--conf key1=value1 --conf key2=value2`.

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