-
- Downloads
[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. Author: Josh Rosen <joshrosen@databricks.com> Closes #10441 from JoshRosen/simplify-paginated-table-sorting.
Showing
- core/src/main/resources/org/apache/spark/ui/static/webui.css 10 additions, 1 deletioncore/src/main/resources/org/apache/spark/ui/static/webui.css
- core/src/main/scala/org/apache/spark/ui/PagedTable.scala 65 additions, 35 deletionscore/src/main/scala/org/apache/spark/ui/PagedTable.scala
- core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala 51 additions, 29 deletionscore/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
- core/src/main/scala/org/apache/spark/ui/storage/RDDPage.scala 45 additions, 31 deletions.../src/main/scala/org/apache/spark/ui/storage/RDDPage.scala
- core/src/test/scala/org/apache/spark/ui/PagedTableSuite.scala 7 additions, 1 deletion.../src/test/scala/org/apache/spark/ui/PagedTableSuite.scala
Loading
Please register or sign in to comment