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 10:06:07 UTC

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

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 9cfc3c1  Revert "AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit (#3241)" (#3244)
9cfc3c1 is described below

commit 9cfc3c1ed4be10cdbae6d1bbab85189ee62624f2
Author: Tamas Payer <35...@users.noreply.github.com>
AuthorDate: Wed Oct 14 12:05:58 2020 +0200

    Revert "AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit (#3241)" (#3244)
    
    This reverts commit afb1e7d0bd8d9f96a0a7e664707e1093e27df96c.
    Revert commit because accidentally merged the patch while editing the commit message so it ended up with invalid message.
---
 .../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"
           }
         },