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/14 09:55:33 UTC

[ambari] 01/01: Revert "AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit (#3241)"

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

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

commit 1e4ad1fa7454cc8468d75341478e0d0f958bce4b
Author: Tamas Payer <35...@users.noreply.github.com>
AuthorDate: Wed Oct 14 11:55:24 2020 +0200

    Revert "AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit (#3241)"
    
    This reverts commit afb1e7d0bd8d9f96a0a7e664707e1093e27df96c.
---
 .../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 bef0dc0..df91f9a 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": "GB",
+            "display_unit": "",
             "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 ac91ad0..2bc2f39 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": "GB",
+            "display_unit": "",
             "max_limit": "100"
           }
         },