In the short term, try passing the experiment runner_harness_container_image=gcr.io/dataflow-build/robertwb/harness:latest
On Thu, Sep 13, 2018 at 2:08 PM Tomas Roos (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/BEAM-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613384#comment-16613384 > ] > > Tomas Roos commented on BEAM-5354: > ---------------------------------- > > All right, let me know when its updated and I will give you some feedback > if it was solved or not. > > > Side Inputs seems to be non-working in the sdk-go > > ------------------------------------------------- > > > > Key: BEAM-5354 > > URL: https://issues.apache.org/jira/browse/BEAM-5354 > > Project: Beam > > Issue Type: Bug > > Components: sdk-go > > Reporter: Tomas Roos > > Priority: Major > > > > Running the contains example fails with > > > > {code:java} > > Output i0 for step was not found. > > {code} > > This is because of the call to debug.Head (which internally uses > SideInput) > > Removing the following line [ > https://github.com/apache/beam/blob/master/sdks/go/examples/contains/contains.go#L50 > ] > > > > The pipeline executes well. > > > > Executed on id's > > > > go-job-1-1536664417610678545 > > vs > > go-job-1-1536664934354466938 > > > > > > -- > This message was sent by Atlassian JIRA > (v7.6.3#76005) >
