File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
core/src/main/scala/org/apache/spark/ui Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ private[spark] object ToolTips {
35
35
36
36
val OUTPUT = " Bytes and records written to Hadoop."
37
37
38
+ 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."
40
+
38
41
val SHUFFLE_WRITE =
39
42
" Bytes and records written to disk in order to be read by a shuffle in a future stage."
40
43
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private[ui] class ExecutorsPage(
67
67
<th >Executor ID </th >
68
68
<th >Address </th >
69
69
<th >RDD Blocks </th >
70
- <th >Memory Used </th >
70
+ <th >< span data-toggle = " tooltip " title ={ ToolTips . STORAGE_MEMORY }> Storage Memory </ span > </th >
71
71
<th >Disk Used </th >
72
72
<th >Active Tasks </th >
73
73
<th >Failed Tasks </th >
You can’t perform that action at this time.
0 commit comments