Skip to content

Commit b678a91

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

3838
val STORAGE_MEMORY =
39-
"""Memory used / total available memory for storage of data like RDD partitions cached in
40-
memory. """
39+
"Memory used / total available memory for storage of data " +
40+
"like RDD partitions cached in memory. "
4141

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

0 commit comments

Comments
 (0)