-
- Downloads
[SPARK-2016] [WEBUI] RDD partition table pagination for the RDD Page
Add pagination for the RDD page to avoid unresponsive UI when the number of the RDD partitions is large. Before:  After:  Author: Carson Wang <carson.wang@intel.com> Closes #7692 from carsonwang/SPARK-2016 and squashes the following commits: 03c7168 [Carson Wang] Fix style issues 612c18c [Carson Wang] RDD partition table pagination for the RDD Page
Showing
- core/src/main/scala/org/apache/spark/ui/PagedTable.scala 9 additions, 7 deletionscore/src/main/scala/org/apache/spark/ui/PagedTable.scala
- core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala 4 additions, 6 deletionscore/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
- core/src/main/scala/org/apache/spark/ui/storage/RDDPage.scala 196 additions, 32 deletions.../src/main/scala/org/apache/spark/ui/storage/RDDPage.scala
Loading
Please register or sign in to comment