Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-4106] Remove filesToStage from Flink pipeline option list. #17143

Merged
merged 1 commit into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
<td>Remove unneeded deep copy between operators. See https://issues.apache.org/jira/browse/BEAM-11146</td>
<td>Default: <code>false</code></td>
</tr>
<tr>
<td><code>filesToStage</code></td>
<td>Jar-Files to send to all workers and put on the classpath. The default value is all files from the classpath.</td>
<td></td>
</tr>
<tr>
<td><code>finishBundleBeforeCheckpointing</code></td>
<td>If set, finishes the current bundle and flushes all output before checkpointing the state of the operators. By default, starts checkpointing immediately and buffers any remaining bundle output as part of the checkpoint. The setting may affect the checkpoint alignment.</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
<td>Remove unneeded deep copy between operators. See https://issues.apache.org/jira/browse/BEAM-11146</td>
<td>Default: <code>false</code></td>
</tr>
<tr>
<td><code>files_to_stage</code></td>
<td>Jar-Files to send to all workers and put on the classpath. The default value is all files from the classpath.</td>
<td></td>
</tr>
<tr>
<td><code>finish_bundle_before_checkpointing</code></td>
<td>If set, finishes the current bundle and flushes all output before checkpointing the state of the operators. By default, starts checkpointing immediately and buffers any remaining bundle output as part of the checkpoint. The setting may affect the checkpoint alignment.</td>
Expand Down