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.