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

Commit e7f78cb

Browse files
committed
Document blocking submit calls (#152)
* Document blocking submit calls #53 added these config but didn't document them * Update running-on-kubernetes.md
1 parent 2303aad commit e7f78cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/running-on-kubernetes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,21 @@ from the other deployment modes. See the [configuration page](configuration.html
202202
resource. Use alternatives such as Ingress if possible.
203203
</td>
204204
</tr>
205+
<tr>
206+
<td><code>spark.kubernetes.submit.waitAppCompletion</code></td>
207+
<td><code>true</code></td>
208+
<td>
209+
In cluster mode, whether to wait for the application to finish before exiting the launcher process. When changed to
210+
false, the launcher has a "fire-and-forget" behavior when launching the Spark job.
211+
</td>
212+
</tr>
213+
<tr>
214+
<td><code>spark.kubernetes.report.interval</code></td>
215+
<td><code>1s</code></td>
216+
<td>
217+
Interval between reports of the current Spark job status in cluster mode.
218+
</td>
219+
</tr>
205220
</table>
206221

207222
## Current Limitations

0 commit comments

Comments
 (0)