We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe53d9 commit b678a91Copy full SHA for b678a91
core/src/main/scala/org/apache/spark/ui/ToolTips.scala
@@ -36,8 +36,8 @@ private[spark] object ToolTips {
36
val OUTPUT = "Bytes and records written to Hadoop."
37
38
val STORAGE_MEMORY =
39
- """Memory used / total available memory for storage of data like RDD partitions cached in
40
- memory. """
+ "Memory used / total available memory for storage of data " +
+ "like RDD partitions cached in 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