GitHub user tgravescs opened a pull request: https://github.com/apache/spark/pull/9101
[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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tgravescs/spark SPARK-10619 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/9101.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #9101 ---- commit 492d915f09bc27743d7343554c87839a9d495b51 Author: Tom Graves <tgra...@yahoo-inc.com> Date: 2015-10-13T20:23:51Z [SPARK-10619] Can't sort columns on Executor Page ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org