-
Similar to java sdk, https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/io/CountingInput.java
Imported from Jira [BEAM-1069](https://issues.apache.…
-
Investigate support and create examples+unit tests for using HadoopOffice with Apache Beam (https://beam.apache.org/).
Apache Beam supports writing Big Data jobs once and run them on multiple platf…
-
### What happened?
npm package version of `apache-beam` is 2.49.0 at https://www.npmjs.com/package/apache-beam while the latest version on github is 2.58.0-SNAPSHOT.
### Issue Priority
Priority: 3 …
-
### What happened?
I tried a extremely simple beam pipeline:
```
package main
import (
"context"
"flag"
"github.com/apache/beam/sdks/v2/go/pkg/beam"
"github.com/apache/beam/sdks/v2/go/pk…
-
The PostCommit Python Dependency is failing over 50% of the time
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Python_Dependency.yml?query=is%3Afailure+branch%3Amaster…
-
### Description
We observe in https://github.com/apache/beam/issues/28703 that `cibuildwheel` in our github action runs sometimes fails with a time out after the wheel is built. The 30 second timeout…
-
### What happened?
I am trying to use KafkaIO read with Flink Runner for Beam version 2.45.0
I am seeing the following issues with the same:
```
org.apache.flink.client.program.ProgramInvocation…
-
The PostCommit Java Nexmark Dataflow is failing over 50% of the time
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Nexmark_Dataflow.yml?query=is%3Afailure+branch%…
-
The PostCommit XVR Samza is failing over 50% of the time
Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_XVR_Samza.yml?query=is%3Afailure+branch%3Amaster to see the logs…
-
### What happened?
Sometimes I'm experimenting issues when Flink want to restore from a previous state. (using a savepoint)
Not sure if this is the right place but it seems like this is related …