[ 
https://issues.apache.org/jira/browse/BEAM-5327?focusedWorklogId=152968&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-152968
 ]

ASF GitHub Bot logged work on BEAM-5327:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Oct/18 23:34
            Start Date: 09/Oct/18 23:34
    Worklog Time Spent: 10m 
      Work Description: herohde commented on a change in pull request #6336: 
[BEAM-5327] Add support for custom dataflow worker jar in Go
URL: https://github.com/apache/beam/pull/6336#discussion_r223896946
 
 

 ##########
 File path: sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go
 ##########
 @@ -82,6 +84,21 @@ func Translate(p *pb.Pipeline, opts *JobOptions, workerURL, 
modelURL string) (*d
                return nil, fmt.Errorf("Dataflow supports one container image 
only: %v", images)
        }
 
+       packages := []*df.Package{{
+               Name:     "worker",
+               Location: workerURL,
+       }}
+       experiments := append(opts.Experiments, "beam_fn_api")
 
 Review comment:
   Right. It is a pointer to a GCS object of the form:
   
     gs://foo/bar/baz

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 152968)
    Time Spent: 1h 10m  (was: 1h)

> Go support for custom dataflow worker jar
> -----------------------------------------
>
>                 Key: BEAM-5327
>                 URL: https://issues.apache.org/jira/browse/BEAM-5327
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Henning Rohde
>            Assignee: Henning Rohde
>            Priority: Major
>             Fix For: 2.8.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to