File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/main/scala/org/apache/spark/ui/jobs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
144144 <strong >Total Time Across All Tasks : </strong >
145145 {UIUtils .formatDuration(stageData.executorRunTime)}
146146 </li >
147+ <li >
148+ <strong >Locality Level Summary : </strong >
149+ {getLocalitySummaryString(stageData)}
150+ </li >
147151 {if (stageData.hasInput) {
148152 <li >
149153 <strong >Input Size / Records : </strong >
@@ -191,10 +195,6 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
191195 </span >
192196 <div class =" additional-metrics collapsed" >
193197 <ul >
194- <li >
195- <strong >Locality Level Summary : </strong >
196- {getLocalitySummaryString(stageData)}
197- </li >
198198 <li >
199199 <input type =" checkbox" id =" select-all-metrics" />
200200 <span class =" additional-metric-title" ><em >(De )select All </em ></span >
You can’t perform that action at this time.
0 commit comments