You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by pa...@apache.org on 2020/10/20 11:47:34 UTC

[ambari] branch branch-2.7 updated: AMBARI-25568 Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit (#3245)

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

payert pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 5df71fd  AMBARI-25568 Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit  (#3245)
5df71fd is described below

commit 5df71fdeff8e2c4a7760f1f50901c1ce7f5d0514
Author: neko <ec...@gmail.com>
AuthorDate: Tue Oct 20 19:47:20 2020 +0800

    AMBARI-25568 Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit  (#3245)
    
    * Update YARN_widgets.json
---
 .../src/main/resources/common-services/YARN/2.1.0.2.0/YARN_widgets.json | 2 +-
 .../src/main/resources/stacks/HDP/2.3/services/YARN/YARN_widgets.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/YARN_widgets.json b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/YARN_widgets.json
index df91f9a..bef0dc0 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/YARN_widgets.json
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/YARN_widgets.json
@@ -577,7 +577,7 @@
             }
           ],
           "properties": {
-            "display_unit": "",
+            "display_unit": "GB",
             "max_limit": "100"
           }
         },
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/YARN_widgets.json b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/YARN_widgets.json
index 2bc2f39..ac91ad0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/YARN_widgets.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/YARN_widgets.json
@@ -636,7 +636,7 @@
             }
           ],
           "properties": {
-            "display_unit": "",
+            "display_unit": "GB",
             "max_limit": "100"
           }
         },