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

This is an example of a regression model using an sklearn pipeline. This illustrates how to separate examples based on what features are available in the example and then using...

python
examples

- show github button on resolutions between 1024 and 640 - change width for svg on resolutions between 1024 and 640 ____________________________________________________________________________________________________________________________ before: ![hero_before](https://user-images.githubusercontent.com/61748758/183431863-0e1e41de-354a-4416-85a7-30948f1a2547.gif) after: ![hero_after](https://user-images.githubusercontent.com/61748758/183431877-f859d20f-6f9f-4783-9217-83e593da6f81.gif) ------------------------ Thank you for...

website

Currently close happens in processElement which is per-window. If there are many windows firing this can throttle throughput waiting for IO instead of closing in parallel in finishBundle. Imported from...

java
io
P3
bug
files

### What happened? Seeing this [error](https://ci-beam.apache.org/job/beam_PostCommit_Python38/2960/testReport/apache_beam.runners.dataflow.dataflow_exercise_metrics_pipeline_test/ExerciseMetricsPipelineTest/test_metrics_it/) in `test_metrics_it`. There were no changes at the time of first failure (run 2960). ``` self = @pytest.mark.it_postcommit def test_metrics_it(self): result = self.run_pipeline() errors...

python
core
P1
bug

### What happened? Seeing this error in Python [PostCommits](https://ci-beam.apache.org/job/beam_PostCommit_Python37_PR/411/console) ``` 21:36:07 Exception in thread read_grpc_client_inputs: 21:36:07 Traceback (most recent call last): 21:36:07 File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner 21:36:07 self.run()...

bug
P2
test-failures
awaiting triage

### What happened? Experiencing a weird BigQuery error without any traces of what exactly is a problem. This only occurs when we start draining the job, I don't think that...

java
io
gcp
P1
bug
awaiting triage

### What needs to happen? - [ ] #22339 - [ ] #22340 - [ ] #22341 ### Issue Priority Priority: 3 ### Issue Component Component: beam-playground

new feature
P3
beam-playground

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

learning

Run VR tests for Spark streaming runner rather than custom tests (test are already run as part of the "normal" unit test run). If `forceStreaming` is set to `true`, the...

java
runners
spark
Next Action: Reviewers

### What would you like to happen? RIght now, the beam python sdk uses `cibuildwheel==1.11.0` that use get-pip.py to install the PyPI dependencies. There has been some issues related to...

python
core
new feature
P2
awaiting triage