GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/10441
[SPARK-12490] Don't use Javascript for web UI's paginated table controls
The web UI's paginated table uses Javascript to implement certain
navigation controls, such as table sorting and the "go to page" form. This is
unnecessary and should be simplified to use plain HTML form controls and links.
/cc @zsxwing, who wrote this original code, and @yhuai.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark
simplify-paginated-table-sorting
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10441.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 #10441
----
commit 00292fa60722dfc340843bac754e2875b0b9fa0c
Author: Josh Rosen <[email protected]>
Date: 2015-12-22T20:41:40Z
Remove use of JS for table header sorting.
commit 61efa4fdd2d4535f3f2f4c5172f8af1628dfafbb
Author: Josh Rosen <[email protected]>
Date: 2015-12-22T20:44:38Z
Apply the same fix to RDDPage.
commit 970be95e20789f24f30f4e378f8ff90865c4a2e2
Author: Josh Rosen <[email protected]>
Date: 2015-12-22T21:56:56Z
Remove use of Javascript for form pagination form controls.
----
---
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]