Closed torbjornvatn closed 7 years ago
I've just updated that post with information on the new InProcessPipelineRunner, which has support for unbounded PCollections. I'd try that approach!
Thanks
Hi torbjornvatn, Were you able to solve this issue? i am also facing the same issue now and i am getting the same exception. Any hint from you will be helpful
Sorry, I don't actually remember if I got it working this way. But my colleagues has gotten it to work with the DirectPipelinrunner in the new Beam SDK I believe.
Yes -- for Dataflow 1.x we recommend using the InProcessPipelineRunner
, and for 2.x based on Apache Beam we recommend using the DirectRunner
. If you have issues with these please let us know!
I am seeing these issues with both the DirectRunner as well as the FlinkRunner. Should I open a new ticket?
Please open an issue on https://issues.apache.org/jira/projects/BEAM/issues detailing the issue that you see.
I'm trying to use the trick described here to make communicate with PubSub from Dataflow running with the DirectPipelinrunner. After a while however, I end up with the exception posted below. Could
PubsubJsonClient.pull
be the culprit for this as this states thatAny hints on how to get this working locally?