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 2016/07/20 18:54:44 UTC

[1/2] incubator-beam git commit: Remove "beamhead-02" container workaround

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 71214b37a -> 221262858


Remove "beamhead-02" container workaround


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

Branch: refs/heads/python-sdk
Commit: 7baa6621493e646da8c1c8609d7103b23d965bc6
Parents: 71214b3
Author: Charles Chen <cc...@google.com>
Authored: Tue Jul 19 16:29:22 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Wed Jul 20 11:54:19 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/dependency.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7baa6621/sdks/python/apache_beam/utils/dependency.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/dependency.py b/sdks/python/apache_beam/utils/dependency.py
index bd0983c..b809cf2 100644
--- a/sdks/python/apache_beam/utils/dependency.py
+++ b/sdks/python/apache_beam/utils/dependency.py
@@ -434,11 +434,7 @@ def get_required_container_version():
   except pkg.DistributionNotFound:
     # This case covers Apache Beam end-to-end testing scenarios. All these tests
     # will run with a special container version.
-    #
-    # TODO(ccy): change this back to 'beamhead' when worker support for the
-    # recent change to use WindowedValueCoders in Sources and Sinks is rolled
-    # out.
-    return 'beamhead-02'
+    return 'beamhead'
 
 
 def _download_pypi_sdk_package(temp_dir):


[2/2] incubator-beam git commit: Closes #694

Posted by ro...@apache.org.
Closes #694


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

Branch: refs/heads/python-sdk
Commit: 2212628585d6bfc331954b40f8c2823878ab3fce
Parents: 71214b3 7baa662
Author: Robert Bradshaw <ro...@google.com>
Authored: Wed Jul 20 11:54:20 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Wed Jul 20 11:54:20 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/dependency.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------