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 2022/03/08 18:58:10 UTC

[GitHub] [beam] chamikaramj commented on a change in pull request #16981: [BEAM-14009] Set 'sdk_harness_container_images' property for Dataflow Prime - Java SDK

chamikaramj commented on a change in pull request #16981:
URL: https://github.com/apache/beam/pull/16981#discussion_r821974742



##########
File path: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
##########
@@ -1418,7 +1418,13 @@ static EnvironmentInfo create(String environmentId, String containerUrl) {
 
   static void configureSdkHarnessContainerImages(
       DataflowPipelineOptions options, RunnerApi.Pipeline pipelineProto, Job newJob) {
-    if (useUnifiedWorker(options)) {
+
+    boolean isDataflowPrimeJob =
+        (options.getDataflowServiceOptions() != null
+            && options.getDataflowServiceOptions().contains("enable_prime"));

Review comment:
       Yeah, seems like we can just remove this check after a Dataflow service change. Will re-send this for review after the service change is fully deployed.




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org