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 afb1e7d AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric
in the heatmap had no unit (#3241)
afb1e7d is described below
commit afb1e7d0bd8d9f96a0a7e664707e1093e27df96c
Author: neko <[email protected]>
AuthorDate: Wed Oct 14 17:54:59 2020 +0800
AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric in the heatmap
had no unit (#3241)
* Update YARN_widgets.json
* 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"
}
},