Skip to content

Commit

Permalink
Merge pull request #17143: [BEAM-4106] Remove filesToStage from Flink…
Browse files Browse the repository at this point in the history
… pipeline option list.
  • Loading branch information
iemejia authored Mar 21, 2022
2 parents d352d60 + 7257e37 commit 0a68801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
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

0 comments on commit 0a68801

Please sign in to comment.