You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/16 18:21:25 UTC

[GitHub] [beam] KevinGG commented on a diff in pull request #23271: Upgraded Flink on Dataproc support from Interacitve Beam

KevinGG commented on code in PR #23271:
URL: https://github.com/apache/beam/pull/23271#discussion_r973285548


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1421,6 +1421,20 @@ def _add_argparse_args(cls, parser):
         ' directly, rather than starting up a job server.'
         ' Only applies when flink_master is set to a'
         ' cluster address.  Requires Python 3.6+.')
+    parser.add_argument(

Review Comment:
   These mirror the existing [FlinkRunnerOptions.java](https://github.com/apache/beam/blob/master/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java#L66).



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org