Repository: beam Updated Branches: refs/heads/release-2.0.0 741bf7442 -> 265405bc8
Update python dataflow worker Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/25cda3ab Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/25cda3ab Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/25cda3ab Branch: refs/heads/release-2.0.0 Commit: 25cda3abb0f6442f02ab6f31f0a4850be66d09d9 Parents: 741bf74 Author: Sourabh Bajaj <[email protected]> Authored: Fri May 5 19:15:48 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Mon May 8 14:06:14 2017 -0700 ---------------------------------------------------------------------- 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/25cda3ab/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 46e115b..186ad3f 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.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 = 'beam-0.7.0-20170316' +BEAM_CONTAINER_VERSION = 'beam-0.7.0-20170505' # Standard file names used for staging files. WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'
