[GitHub] flink pull request #5010: [FLINK-8056][dist] Use 'web.port' instead of 'jobm...

2017-11-14 Thread zentol
Github user zentol closed the pull request at:

https://github.com/apache/flink/pull/5010


---


[GitHub] flink pull request #5010: [FLINK-8056][dist] Use 'web.port' instead of 'jobm...

2017-11-14 Thread zentol
GitHub user zentol opened a pull request:

https://github.com/apache/flink/pull/5010

[FLINK-8056][dist] Use 'web.port' instead of 'jobmanager.web.port'

## What is the purpose of the change

This PR modfiies the default `flink-conf.yaml` to no longer use the 
deprecated `jobmanager.web.port` key but `web.port` instead.

## Verifying this change

Configure a non-default port, start a cluster and verify the webUI is 
reachable under the configured port.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zentol/flink 8056

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5010.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 #5010


commit 624d5b8aba93ec365581af056a7e725535564e2d
Author: zentol 
Date:   2017-11-14T09:58:43Z

[FLINK-8056][dist] Use 'web.port' instead of 'jobmanager.web.port'




---