[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4512 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4512#discussion_r132426263 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationMasterRunner.java --- @@ -510,8 +511,8 @@ private static Configuration createConfigur

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4512#discussion_r132426175 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/minicluster/FlinkMiniCluster.scala --- @@ -388,7 +388,7 @@ abstract class FlinkMiniCluster(

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4512#discussion_r132426305 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -2216,7 +2216,7 @@ object JobManager { : (ActorRe

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4512#discussion_r132426478 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java --- @@ -214,7 +214,7 @@ public WebRuntimeMonitor(

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4512#discussion_r132426290 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/entrypoint/YarnEntrypointUtils.java --- @@ -104,8 +105,8 @@ public static Configuration loadConfigur

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4512#discussion_r132426338 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/BootstrapTools.java --- @@ -188,7 +189,7 @@ public static WebMonitor startWeb

[GitHub] flink pull request #4512: [FLINK-7408] [conf] Create WebOptions for WebRunti...

2017-08-10 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/4512 [FLINK-7408] [conf] Create WebOptions for WebRuntimeMonitor ## What is the purpose of the change This commit moves the WebRuntimeMonitor related configuration options from JobManage