This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 7a112ed Merge pull request #10409: [BEAM-8978] Publish table size of
data written during HadoopFormatIOIT
add d801e28 [BEAM-8996] Auto-generate pipeline options documentation for
FlinkRunner
add 14ed07b Regenerate Flink options table with the latest master
add 0384d16 Merge pull request #10424: [BEAM-8996] Auto-generate pipeline
options documentation for FlinkRunner
No new revisions were added by this update.
Summary of changes:
runners/flink/flink_runner.gradle | 26 ++
.../website/PipelineOptionsTableGenerator.java | 179 ++++++++++++++
.../src/_includes/flink_java_pipeline_options.html | 150 ++++++++++++
.../_includes/flink_python_pipeline_options.html | 150 ++++++++++++
website/src/documentation/runners/flink.md | 267 +--------------------
5 files changed, 507 insertions(+), 265 deletions(-)
create mode 100644
runners/flink/src/test/java/org/apache/beam/runners/flink/website/PipelineOptionsTableGenerator.java
create mode 100644 website/src/_includes/flink_java_pipeline_options.html
create mode 100644 website/src/_includes/flink_python_pipeline_options.html