Skip to content

Commit

Permalink
Fix for incorrect memory in Spark UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rekhajoshm committed Jun 25, 2015
1 parent eb823b8 commit 2fe53d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/scala/org/apache/spark/ui/ToolTips.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ private[spark] object ToolTips {
val OUTPUT = "Bytes and records written to Hadoop."

val STORAGE_MEMORY =
"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
memory. """

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

0 comments on commit 2fe53d9

Please sign in to comment.