[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5529 ---

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-20 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5529#discussion_r169285404 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarDeleteHeadersTest.java --- @@ -0,0 +1,42 @@ +/* + * Licensed

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-20 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5529#discussion_r169285383 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarIdPathParameterTest.java --- @@ -0,0 +1,53 @@ +/* + *

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-20 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5529#discussion_r169285350 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarDeleteHandlerTest.java --- @@ -0,0 +1,151 @@ +/* + * Licensed

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-20 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5529#discussion_r169254360 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarDeleteHeadersTest.java --- @@ -0,0 +1,42 @@ +/* + * Licensed

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-20 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5529#discussion_r169254293 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarDeleteHandlerTest.java --- @@ -0,0 +1,151 @@ +/* + * Licensed

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-20 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/5529#discussion_r169254320 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarIdPathParameterTest.java --- @@ -0,0 +1,53 @@ +/* + *

[GitHub] flink pull request #5529: [FLINK-7712][flip6] Port JarDeleteHandler to new R...

2018-02-19 Thread GJL
GitHub user GJL opened a pull request: https://github.com/apache/flink/pull/5529 [FLINK-7712][flip6] Port JarDeleteHandler to new REST endpoint ## What is the purpose of the change *Enable deletion of jars from Web UI in flip6 mode.* cc: @tillrohrmann ##