You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bo...@apache.org on 2020/11/13 22:46:09 UTC

[beam] branch master updated: [BEAM-11192] Add use_runner_v2 to experiments.

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

boyuanz 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 656c21b  [BEAM-11192] Add use_runner_v2 to experiments.
     new 43e8b99  Merge pull request #13339 from [BEAM-11192] Add use_runner_v2 to experiments.
656c21b is described below

commit 656c21bb1d3b1b2a75398d8f585515ed092d686e
Author: Boyuan Zhang <bo...@google.com>
AuthorDate: Fri Nov 13 12:42:56 2020 -0800

    [BEAM-11192] Add use_runner_v2 to experiments.
---
 runners/google-cloud-dataflow-java/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 3a6f8e1..c791a20 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -143,7 +143,7 @@ def runnerV2PipelineOptions = [
   "--region=${dataflowRegion}",
   "--tempRoot=${dataflowValidatesTempRoot}",
   "--workerHarnessContainerImage=${dockerImageContainer}:${dockerTag}",
-  "--experiments=beam_fn_api,use_unified_worker",
+  "--experiments=beam_fn_api,use_unified_worker,use_runner_v2",
 ]
 
 def commonLegacyExcludeCategories = [