You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sn...@apache.org on 2021/02/11 08:14:49 UTC

[hadoop] branch trunk updated: YARN-10618. RM UI2 Application page shows the AM preempted containers instead of the nonAM ones. Contributed by Benjamin Teke

This is an automated email from the ASF dual-hosted git repository.

snemeth pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 98ca6af  YARN-10618. RM UI2 Application page shows the AM preempted containers instead of the nonAM ones. Contributed by Benjamin Teke
98ca6af is described below

commit 98ca6afd177fff508eb22a4b6fc3ba8cfbf9ba17
Author: Szilard Nemeth <sn...@apache.org>
AuthorDate: Thu Feb 11 09:13:50 2021 +0100

    YARN-10618. RM UI2 Application page shows the AM preempted containers instead of the nonAM ones. Contributed by Benjamin Teke
---
 .../hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/info.hbs      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/info.hbs b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/info.hbs
index 7d024c5..4c5da63 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/info.hbs
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/info.hbs
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org