From 7257e378fe0d89e5d3f05221dea4a0dfc90d983d Mon Sep 17 00:00:00 2001 From: Kyle Weaver Date: Mon, 21 Mar 2022 13:34:05 -0700 Subject: [PATCH] [BEAM-4106] Remove filesToStage from Flink pipeline option list. This documentation is automatically generated. filesToStage was removed in #14423, but no one's checked this in yet. --- .../site/layouts/shortcodes/flink_java_pipeline_options.html | 5 ----- .../layouts/shortcodes/flink_python_pipeline_options.html | 5 ----- 2 files changed, 10 deletions(-) diff --git a/website/www/site/layouts/shortcodes/flink_java_pipeline_options.html b/website/www/site/layouts/shortcodes/flink_java_pipeline_options.html index 1377c248170a..ba77cbc9798a 100644 --- a/website/www/site/layouts/shortcodes/flink_java_pipeline_options.html +++ b/website/www/site/layouts/shortcodes/flink_java_pipeline_options.html @@ -77,11 +77,6 @@ Remove unneeded deep copy between operators. See https://issues.apache.org/jira/browse/BEAM-11146 Default: false - - filesToStage - Jar-Files to send to all workers and put on the classpath. The default value is all files from the classpath. - - finishBundleBeforeCheckpointing 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. diff --git a/website/www/site/layouts/shortcodes/flink_python_pipeline_options.html b/website/www/site/layouts/shortcodes/flink_python_pipeline_options.html index bf61037915ba..759b6d762e38 100644 --- a/website/www/site/layouts/shortcodes/flink_python_pipeline_options.html +++ b/website/www/site/layouts/shortcodes/flink_python_pipeline_options.html @@ -77,11 +77,6 @@ Remove unneeded deep copy between operators. See https://issues.apache.org/jira/browse/BEAM-11146 Default: false - - files_to_stage - Jar-Files to send to all workers and put on the classpath. The default value is all files from the classpath. - - finish_bundle_before_checkpointing 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.