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 6526a02 commit b41aa04Copy full SHA for b41aa04
core/src/main/scala/org/apache/spark/ui/ToolTips.scala
@@ -92,8 +92,8 @@ private[spark] object ToolTips {
92
"Shaded red when garbage collection (GC) time is over 10% of task time"
93
94
val APPLICATION_EXECUTOR_LIMIT =
95
- """The number of executors this application can have at any given time. This is set only when
96
- dynamic allocation is enabled. Master assigns executors to an application only when the
97
- number of its executors is less than this limit.
+ """Maximum number of executors that this application will use. This limit is finite only when
+ dynamic allocation is enabled. The number of granted executors may exceed the limit
+ ephemerally when executors are being killed.
98
"""
99
}
0 commit comments