This is an automated email from the ASF dual-hosted git repository.
lgajowy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 7a0312a [BEAM-6754] Add option to use subprocesses instead of threads
in loopback environment (#7984)
new ef48cd1 [BEAM-6677] Provide necessary Docker and Flink Dataproc init
actions
new 46e4522 [BEAM-6677] Create script that will pull SDK Harness images
to Dataproc cluster
new 8d066cb [BEAM-6677] Add script to easily setup Flink Dataproc cluster
new 6b8a5f9 [BEAM-6677] Adding apache license to file.
new a4777a9 [BEAM-6677] Fix documentation
new 6f9a635 [BEAM-6677] Use env variables instead of numbered args. Pass
list of harness' urls to beam init-action
new b1ed061 Merge pull request #7848: [Beam 6677] Flink portability
cluster
The 20501 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.test-infra/dataproc/create_flink_cluster.sh | 125 ++++++++++++++++
.test-infra/dataproc/init-actions/beam.sh | 51 +++++++
.test-infra/dataproc/init-actions/docker.sh | 103 ++++++++++++++
.test-infra/dataproc/init-actions/flink.sh | 205 +++++++++++++++++++++++++++
4 files changed, 484 insertions(+)
create mode 100755 .test-infra/dataproc/create_flink_cluster.sh
create mode 100644 .test-infra/dataproc/init-actions/beam.sh
create mode 100644 .test-infra/dataproc/init-actions/docker.sh
create mode 100644 .test-infra/dataproc/init-actions/flink.sh