[GitHub] spark pull request #19678: [SPARK-20646][core] Port executors page to new UI...

2017-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19678 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19678: [SPARK-20646][core] Port executors page to new UI...

2017-11-06 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/19678#discussion_r149275806 --- Diff: core/src/main/scala/org/apache/spark/ui/exec/ExecutorsTab.scala --- @@ -17,192 +17,46 @@ package org.apache.spark.ui.exec

[GitHub] spark pull request #19678: [SPARK-20646][core] Port executors page to new UI...

2017-11-06 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/19678#discussion_r149276157 --- Diff: core/src/test/scala/org/apache/spark/ui/StagePageSuite.scala --- @@ -22,13 +22,14 @@ import javax.servlet.http.HttpServletRequest import

[GitHub] spark pull request #19678: [SPARK-20646][core] Port executors page to new UI...

2017-11-06 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/19678 [SPARK-20646][core] Port executors page to new UI backend. The executors page is built on top of the REST API, so the page itself was easy to hook up to the new code. Some other pages