-
- Downloads
[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: https://github.com/apache/spark/commit/fb1d06fc242ec00320f1a3049673fbb03c4a6eb9#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.
Showing
- core/src/main/scala/org/apache/spark/ui/UIUtils.scala 1 addition, 0 deletionscore/src/main/scala/org/apache/spark/ui/UIUtils.scala
- core/src/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala 1 addition, 1 deletion...c/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala
- core/src/main/scala/org/apache/spark/ui/jobs/ExecutorTable.scala 1 addition, 1 deletion...c/main/scala/org/apache/spark/ui/jobs/ExecutorTable.scala
- streaming/src/main/scala/org/apache/spark/streaming/ui/BatchPage.scala 1 addition, 1 deletion.../main/scala/org/apache/spark/streaming/ui/BatchPage.scala
Please register or sign in to comment