You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ja...@apache.org on 2022/05/26 07:13:13 UTC

[beam] 01/01: Merge pull request #17715: [BEAM-14492] add flinkConfDir to FlinkPipelineOptions

This is an automated email from the ASF dual-hosted git repository.

janl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c5e521a85f93527b6b3fe20aea505206316ce7ce
Merge: fd854635552 8a389892373
Author: Jan Lukavský <je...@seznam.cz>
AuthorDate: Thu May 26 09:13:05 2022 +0200

    Merge pull request #17715: [BEAM-14492] add flinkConfDir to FlinkPipelineOptions

 .../runners/flink/FlinkExecutionEnvironments.java  |  26 +++--
 .../flink/FlinkPipelineExecutionEnvironment.java   |   8 +-
 .../beam/runners/flink/FlinkPipelineOptions.java   |   8 ++
 .../flink/FlinkExecutionEnvironmentsTest.java      | 118 +++++++--------------
 .../shortcodes/flink_java_pipeline_options.html    |   5 +
 .../shortcodes/flink_python_pipeline_options.html  |   5 +
 6 files changed, 72 insertions(+), 98 deletions(-)