Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/7399#issuecomment-122462650 > When I sort the column, it refreshes and jumps to the top of the page. This is very annoying because in old Spark versions I'm used to just clicking on the columns one after another. It would be good if the browser remembers the scroll position of the page before the refresh. E.g. something like http://stackoverflow.com/questions/17642872/refresh-page-and-keep-scroll-position This is cool. I will add it. > What if I have 500 tasks, and I just want to see everything on the timeline? I know it's not going to crash the driver / the browser because it's not actually that many tasks, but right now there's no way to do that because we always display 100 tasks at a time. Perhaps there should be a show all tasks button somewhere or something. > > In the future it would be good to be able to customize how many tasks to show per page on the UI itself. A use case I can think of is: I want to see the timeline for the top 1000 tasks with highest scheduler delay. If it's a lot of work we should just add this separately and hardcode 100 for now. It's easy to add a text field for users to set the page size. It should solve these two problems.
--- 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