YARN-10618. RM UI2 Application page shows the AM preempted containers instead of the nonAM ones. Contributed by Benjamin Teke

This commit is contained in:
Szilard Nemeth 2021-02-11 09:13:50 +01:00
parent 933fbeffee
commit 98ca6afd17
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<td>{{model.app.allocatedResource}}</td>
<td>{{model.app.runningContainersNumber}}</td>
<td>{{model.app.preemptedResource}}</td>
<td>{{model.app.numAMContainerPreempted}}</td>
<td>{{model.app.numNonAMContainerPreempted}}</td>
<td>{{model.app.numAMContainerPreempted}}</td>
<td>{{model.app.aggregatedResourceUsage}}</td>
</tr>