youngoli commented on a change in pull request #14397:
URL: https://github.com/apache/beam/pull/14397#discussion_r606618575



##########
File path: sdks/go/pkg/beam/options/jobopts/options.go
##########
@@ -31,6 +31,18 @@ import (
        "github.com/apache/beam/sdks/go/pkg/beam/log"
 )
 
+func init() {
+       flag.Var(&SdkHarnessContainerImageOverrides,
+               "sdk_harness_container_image_override",
+               "Overrides for SDK harness container images. Could be for the "+
+                       "local SDK or for a remote SDK that pipeline has to 
support due "+
+                       "to a cross-language transform. Each entry consist of 
two values "+

Review comment:
       Done.




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


Reply via email to