We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb823b8 commit 2fe53d9Copy full SHA for 2fe53d9
core/src/main/scala/org/apache/spark/ui/ToolTips.scala
@@ -36,7 +36,8 @@ private[spark] object ToolTips {
36
val OUTPUT = "Bytes and records written to Hadoop."
37
38
val STORAGE_MEMORY =
39
- "Total memory used for caching of the total available memory for caching.This is the storage memory used on the executor."
+ """Memory used / total available memory for storage of data like RDD partitions cached in
40
+ memory. """
41
42
val SHUFFLE_WRITE =
43
"Bytes and records written to disk in order to be read by a shuffle in a future stage."
0 commit comments