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 5a04be9 commit 289e996Copy full SHA for 289e996
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala
@@ -59,7 +59,7 @@ private[spark] class AppStatusListener(
59
private val liveUpdatePeriodNs = if (live) conf.get(LIVE_ENTITY_UPDATE_PERIOD) else -1L
60
61
/**
62
- * A time limit before we force to flush all live entities. When the last flush does't past
+ * A time limit before we force to flush all live entities. When the last flush doesn't past
63
* this limit, UI will not trigger a heavy flush to sync the states since it may slow down Spark
64
* events processing significantly. Otherwise, UI will try to flush when receiving the next
65
* executor heartbeat.
0 commit comments