[GitHub] flink pull request #4988: [FLINK-8030] Instantiate JobMasterRestEndpoint in ...

2017-12-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4988 ---

[GitHub] flink pull request #4988: [FLINK-8030] Instantiate JobMasterRestEndpoint in ...

2017-12-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/4988#discussion_r156724507 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java --- @@ -0,0 +1,402 @@ +/* + * Licensed to

[GitHub] flink pull request #4988: [FLINK-8030] Instantiate JobMasterRestEndpoint in ...

2017-12-08 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/4988#discussion_r155797999 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java --- @@ -0,0 +1,402 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #4988: [FLINK-8030] Instantiate JobMasterRestEndpoint in ...

2017-11-08 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/4988 [FLINK-8030] Instantiate JobMasterRestEndpoint in JobClusterEntrypoint ## What is the purpose of the change Launches the `JobMasterRestEndpoint` in the `JobClusterEntrypoint`.