[
https://issues.apache.org/jira/browse/BEAM-11508?focusedWorklogId=531601&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-531601
]
ASF GitHub Bot logged work on BEAM-11508:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jan/21 00:44
Start Date: 06/Jan/21 00:44
Worklog Time Spent: 10m
Work Description: ihji commented on a change in pull request #13605:
URL: https://github.com/apache/beam/pull/13605#discussion_r552292154
##########
File path:
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
##########
@@ -1186,6 +1190,45 @@ public DataflowPipelineJob run(Pipeline pipeline) {
return dataflowPipelineJob;
}
+ static void configureSdkHarnessContainerImages(
+ DataflowPipelineOptions options,
+ RunnerApi.Pipeline pipelineProto,
+ Job newJob,
+ String workerHarnessContainerImage) {
+ if (hasExperiment(options, "use_runner_v2") || hasExperiment(options,
"use_unified_worker")) {
Review comment:
add utility function to check runner v2 flags
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 531601)
Time Spent: 40m (was: 0.5h)
> Set sdkHarnessContainerImages in workerpool configuration for Dataflow runner
> v2
> --------------------------------------------------------------------------------
>
> Key: BEAM-11508
> URL: https://issues.apache.org/jira/browse/BEAM-11508
> Project: Beam
> Issue Type: Improvement
> Components: cross-language, runner-dataflow
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Set sdkHarnessContainerImages in workerpool configuration for Dataflow runner
> v2
--
This message was sent by Atlassian Jira
(v8.3.4#803005)