Eliaaazzz opened a new pull request, #39580:
URL: https://github.com/apache/beam/pull/39580
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 with
`FlinkRunner` and `--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:
- [ ] [**Choose
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and
mention them in a comment (`R: @username`).
- [ ] Mention the appropriate issue in your description (for example:
`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, comment `fixes #<ISSUE NUMBER>` instead.
- [ ] Update `CHANGES.md` with noteworthy changes.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://cla.apache.org/).
See the [Contributor Guide](https://beam.apache.org/contribute) for more
tips on [how to make review process
smoother](https://github.com/apache/beam/blob/master/CONTRIBUTING.md#make-the-reviewers-job-easier).
To check the build health, please visit
[https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]