Github user shahidki31 commented on a diff in the pull request:
https://github.com/apache/spark/pull/23038#discussion_r234337780
--- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala ---
@@ -376,6 +376,8 @@ private class LiveStage extends LiveEntity {
val executorSummaries = new HashMap[String, LiveExecutorStageSummary]()
+ val activeTaskPerExecutor = new HashMap[String,
Int]().withDefaultValue(0)
--- End diff --
@vanzin I tried to add one UT in the AppStatusListenerSuite, but because of
"spark.ui.liveUpdate.period"=0 in the test conf, everything is written to the
store without wait.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]