File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
core/src/main/scala/org/apache/spark/ui Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ private[spark] object ToolTips {
3535
3636 val OUTPUT = " Bytes and records written to Hadoop."
3737
38+ val STORAGE_MEMORY =
39+ " Memory used / total available memory for storage of data " +
40+ " like RDD partitions cached in memory. "
41+
3842 val SHUFFLE_WRITE =
3943 " Bytes and records written to disk in order to be read by a shuffle in a future stage."
4044
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private[ui] class ExecutorsPage(
6767 <th >Executor ID </th >
6868 <th >Address </th >
6969 <th >RDD Blocks </th >
70- <th >Memory Used </th >
70+ <th >< span data-toggle = " tooltip " title ={ ToolTips . STORAGE_MEMORY }> Storage Memory </ span > </th >
7171 <th >Disk Used </th >
7272 <th >Active Tasks </th >
7373 <th >Failed Tasks </th >
You can’t perform that action at this time.
0 commit comments