Updated Branches: refs/heads/trunk 06c971ea3 -> 8448978de
AMBARI-4242. Zookeeper dataDir can not be updated when using Ambari(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8448978d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8448978d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8448978d Branch: refs/heads/trunk Commit: 8448978de7457f3f3571da5cb8bf3fadbbbf43a4 Parents: 06c971e Author: Vitaly Brodetskyi <[email protected]> Authored: Thu Jan 9 13:11:16 2014 +0200 Committer: Vitaly Brodetskyi <[email protected]> Committed: Thu Jan 9 13:11:16 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 2 +- ambari-web/app/data/global_properties.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8448978d/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 2139ce9..6e5430c 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -1125,7 +1125,7 @@ module.exports = "description": "Data directory for ZooKeeper", "defaultValue": "", "defaultDirectory": "/hadoop/zookeeper", - "isReconfigurable": false, + "isReconfigurable": true, "displayType": "directory", "isVisible": true, "serviceName": "ZOOKEEPER", http://git-wip-us.apache.org/repos/asf/ambari/blob/8448978d/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 6d3f66f..cd6b26a 100644 --- a/ambari-web/app/data/global_properties.js +++ b/ambari-web/app/data/global_properties.js @@ -1072,7 +1072,7 @@ module.exports = "description": "Data directory for ZooKeeper", "defaultValue": "", "defaultDirectory": "/hadoop/zookeeper", - "isReconfigurable": false, + "isReconfigurable": true, "displayType": "directory", "isVisible": true, "serviceName": "ZOOKEEPER",
