[
https://issues.apache.org/jira/browse/BEAM-3287?focusedWorklogId=82359&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82359
]
ASF GitHub Bot logged work on BEAM-3287:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/18 17:34
Start Date: 20/Mar/18 17:34
Worklog Time Spent: 10m
Work Description: herohde commented on issue #4888: [BEAM-3287] Add Go
support for universal runners, incl Flink
URL: https://github.com/apache/beam/pull/4888#issuecomment-374688285
Tried to remove the demangling and using the go container and wordcount
seems to work:
```
go run examples/wordcount/wordcount.go --runner=flink --output=/tmp/foo
--endpoint=localhost:3000 --input=/etc/profile
[{6: KV<string,int>/GW/KV<bytes,int[varintz]>}]
[{10: KV<int,string>/GW/KV<int[varintz],bytes>}]
2018/03/20 10:29:06 No container image specified. Using dev image:
'herohde-docker-apache.bintray.io/beam/go:latest'
2018/03/20 10:29:06 Prepared job with id: go-job-1521566946548724000_69028718
2018/03/20 10:29:06 Cross-compiling
/Users/herohde/go/src/github.com/apache/beam/sdks/go/examples/wordcount/wordcount.go
as /var/folders/s2/97strbs55_353t_t7r24yf94009w4s/T/beam-go-1521566946813592000
2018/03/20 10:29:24 Staged binary artifact with token:
/private/tmp/beam-artifact-staging/go-job-1521566946548724000_69028718
2018/03/20 10:29:25 Submitted job:
go-job-1521566946548724000_69028718_-50661279
2018/03/20 10:29:25 Job state: RUNNING
2018/03/20 10:29:35 Job state: DONE
```
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 82359)
Time Spent: 3h 20m (was: 3h 10m)
> Go SDK support for portable pipelines
> -------------------------------------
>
> Key: BEAM-3287
> URL: https://issues.apache.org/jira/browse/BEAM-3287
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Henning Rohde
> Assignee: Henning Rohde
> Priority: Major
> Labels: portability
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> The Go SDK should participate in the portability framework, incl. job
> submission w/ a docker container image.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)