ihji commented on a change in pull request #15094:
URL: https://github.com/apache/beam/pull/15094#discussion_r704914704



##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -359,7 +360,16 @@ createCrossLanguageValidatesRunnerTask(
     "--numprocesses=8",
     "--timeout=4500",
     "--log-cli-level=INFO",
-  ]
+  ],
+  goScriptOptions: [
+    "--runner dataflow",
+    "--project ${dataflowProject}",
+    "--dataflow_project ${dataflowProject}",
+    "--region ${dataflowRegion}",
+    "--tests \"./test/integration/xlang\"",
+    "--dataflow_worker_jar 
${project(":runners:google-cloud-dataflow-java:worker").shadowJar.archivePath}",

Review comment:
       Ah, I confused with the sdk harness jar so worker so dataflow worker jar 
is not included in Java SDK harness by default. Still I wonder why we need 
Dataflow worker jar. Aren't XLang pipelines only supported on UW?




-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to