[
https://issues.apache.org/jira/browse/BEAM-10773?focusedWorklogId=475117&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475117
]
ASF GitHub Bot logged work on BEAM-10773:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/20 03:06
Start Date: 27/Aug/20 03:06
Worklog Time Spent: 10m
Work Description: bamnet commented on pull request #12697:
URL: https://github.com/apache/beam/pull/12697#issuecomment-681316166
R: @robertwb
I don't completely understand all the layers here used to build a config, if
this is more appropriately set elsewhere happy to adjust!
----------------------------------------------------------------
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: 475117)
Time Spent: 20m (was: 10m)
> worker_harness_container_image flag has no effect
> -------------------------------------------------
>
> Key: BEAM-10773
> URL: https://issues.apache.org/jira/browse/BEAM-10773
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Brian M
> Priority: P2
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Setting the `worker_harness_container_image` flag to a custom built worker
> doesn't seem to have any impact when launching on dataflow. The default
> apache/beam_go_sdk:latest image is always used.
> {code:java}
> $ go run sdks/go/examples/wordcount/wordcount.go
> --output=gs://.../tmp/out.txt --project=... --runner=dataflow
> --region=us-central1 --temp_location gs://.../tmp --staging_location
> gs://.../staging --worker_harness_container_image=fake/image:latest
> 2020/08/19 22:56:28 WARNING: proto: file "v1.proto" is already registered
> 2020/08/19 22:56:28 No environment config specified. Using default config:
> 'apache/beam_go_sdk:latest'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)