[
https://issues.apache.org/jira/browse/FLINK-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15022351#comment-15022351
]
ASF GitHub Bot commented on FLINK-2996:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/1394
[FLINK-2996] Introduce configuration parameter for BlobServer port
There were at least two users on the Flink mailing list running Flink
behind a firewall which is open only for certain ports.
Therefore, I've introduced a new configuration parameter for the BlobServer
to allow specifying a port, a list of ports or a range of ports.
As soon as this PR gets accepted, I'll implement the same of the
ApplicationMaster/JobManager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink2996
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1394.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1394
----
commit 8f5cebf7f05c3bc1f32df9b876f9a9c58b1eecc5
Author: Robert Metzger <[email protected]>
Date: 2015-11-23T15:55:50Z
[FLINK-2996] Introduce configuration parameter for BlobServer port
commit a4e8c64484cf9b3359d0a7d5906791043cbd46c4
Author: Robert Metzger <[email protected]>
Date: 2015-11-23T16:02:56Z
wip
----
> Add config entry to define BlobServer port
> ------------------------------------------
>
> Key: FLINK-2996
> URL: https://issues.apache.org/jira/browse/FLINK-2996
> Project: Flink
> Issue Type: New Feature
> Components: JobManager
> Affects Versions: 0.10.0
> Reporter: Stephan Ewen
> Assignee: Robert Metzger
> Fix For: 1.0.0, 0.10.1
>
>
> The blob server currently allocates a random port. To work better together
> with firewalled clusters, it must be possible to optionally pre-configure the
> port to a specific value,
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)