[
https://issues.apache.org/jira/browse/BEAM-3817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393630#comment-16393630
]
Braden Bassingthwaite commented on BEAM-3817:
---------------------------------------------
With your changes, I now see:
2018-03-09 (14:27:35) Job 2018-03-09_12_27_35-10713097759675171289 might
autoscale up to 30 workers.
2018-03-09 (14:27:38) Executing operation
CountTornadoes/stats.Count/stats.SumPerKey/group/Create
2018-03-09 (14:27:38) Starting 1 workers in us-central1-f...
2018-03-09 (14:27:38) Executing operation
bigquery.Read/bigqueryio.queryFn+CountTornadoes/main.extractFn+CountTornadoes/st...
2018-03-09 (15:27:38) Workflow failed. Causes: (b1e90c830a04bd8c): The
Dataflow appears to be stuck. You can get help with...
(b1e90c830a04b843): Workflow failed. Causes: (b1e90c830a04bd8c): The Dataflow
appears to be stuck. You can get help with Cloud Dataflow at
https://cloud.google.com/dataflow/support.
2018-03-09 (15:27:38) Cancel request is committed for workflow job:
2018-03-09_12_27_35-10713097759675171289.
2018-03-09 (15:27:39) Stopping worker pool...
> Incompatible input encoding running Tornadoes example on dataflow
> -----------------------------------------------------------------
>
> Key: BEAM-3817
> URL: https://issues.apache.org/jira/browse/BEAM-3817
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Braden Bassingthwaite
> Assignee: Henning Rohde
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Trying to run:
> go run tornadoes.go --output=<redacted>:bbass.tornadoes --project <redacted>
> --runner dataflow --staging_location=gs://bbass/tornadoes
> --worker_harness_container_image=gcr.io/<redacted>/beam/go
> Found here:
> [https://github.com/apache/beam/blob/master/sdks/go/examples/cookbook/tornadoes/tornadoes.go]
> I can run it locally but I get the error on Dataflow:
> (8fa522c2bb03a769): Workflow failed. Causes: (8fa522c2bb03ab04): Incompatible
> input encoding.
>
> I built the worker_harness_container_image using:
> mvn clean install -DskipTests -Pbuild-containers
> -Ddocker-repository-root=gcr.io/<redacted>/beam
>
> Thanks!
>
> Very excited to start using the golang beam sdk! great work!
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)