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 2019/01/24 13:02:19 UTC

[beam] branch master updated (7a4dab3 -> 428dbaf)

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 7a4dab3  Merge pull request #7604 from echauchot/plugin
     new 559f4c94 Artifact service for Python.
     new a3fab3a  Docker environment for Python.
     new 428dbaf  Merge pull request #7563 [BEAM-6464] Enable docker environment for SDK workers.

The 19657 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:
 .../runners/portability/artifact_service.py        | 123 ++++++++++++
 .../runners/portability/artifact_service_test.py   | 208 +++++++++++++++++++++
 .../runners/portability/fn_api_runner.py           | 193 +++++++++++++++++--
 .../runners/portability/local_job_service.py       |  52 +++++-
 .../runners/portability/local_job_service_main.py  |  12 +-
 .../runners/portability/portable_runner.py         |  18 +-
 6 files changed, 573 insertions(+), 33 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/portability/artifact_service.py
 create mode 100644 sdks/python/apache_beam/runners/portability/artifact_service_test.py