Updated Branches: refs/heads/trunk e032673e6 -> 66ce099f5
AMBARI-3134. Make it clear that the configuration property "NameNode Java Heap Size" and "NameNode new generation size" also changes corresponding SNameNode properties. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/66ce099f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/66ce099f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/66ce099f Branch: refs/heads/trunk Commit: 66ce099f5889651f84621c1d303da9f6cccd287f Parents: e032673 Author: Yusaku Sako <[email protected]> Authored: Fri Sep 6 13:52:52 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Sep 6 13:54:01 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 4 ++-- ambari-web/app/data/global_properties.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/66ce099f/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 1ed5c85..36f2a61 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -110,7 +110,7 @@ module.exports = "id": "puppet var", "name": "namenode_heapsize", "displayName": "NameNode Java heap size", - "description": "Initial and maximum Java heap size for NameNode (Java options -Xms and -Xmx)", + "description": "Initial and maximum Java heap size for NameNode (Java options -Xms and -Xmx). This also applies to the Secondary NameNode.", "defaultValue": "1024", "displayType": "int", "unit": "MB", @@ -125,7 +125,7 @@ module.exports = "id": "puppet var", "name": "namenode_opt_newsize", "displayName": "NameNode new generation size", - "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize)", + "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize). This also applies to the Secondary NameNode.", "defaultValue": "200", "displayType": "int", "unit": "MB", http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/66ce099f/ambari-web/app/data/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/global_properties.js b/ambari-web/app/data/global_properties.js index e6e0787..2b9047d 100644 --- a/ambari-web/app/data/global_properties.js +++ b/ambari-web/app/data/global_properties.js @@ -110,7 +110,7 @@ module.exports = "id": "puppet var", "name": "namenode_heapsize", "displayName": "NameNode Java heap size", - "description": "Initial and maximum Java heap size for NameNode (Java options -Xms and -Xmx)", + "description": "Initial and maximum Java heap size for NameNode (Java options -Xms and -Xmx). This also applies to the Secondary NameNode.", "defaultValue": "1024", "displayType": "int", "unit": "MB", @@ -125,7 +125,7 @@ module.exports = "id": "puppet var", "name": "namenode_opt_newsize", "displayName": "NameNode new generation size", - "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize)", + "description": "Default size of Java new generation for NameNode (Java option -XX:NewSize). This also applies to the Secondary NameNode.", "defaultValue": "200", "displayType": "int", "unit": "MB",
