VictorPlusC commented on a change in pull request #17232:
URL: https://github.com/apache/beam/pull/17232#discussion_r840104482
##########
File path: sdks/python/apache_beam/runners/interactive/README.md
##########
@@ -263,6 +269,23 @@ You can choose to run Interactive Beam on Flink with the
following settings.
p =
beam.Pipeline(interactive_runner.InteractiveRunner(underlying_runner=flink_runner.FlinkRunner()))
```
+* Alternatively, if the runtime environment is configured with a Google
Cloud project, you may run Flink pipelines remotely on Dataproc. To do so, only
a project is required to be specified when running from an official release,
otherwise, it is necessary to specify an `environment_config` option to select
a specific release version. Furthermore, it is recommended to cache into a
Google Cloud bucket.
Review comment:
Sounds good! I've added your suggestion now. Thanks!
--
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]