[GitHub] spark pull request #19679: [SPARK-20647][core] Port StorageTab to the new UI...

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

[GitHub] spark pull request #19679: [SPARK-20647][core] Port StorageTab to the new UI...

2017-11-06 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/19679#discussion_r149277525 --- Diff: core/src/test/scala/org/apache/spark/status/AppStatusListenerSuite.scala --- @@ -685,12 +700,55 @@ class AppStatusListenerSuite extends

[GitHub] spark pull request #19679: [SPARK-20647][core] Port StorageTab to the new UI...

2017-11-06 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/19679 [SPARK-20647][core] Port StorageTab to the new UI backend. This required adding information about StreamBlockId to the store, which is not available yet via the API. So an internal type was