RustedBones commented on code in PR #25713:
URL: https://github.com/apache/beam/pull/25713#discussion_r1144591180


##########
runners/google-cloud-dataflow-java/examples-streaming/build.gradle:
##########
@@ -47,6 +47,9 @@ task windmillPreCommit(type: Test) {
      "--tempRoot=${gcsTempRoot}",
      "--runner=TestDataflowRunner",
      "--dataflowWorkerJar=${dataflowWorkerJar}",
+     // Provide job with a customizable worker jar.
+     // With legacy worker jar, containerImage is set to empty (i.e. to use 
the internal build).
+     // More context and discussions can be found in PR#6694.

Review Comment:
   @Abacn I think this is the root cause of the issue.
   By setting `workerHarnessContainerImage` to an empty string to pick up the 
non-versioned image as explained in https://github.com/apache/beam/pull/6694. 
It looks like this image ignores the java version.
   
   @lukecwik can you help on how to select the proper container here ?
   
   



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