Skip to content

Commit 2fe53d9

Browse files
committed
Fix for incorrect memory in Spark UI
1 parent eb823b8 commit 2fe53d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/scala/org/apache/spark/ui/ToolTips.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ private[spark] object ToolTips {
3636
val OUTPUT = "Bytes and records written to Hadoop."
3737

3838
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."
39+
"""Memory used / total available memory for storage of data like RDD partitions cached in
40+
memory. """
4041

4142
val SHUFFLE_WRITE =
4243
"Bytes and records written to disk in order to be read by a shuffle in a future stage."

0 commit comments

Comments
 (0)