GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/12311
[SPARK-14544] [SQL] improve performance of SQL UI tab
## What changes were proposed in this pull request?
This PR improve the performance of SQL UI by:
1) remove the details column in all executions page (the first page in SQL
tab). We can check the details by enter the execution page.
2) break-all is super slow in Chrome recently, so switch to break-word.
3) Using "display: none" to hide a block.
4) using one js closure for for all the executions, not one for each.
5) remove the height limitation of details, don't need to scroll it in the
tiny window.
## How was this patch tested?
Exists tests.

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davies/spark ui_perf
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12311.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 #12311
----
commit b25701f71c77422b033d07f0f6911eecf17bba74
Author: Davies Liu <[email protected]>
Date: 2016-04-11T23:22:35Z
improve performance of SQL UI tab
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]