You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by he...@apache.org on 2018/10/03 22:41:27 UTC

[beam] branch master updated (b34b180 -> 6ef5087)

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

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


    from b34b180  [BEAM-5427] Fix and update sample code for CombineFn. (#6439)
     add c19c9c1  Move SDK dependencies from Dockerfile to base_image_requirements.txt
     add ffce353  Sort the dependencies alphabetically.
     add e2e4819  Update the versions of SDK dependencies to be installed into the container. Remove avro dependency, since avro package name depends on the version of the Python interpreter. Correct package will be installed when SDK is installed into the container.
     add e9f1f13  Add a Python container based on Python 3 interpreter.
     new 6ef5087  Add a Python container with a Python 3 interpreter.

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:
 sdks/python/container/Dockerfile                   | 62 ++++-----------------
 sdks/python/container/base_image_requirements.txt  | 64 ++++++++++++++++++++++
 sdks/python/container/build.gradle                 | 22 +++++---
 sdks/python/container/py3/Dockerfile               | 54 ++++++++++++++++++
 .../python/container/py3}/build.gradle             | 30 ++++------
 settings.gradle                                    |  2 +
 6 files changed, 156 insertions(+), 78 deletions(-)
 create mode 100644 sdks/python/container/base_image_requirements.txt
 create mode 100644 sdks/python/container/py3/Dockerfile
 copy {runners/flink/job-server-container => sdks/python/container/py3}/build.gradle (55%)


[beam] 01/01: Add a Python container with a Python 3 interpreter.

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

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

commit 6ef5087abb8e9822b76389510b80aae28b098daf
Merge: b34b180 e9f1f13
Author: Henning Rohde <he...@seekerror.org>
AuthorDate: Wed Oct 3 15:41:20 2018 -0700

    Add a Python container with a Python 3 interpreter.

 sdks/python/container/Dockerfile                  | 62 ++++------------------
 sdks/python/container/base_image_requirements.txt | 64 +++++++++++++++++++++++
 sdks/python/container/build.gradle                | 22 +++++---
 sdks/python/container/py3/Dockerfile              | 54 +++++++++++++++++++
 sdks/python/container/py3/build.gradle            | 48 +++++++++++++++++
 settings.gradle                                   |  2 +
 6 files changed, 192 insertions(+), 60 deletions(-)