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 2fe53d9 commit b678a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/ui/ToolTips.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ private[spark] object ToolTips {
val OUTPUT = "Bytes and records written to Hadoop."

val STORAGE_MEMORY =
"""Memory used / total available memory for storage of data like RDD partitions cached in
memory. """
"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 b678a91

Please sign in to comment.