Updated Branches: refs/heads/trunk d2d31a548 -> 7790fbd5b
AMBARI-4389. Certain properties are hidden / not overridable. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7790fbd5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7790fbd5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7790fbd5 Branch: refs/heads/trunk Commit: 7790fbd5b32414656685aa9f89b79310720c582e Parents: d2d31a5 Author: Yusaku Sako <[email protected]> Authored: Wed Jan 22 12:04:30 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Wed Jan 22 14:05:22 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 5 ++--- ambari-web/app/data/HDP2/site_properties.js | 2 +- ambari-web/app/data/global_properties.js | 2 +- ambari-web/app/data/site_properties.js | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7790fbd5/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 4419817..a6d7e27 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -307,7 +307,7 @@ module.exports = "displayName": "YARN Java heap size", "description": "Max heapsize for all YARN components", "defaultValue": "1024", - "isOverridable": false, + "isOverridable": true, "displayType": "int", "unit": "MB", "isVisible": true, @@ -450,8 +450,7 @@ module.exports = "defaultValue": "1024", "displayType": "int", "unit": "MB", - "isOverridable": false, - + "isOverridable": true, "isVisible": true, "serviceName": "HBASE", "category": "HBase Master", http://git-wip-us.apache.org/repos/asf/ambari/blob/7790fbd5/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index 90f2983..e52c6a0 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -118,7 +118,7 @@ module.exports = "description": "", "defaultValue": "", "displayType": "int", - "isVisible": false, + "isVisible": true, "category": "DataNode", "serviceName": "HDFS" }, http://git-wip-us.apache.org/repos/asf/ambari/blob/7790fbd5/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 cd6b26a..129bfad 100644 --- a/ambari-web/app/data/global_properties.js +++ b/ambari-web/app/data/global_properties.js @@ -483,7 +483,7 @@ module.exports = "defaultValue": "1024", "displayType": "int", "unit": "MB", - "isOverridable": false, + "isOverridable": true, "isVisible": true, "serviceName": "HBASE", "category": "HBase Master", http://git-wip-us.apache.org/repos/asf/ambari/blob/7790fbd5/ambari-web/app/data/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/site_properties.js b/ambari-web/app/data/site_properties.js index c3ecf89..38c2bd5 100644 --- a/ambari-web/app/data/site_properties.js +++ b/ambari-web/app/data/site_properties.js @@ -117,7 +117,7 @@ module.exports = "description": "", "defaultValue": "", "displayType": "int", - "isVisible": false, + "isVisible": true, "category": "DataNode", "serviceName": "HDFS" },
