[
https://issues.apache.org/jira/browse/BEAM-8372?focusedWorklogId=334513&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334513
]
ASF GitHub Bot logged work on BEAM-8372:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/19 10:18
Start Date: 26/Oct/19 10:18
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #9844: [BEAM-8372]
Support both flink_master and flink_master_url parameter
URL: https://github.com/apache/beam/pull/9844#discussion_r339295003
##########
File path: sdks/python/apache_beam/runners/portability/flink_runner.py
##########
@@ -43,7 +43,13 @@ def default_job_server(self, options):
class FlinkRunnerOptions(pipeline_options.PipelineOptions):
@classmethod
def _add_argparse_args(cls, parser):
- parser.add_argument('--flink_master', default='[local]')
+ parser.add_argument('--flink_master',
+ default='[auto]',
Review comment:
This looks like it is for testing? That looks ok.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 334513)
Time Spent: 7.5h (was: 7h 20m)
> Allow submission of Flink UberJar directly to flink cluster.
> ------------------------------------------------------------
>
> Key: BEAM-8372
> URL: https://issues.apache.org/jira/browse/BEAM-8372
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Time Spent: 7.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)