Repository: beam
Updated Branches:
  refs/heads/master 3b890e838 -> 4857aa41b


Use a versioned container for dataflow runner


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

Branch: refs/heads/master
Commit: 32e698d25bb03bd70769a9a564fc391b6eaa1d12
Parents: 3b890e8
Author: Ahmet Altay <[email protected]>
Authored: Thu Feb 23 15:57:26 2017 -0800
Committer: Ahmet Altay <[email protected]>
Committed: Thu Feb 23 16:00:15 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/32e698d2/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 4cd6895..132da91 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
@@ -72,7 +72,7 @@ from apache_beam.utils.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 = 'beamhead'
+BEAM_CONTAINER_VERSION = 'beam-0.6.0-20170223'
 
 # Standard file names used for staging files.
 WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'

Reply via email to