You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2019/11/22 18:26:57 UTC

[beam] branch master updated (07d952f -> 543abed)

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

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


    from 07d952f  [BEAM-7636] Migrate SqsIO to AWS SDK V2 for Java
     new 176d8a4  [BEAM-8658] [BEAM-8781] Optionally set jar and artifact staging port in FlinkUberJarJobServer
     new 271314a  Pass artifact port to FlinkJarJobServer as well.
     new 410fe46  Move FlinkRunnerOptions to pipeline_options.
     new abb130a  [BEAM-8796] Optionally configure static ports for job and expansion services
     new 543abed  Merge pull request #10163 from ibzib/artifact-port

The 24375 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:
 .../python/apache_beam/options/pipeline_options.py | 42 +++++++++++++++++++
 .../runners/portability/flink_runner.py            | 48 +++++++---------------
 .../portability/flink_uber_jar_job_server.py       | 29 ++++++++-----
 .../portability/flink_uber_jar_job_server_test.py  |  7 +++-
 .../apache_beam/runners/portability/job_server.py  | 22 ++++++++--
 .../runners/portability/spark_runner.py            | 14 +++----
 6 files changed, 105 insertions(+), 57 deletions(-)