Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Document blocking submit calls (#152)
Browse files Browse the repository at this point in the history
* Document blocking submit calls

#53 added these config but didn't document them

* Update running-on-kubernetes.md
  • Loading branch information
ash211 authored Feb 25, 2017
1 parent d81c084 commit 82275ae
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 82275ae

Please sign in to comment.