bahag-matsumotoh opened a new issue, #35093: URL: https://github.com/apache/beam/issues/35093
### What happened? # issue I learn Tour of Beam (Golang). And try to do playground exercise. However, even though there is a small change, pipeline has been never successful. # reproduce 1. go to the contents that contains playground (every cases are the same.) for example, https://tour.beam.apache.org/tour/go/common-transforms/aggregations/max 2. change a code for example - before ``` // List of elements nput := beam.Create(s, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10) ``` - after ``` // List of elements nput := beam.Create(s, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11) ``` 3. push right top side of orange Run button 4. see right down side of Result monitor ``` The processing has been started error: exit status 2 output: 2025/05/30 12:00:55 INFO Serving JobManagement endpoint=localhost:33699 panic: Beam has not been initialized. Call beam.Init() before pipeline construction. goroutine 1 [running]: github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal.Execute({0x1e97800?, 0x307c560?}, 0x5?) /go/pkg/mod/github.com/apache/beam/sdks/v2@v2.65.0/go/pkg/beam/runners/universal/universal.go:47 +0x87c github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism.Execute({0x1e97800?, 0x307c560?}, 0xc0000a2cd8?) /go/pkg/mod/github.com/apache/beam/sdks/v2@v2.65.0/go/pkg/beam/runners/prism/prism.go:57 +0x105 github.com/apache/beam/sdks/v2/go/pkg/beam.Run({0x1e97800, 0x307c560}, {0x1c5cf62, 0x5}, 0xc0000a2cd8) /go/pkg/mod/github.com/apache/beam/sdks/v2@v2.65.0/go/pkg/beam/runner.go:46 +0xc2 github.com/apache/beam/sdks/v2/go/pkg/beam/x/beamx.Run({0x1e97800?, 0x307c560?}, 0x1c7f3c5?) /go/pkg/mod/github.com/apache/beam/sdks/v2@v2.65.0/go/pkg/beam/x/beamx/run.go:58 +0x47 main.main() /opt/playground/backend/executable_files/6842fc6d-fd83-4b2b-a0a2-fb6008ee64ae/src/6842fc6d-fd83-4b2b-a0a2-fb6008ee64ae.go:40 +0x21d ``` ### 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 - [x] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org