beam icon indicating copy to clipboard operation
beam copied to clipboard

Apache Beam is a unified programming model for Batch and Streaming data processing.

Results 933 beam issues
Sort by recently updated
recently updated
newest added

jar Class-Path entries have a max line length which, when exceeded, will cause java to fail to start. See: https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html Use newline plus extra space to support large numbers of...

python
Next Action: Reviewers

The change allows users to submit multiple pipelines to the same SDK container without dependency conflicts. Dependencies in `--setup_only` mode are still installed globally. At the moment, this is more...

python
docker

Feature: 1. Added support for displaying the full tranform name with any stack-trace for Samza Runner 2. Added support for decorating stack traces with additional debugging information by adding a...

runners
samza

`DO NOT MERGE until the infrastructure is in place. Please talk to @dannymartinm @elink21 before merging` As part of the issue [21106](https://github.com/apache/beam/issues/21106), @elink21 and I have implemented the self-hosted runners...

build
Next Action: Author

`DO NOT MERGE until the infrastructure is in place. Please talk to @dannymartinm @elink21 before merging` As part of the issue [21106](https://github.com/apache/beam/issues/21106), @elink21 and I have implemented the self-hosted runners...

build
Next Action: Author

`DO NOT MERGE until the infrastructure is in place. Please talk to @dannymartinm @elink21 before merging` As part of the issue [21106](https://github.com/apache/beam/issues/21106), @elink21 and I have implemented the self-hosted runners...

build
Next Action: Author

`DO NOT MERGE until the infrastructure is in place. Please talk to @dannymartinm @elink21 before merging` As part of the issue [21106](https://github.com/apache/beam/issues/21106), @elink21 and I have implemented the self-hosted runners...

build
Next Action: Author

Adding `PytorchBatchConverter` as [discussed](https://github.com/apache/beam/issues/21440#issuecomment-1239777760) in https://github.com/apache/beam/issues/21440 as an initial step to integrate Batched DoFns into RunInference. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your...

python

**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...

java
build
infra
io
Next Action: Reviewers

This was reported on the mailing list.   \--\--   Using spark downloaded from below link,   [https://www.apache.org/dyn/closer.lua/spark/spark-3.1.2/spark-3.1.2-bin-hadoop3.2.tgz](https://www.apache.org/dyn/closer.lua/spark/spark-3.1.2/spark-3.1.2-bin-hadoop3.2.tgz)   I get below error when submitting a pipeline.  Full error is on [https://gist.github.com/yuwtennis/7b0c1dc0dcf98297af1e3179852ca693](https://gist.github.com/yuwtennis/7b0c1dc0dcf98297af1e3179852ca693).   \--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\-- 21/08/16...

runners
spark
P3
bug