Skip to content

Commit ef69450

Browse files
committed
loading only live executors
1 parent eee987a commit ef69450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/storage/RDDPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private[ui] class RDDPage(parent: SparkUITab, store: AppStatusStore) extends Web
7777
blockPageSize,
7878
blockSortColumn,
7979
blockSortDesc,
80-
store.executorList(false))
80+
store.executorList(true))
8181
_blockTable.table(page)
8282
} catch {
8383
case e @ (_ : IllegalArgumentException | _ : IndexOutOfBoundsException) =>

0 commit comments

Comments
 (0)