GitHub user shahidki31 opened a pull request: https://github.com/apache/spark/pull/22914
[SPARK-25900][WEBUI]If the When the page number is more than the total page size, then fall back to the first page ## What changes were proposed in this pull request? When we enter the page number more than the page size, webui is throwing an exception. It would be better if fall back to the default page, instead of throwing the exception in the web ui. ## How was this patch tested? Before PR: ![screenshot from 2018-10-31 23-41-37](https://user-images.githubusercontent.com/23054875/47816448-354fbe80-dd79-11e8-83d8-6aab196642f7.png) After PR: ![screenshot from 2018-10-31 23-54-23](https://user-images.githubusercontent.com/23054875/47816461-3ed92680-dd79-11e8-959d-0c531b3a6b2d.png) You can merge this pull request into a Git repository by running: $ git pull https://github.com/shahidki31/spark pageFallBack Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/22914.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 #22914 ---- commit 5a313506b63b870d8de37348f97cf5d67ed52ff6 Author: Shahid <shahidki31@...> Date: 2018-10-31T18:09:20Z Fall back to the first page if out of range ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org