You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/09 00:25:01 UTC

[GitHub] [beam] ananvay commented on a change in pull request #13928: Explicitly set dataflow runner v2 test shuffle mode to appliance

ananvay commented on a change in pull request #13928:
URL: https://github.com/apache/beam/pull/13928#discussion_r572471996



##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -144,7 +144,7 @@ def runnerV2PipelineOptions = [
   "--region=${dataflowRegion}",
   "--tempRoot=${dataflowValidatesTempRoot}",
   "--workerHarnessContainerImage=${dockerImageContainer}:${dockerTag}",
-  "--experiments=beam_fn_api,use_unified_worker,use_runner_v2",
+  "--experiments=beam_fn_api,use_unified_worker,use_runner_v2,shuffle_mode=appliance",

Review comment:
       do we need a TODO or something here to re-enable this after we fix the internal bug?




----------------------------------------------------------------
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:
users@infra.apache.org