Skip to content

Commit

Permalink
Document blocking submit calls (apache-spark-on-k8s#152)
Browse files Browse the repository at this point in the history
* Document blocking submit calls

apache-spark-on-k8s#53 added these config but didn't document them

* Update running-on-kubernetes.md
  • Loading branch information
ash211 authored and Puneet Loya committed Mar 7, 2019
1 parent adae156 commit 3cad8d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,21 @@ from the other deployment modes. See the [configuration page](configuration.html
resource. Use alternatives such as Ingress if possible.
</td>
</tr>
<tr>
<td><code>spark.kubernetes.submit.waitAppCompletion</code></td>
<td><code>true</code></td>
<td>
In cluster mode, whether to wait for the application to finish before exiting the launcher process. When changed to
false, the launcher has a "fire-and-forget" behavior when launching the Spark job.
</td>
</tr>
<tr>
<td><code>spark.kubernetes.report.interval</code></td>
<td><code>1s</code></td>
<td>
Interval between reports of the current Spark job status in cluster mode.
</td>
</tr>
</table>

## Current Limitations
Expand Down

0 comments on commit 3cad8d8

Please sign in to comment.