boyuanzz commented on a change in pull request #13339:
URL: https://github.com/apache/beam/pull/13339#discussion_r523237017



##########
File path: 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",

Review comment:
       If you only specify `use_unified_worker`, the pipeline will also use 
Dataflow runner v2. `use_runner_v2` was introduced later than 
`use_unified_worker`, which is meant to replace `use_unified_worker`. For 
backward capability, we usually add both.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to