[
https://issues.apache.org/jira/browse/BEAM-5385?focusedWorklogId=144443&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-144443
]
ASF GitHub Bot logged work on BEAM-5385:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/18 20:14
Start Date: 14/Sep/18 20:14
Worklog Time Spent: 10m
Work Description: tweise commented on a change in pull request #6398:
[BEAM-5385] Flink job server to use REST port from --flink-master-url instead
of default.
URL: https://github.com/apache/beam/pull/6398#discussion_r217829993
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
##########
@@ -101,10 +103,13 @@ public static StreamExecutionEnvironment
createStreamExecutionEnvironment(
flinkStreamEnv = StreamExecutionEnvironment.getExecutionEnvironment();
} else if (masterUrl.matches(".*:\\d*")) {
List<String> parts = Splitter.on(':').splitToList(masterUrl);
Review comment:
Indeed.. BTW this bug only surfaces in the streaming execution environment -
batch was working. The joy of having different API for batch and streaming..
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 144443)
Time Spent: 0.5h (was: 20m)
> Flink jobserver does not honor --flink-master-url
> -------------------------------------------------
>
> Key: BEAM-5385
> URL: https://issues.apache.org/jira/browse/BEAM-5385
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Major
> Labels: portability
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> It will use the external Flink cluster when specified, but only with default
> port number 8081, because the actual port is not in propagated in
> FlinkExecutionEnvironments (RestOptions.PORT setting).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)