[
https://issues.apache.org/jira/browse/BEAM-8372?focusedWorklogId=328101&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-328101
]
ASF GitHub Bot logged work on BEAM-8372:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/19 20:14
Start Date: 14/Oct/19 20:14
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #9775: [BEAM-8372]
Job server submitting UberJars directly to Flink Runner.
URL: https://github.com/apache/beam/pull/9775#discussion_r334632076
##########
File path: sdks/python/apache_beam/runners/portability/flink_runner.py
##########
@@ -29,7 +32,13 @@
class FlinkRunner(portable_runner.PortableRunner):
def default_job_server(self, options):
- return job_server.StopOnExitJobServer(FlinkJarJobServer(options))
+ flink_master_url = options.view_as(FlinkRunnerOptions).flink_master_url
+ flink_master_url = 'http://localhost:8081'
Review comment:
Oops. Fixed.
----------------------------------------------------------------
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: 328101)
Time Spent: 1h 50m (was: 1h 40m)
> 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: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)