Updated Branches: refs/heads/trunk 364514620 -> 3d404d8ef
AMBARI-3912 No override for NM heap memory. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3d404d8e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3d404d8e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3d404d8e Branch: refs/heads/trunk Commit: 3d404d8ef9d227280ad4e3059c47274db85a7e44 Parents: 3645146 Author: atkach <[email protected]> Authored: Thu Nov 28 13:47:19 2013 +0200 Committer: atkach <[email protected]> Committed: Thu Nov 28 13:47:19 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3d404d8e/ambari-web/app/data/HDP2/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/global_properties.js b/ambari-web/app/data/HDP2/global_properties.js index 3efabc7..8f23bdf 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -383,7 +383,7 @@ module.exports = "displayName": "NodeManager Java heap size", "description": "Max heapsize for NodeManager", "defaultValue": "1024", - "isOverridable": false, + "isOverridable": true, "displayType": "int", "unit": "MB", "isVisible": true,
