You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/05/19 17:43:25 UTC

[1/2] beam git commit: update dataflow python container

Repository: beam
Updated Branches:
  refs/heads/master ea5b9dabb -> a58275a2f


update dataflow python container


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3efb34b8
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3efb34b8
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3efb34b8

Branch: refs/heads/master
Commit: 3efb34b8322ac5933d9d71255d67e99d8e8361d7
Parents: ea5b9da
Author: Ahmet Altay <al...@google.com>
Authored: Thu May 18 19:00:00 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri May 19 10:43:03 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/internal/dependency.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/3efb34b8/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
index 892d9f9..e69c8d7 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
@@ -72,7 +72,8 @@ from apache_beam.options.pipeline_options import SetupOptions
 
 # Update this version to the next version whenever there is a change that will
 # require changes to the execution environment.
-BEAM_CONTAINER_VERSION = '2.0.0'
+# This should be in the beam-[version]-[date] format, date is optional.
+BEAM_CONTAINER_VERSION = 'beam-2.1.0-20170518'
 
 # Standard file names used for staging files.
 WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'


[2/2] beam git commit: This closes #3182

Posted by al...@apache.org.
This closes #3182


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a58275a2
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a58275a2
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a58275a2

Branch: refs/heads/master
Commit: a58275a2f904ab1304de7ca5295f27a4f6df6f1d
Parents: ea5b9da 3efb34b
Author: Ahmet Altay <al...@google.com>
Authored: Fri May 19 10:43:15 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri May 19 10:43:15 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/internal/dependency.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------