[Docs] Add a contributor guide for running Python on a local Flink cluster - #39580
Open
Eliaaazzz wants to merge 1 commit into
Open
[Docs] Add a contributor guide for running Python on a local Flink cluster#39580Eliaaazzz wants to merge 1 commit into
Eliaaazzz wants to merge 1 commit into
Conversation
…uster Covers getting a Flink distribution, cluster configuration and startup, running a pipeline with FlinkRunner and LOOPBACK, troubleshooting, and teardown. Linked from the contributor docs README.
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
4 tasks
Contributor
|
Assigning reviewers: R: @Abacn added as fallback since no labels match configuration Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
contributor-docs/local-flink-python.md, a guide for running Beam Python pipelines against a local Flink standalone cluster: obtaining a Flink distribution, cluster configuration and startup, running a pipeline withFlinkRunnerand--environment_type=LOOPBACK, troubleshooting, and teardown. Linked from the contributor docs README.This is useful when embedded Flink is not enough, for example when validating unbounded source behaviour, checkpoint boundaries, or runner-visible job state in the Flink dashboard, since embedded mode starts a cluster only for the lifetime of one job.
Split out of #39212, which now carries only the Flink version reference updates on the runner page, so the two can be reviewed independently.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md