You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/22 08:50:48 UTC

[ambari] branch trunk updated: AMBARI-25568: The 'NodeManager RAM Utilized' metric in the heatmap of YARN does not show the unit (#3551)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 4714032a3f AMBARI-25568: The 'NodeManager RAM Utilized' metric in the heatmap of YARN does not show the unit (#3551)
4714032a3f is described below

commit 4714032a3f0a00222731df8832fe3f13fde6285b
Author: Yu Hou <52...@qq.com>
AuthorDate: Tue Nov 22 16:50:41 2022 +0800

    AMBARI-25568: The 'NodeManager RAM Utilized' metric in the heatmap of YARN does not show the unit (#3551)
---
 .../main/resources/stacks/BIGTOP/3.2.0/services/YARN/YARN_widgets.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/YARN_widgets.json b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/YARN_widgets.json
index df91f9ac6c..bef0dc03fe 100644
--- a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/YARN_widgets.json
+++ b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/YARN_widgets.json
@@ -577,7 +577,7 @@
             }
           ],
           "properties": {
-            "display_unit": "",
+            "display_unit": "GB",
             "max_limit": "100"
           }
         },


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