spark-instrumented-optimizer/streaming/src/main
Tom Graves 135a2ce5b0 [SPARK-10619] Can't sort columns on Executor Page
should pick into spark 1.5.2 also.

https://issues.apache.org/jira/browse/SPARK-10619

looks like this was broken by commit: fb1d06fc24 (diff-b8adb646ef90f616c34eb5c98d1ebd16)
It looks like somethings were change to use the UIUtils.listingTable but executor page wasn't converted so when it removed sortable from the UIUtils. TABLE_CLASS_NOT_STRIPED it broke this page.

Simply add the sortable tag back in and it fixes both active UI and the history server UI.

Author: Tom Graves <tgraves@yahoo-inc.com>

Closes #9101 from tgravescs/SPARK-10619.
2015-10-14 10:12:25 -07:00
..
java/org/apache/spark/streaming [SPARK-10576] [BUILD] Move .java files out of src/main/scala 2015-09-14 15:03:51 -07:00
resources/org/apache/spark/streaming/ui/static [SPARK-8399] [STREAMING] [WEB UI] Overlap between histograms and axis' name in Spark Streaming UI 2015-06-24 11:53:03 -07:00
scala/org/apache/spark/streaming [SPARK-10619] Can't sort columns on Executor Page 2015-10-14 10:12:25 -07:00