You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/11/14 14:43:42 UTC

flink git commit: [FLINK-8056][dist] Use 'web.port' instead of 'jobmanager.web.port'

Repository: flink
Updated Branches:
  refs/heads/master b98a4aa8b -> ed90379e3


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

This closes #5010.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ed90379e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ed90379e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/ed90379e

Branch: refs/heads/master
Commit: ed90379e3b96b03e24414169f92e6cb8371a6250
Parents: b98a4aa
Author: zentol <ch...@apache.org>
Authored: Tue Nov 14 10:58:43 2017 +0100
Committer: zentol <ch...@apache.org>
Committed: Tue Nov 14 15:43:22 2017 +0100

----------------------------------------------------------------------
 flink-dist/src/main/resources/flink-conf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ed90379e/flink-dist/src/main/resources/flink-conf.yaml
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/resources/flink-conf.yaml b/flink-dist/src/main/resources/flink-conf.yaml
index 2fb1559..ddff9c8 100644
--- a/flink-dist/src/main/resources/flink-conf.yaml
+++ b/flink-dist/src/main/resources/flink-conf.yaml
@@ -74,7 +74,7 @@ parallelism.default: 1
 # The port under which the web-based runtime monitor listens.
 # A value of -1 deactivates the web server.
 
-jobmanager.web.port: 8081
+web.port: 8081
 
 # Flag to specify whether job submission is enabled from the web-based
 # runtime monitor. Uncomment to disable.