[
https://issues.apache.org/jira/browse/BEAM-6745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16777906#comment-16777906
]
Michael Chemani commented on BEAM-6745:
---------------------------------------
[~lostluck] , thank you for the fast answer. I indeed have to update and
rebuild the image.
That said, I am kind of confused by your remark ("Obligatory reminder that
Dataflow doesn't support the Go SDK at this time. Thank you for the issue!"). I
can find some examples and even on your website said that Dataflow supports the
Go SDK, what am I missing here? Because even when I try it on Dataflow it's
working as intended.
Thank you again
> Cannot run pipeline on Dataflow (GO SDK)
> ----------------------------------------
>
> Key: BEAM-6745
> URL: https://issues.apache.org/jira/browse/BEAM-6745
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow, sdk-go
> Reporter: Michael Chemani
> Priority: Major
>
> I got
> ```
> {{Failed to retrieve staged files: failed to retrieve worker in 3 attempts:
> bad MD5 for /var/opt/google/staged/worker: d79JZxFttnJG7SPkF30ozA==, want ;
> bad MD5 for /var/opt/google/staged/worker: d79JZxFttnJG7SPkF30ozA==, want ;
> bad MD5 for /var/opt/google/staged/worker: d79JZxFttnJG7SPkF30ozA==, want ;
> bad MD5 for /var/opt/google/staged/worker: d79JZxFttnJG7SPkF30ozA==, want}}
> ```
>
> When trying to run
> ```
> {{dataflow \ --runner dataflow \ --index gs://\{BUCKET}/data_100k.csv \
> --output gs://\{BUCKET}/ \ --project {PROJECT} \ --temp_location
> gs://\{BUCKET}/tmp/ \ --staging_location gs://\{BUCKET}/binaries/ \
> --worker_harness_container_image=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515}}
> ```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)