You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Tour of Beam Go examples after modifying them, we get the following error :
error: exit status 2
output: 2024/03/04 13:55:37 INFO Serving JobManagement endpoint=localhost:35833
panic: Beam has not been initialized. Call beam.Init() before pipeline construction.
That is most likely because beam.Init is mandatory in new versions of the runner which the Playground is now using.
Issue Priority
Priority: 3 (minor)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam YAML
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What happened?
When running the Tour of Beam Go examples after modifying them, we get the following error :
That is most likely because
beam.Init
is mandatory in new versions of the runner which the Playground is now using.Issue Priority
Priority: 3 (minor)
Issue Components
The text was updated successfully, but these errors were encountered: