Skip to content

Commit 91ef1da

Browse files
committed
[FLINK-38758][runtime] Introduce PackagedProgramApplication
1 parent 5ac895c commit 91ef1da

File tree

6 files changed

+2062
-3
lines changed

6 files changed

+2062
-3
lines changed

docs/layouts/shortcodes/generated/deployment_configuration.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,11 @@
6262
<td>String</td>
6363
<td>The deployment target for the execution. This can take one of the following values when calling <code class="highlighter-rouge">bin/flink run</code>:<ul><li>remote</li><li>local</li><li>yarn-application</li><li>yarn-session</li><li>kubernetes-application</li><li>kubernetes-session</li></ul></td>
6464
</tr>
65+
<tr>
66+
<td><h5>execution.terminate-application-on-any-job-terminated-exceptionally</h5></td>
67+
<td style="word-wrap: break-word;">true</td>
68+
<td>Boolean</td>
69+
<td>When it is set to true, the application will complete exceptionally if any job fails or is canceled. When it is set to false, the application will finish after all jobs reach terminal states.</td>
70+
</tr>
6571
</tbody>
6672
</table>

0 commit comments

Comments
 (0)