GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/7399
[SPARK-9037][WebUI][WIP]Task table pagination for the Stage page
This PR adds pagination for the task table to solve the scalability issue
of the stage page. Here is the initial screenshot:
<img width="1347" alt="pagination"
src="https://cloud.githubusercontent.com/assets/1000778/8679669/9e63863c-2a8e-11e5-94e4-994febcd6717.png">
The task table only shows 100 tasks. There is a page navigation above the
table. Users can click the page navigation or type the page number to jump to
another page. The table can be sorted by clicking the headers. However, unlike
previous implementation, the sorting work is done in the server now. So
clicking a table column to sort needs to refresh the web page.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark task-table-pagination
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7399.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 #7399
----
commit db6c8596fef51929fadbb4a931ad700336ebcd72
Author: zsxwing <[email protected]>
Date: 2015-07-13T11:48:57Z
Task table pagination for the Stage 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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]