akshatb1 commented on a change in pull request #28258:
URL: https://github.com/apache/spark/pull/28258#discussion_r418986974
##########
File path: docs/spark-standalone.md
##########
@@ -374,6 +374,24 @@ To run an interactive Spark shell against the cluster, run
the following command
You can also pass an option `--total-executor-cores <numCores>` to control the
number of cores that spark-shell uses on the cluster.
+#Spark Properties
+
+Spark applications supports the following configuration properties specific to
standalone Mode:
+<table class="table">
+ <tr><th style="width:21%">Property Name</th><th>Default
Value</th><th>Meaning</th><th>Since Version</th></tr>
+ <tr>
+ <td><code>spark.standalone.submit.waitAppCompletion</code></td>
+ <td><code>false</code></td>
+ <td>
+ In Standalone cluster mode, controls whether the client waits to exit until
the application completes.
Review comment:
Updated in the latest commit.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]