We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fef09d commit 0454ed1Copy full SHA for 0454ed1
core/src/main/scala/org/apache/spark/status/AppStatusStore.scala
@@ -67,7 +67,7 @@ private[spark] class AppStatusStore(store: KVStore) {
67
}
68
69
def executorSummary(executorId: String): v1.ExecutorSummary = {
70
- store.read(classOf[ExecutorSummaryWrapper], executorId).info
+ store.read(classOf[ExecutorSummaryWrapper], executorId).info
71
72
73
def stageList(statuses: JList[v1.StageStatus]): Seq[v1.StageData] = {
0 commit comments