You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2020/04/11 00:27:35 UTC

[beam] branch master updated: TOIL: Update Unified worker image

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d1c04cb  TOIL: Update Unified worker image
     new d1e706e  Merge pull request #11385 from angoenka/update_um_image
d1c04cb is described below

commit d1c04cba461360431db35aa94eb4a382587df77e
Author: Ankur Goenka <an...@gmail.com>
AuthorDate: Fri Apr 10 12:49:36 2020 -0700

    TOIL: Update Unified worker image
---
 sdks/python/apache_beam/runners/dataflow/internal/apiclient.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py b/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
index 7651c46..73b20bf 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
@@ -205,7 +205,7 @@ class Environment(object):
           ) and 'dev' in beam_version.__version__:
         self.debug_options.add_experiment(
             'runner_harness_container_image='
-            'gcr.io/cloud-dataflow/v1beta3/unified-harness:20200402-rc00')
+            'gcr.io/cloud-dataflow/v1beta3/unified-harness:20200409-rc00')
 
       if self.debug_options.lookup_experiment(
           'runner_harness_container_image') or _use_unified_worker(options):