You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/04/29 16:37:34 UTC

[beam] branch master updated (068d961 -> b6f38ac)

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

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


    from 068d961  [BEAM-9147] Make VideoIntelligence use PTransform on user-facing API (#11464)
     add 138af60  [BEAM-9802] Customization of automatically started services.
     new b6f38ac  Merge pull request #11495 [BEAM-9802] Customization of automatically started services.

The 1 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 |  18 ++++
 sdks/python/apache_beam/pipeline.py                |  12 ++-
 sdks/python/apache_beam/utils/subprocess_server.py | 118 ++++++++++++++-------
 .../apache_beam/utils/subprocess_server_test.py    |   6 ++
 4 files changed, 115 insertions(+), 39 deletions(-)


[beam] 01/01: Merge pull request #11495 [BEAM-9802] Customization of automatically started services.

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b6f38ac06e3a88f2a1f97aa51a208b62a20d85ea
Merge: 068d961 138af60
Author: Robert Bradshaw <ro...@google.com>
AuthorDate: Wed Apr 29 09:37:12 2020 -0700

    Merge pull request #11495 [BEAM-9802] Customization of automatically started services.

 .../python/apache_beam/options/pipeline_options.py |  18 ++++
 sdks/python/apache_beam/pipeline.py                |  12 ++-
 sdks/python/apache_beam/utils/subprocess_server.py | 118 ++++++++++++++-------
 .../apache_beam/utils/subprocess_server_test.py    |   6 ++
 4 files changed, 115 insertions(+), 39 deletions(-)