Repository: ambari Updated Branches: refs/heads/trunk 5f3c6c11d -> 32b2f739d
AMBARI-15689. Unable to edit log dir for ZK (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/32b2f739 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/32b2f739 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/32b2f739 Branch: refs/heads/trunk Commit: 32b2f739d4636bf81bb9e0da948ccac100fd7395 Parents: 5f3c6c1 Author: Alex Antonenko <[email protected]> Authored: Tue Apr 5 19:37:23 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Apr 5 19:39:02 2016 +0300 ---------------------------------------------------------------------- .../ZOOKEEPER/3.4.5.2.0/configuration/zookeeper-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/32b2f739/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/configuration/zookeeper-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/configuration/zookeeper-env.xml b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/configuration/zookeeper-env.xml index 89c3196..3b5141a 100644 --- a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/configuration/zookeeper-env.xml +++ b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/configuration/zookeeper-env.xml @@ -39,7 +39,6 @@ <description>ZooKeeper Log Dir</description> <value-attributes> <type>directory</type> - <editable-only-at-install>true</editable-only-at-install> <overridable>false</overridable> </value-attributes> </property> @@ -51,6 +50,7 @@ <value-attributes> <type>directory</type> <overridable>false</overridable> + <editable-only-at-install>true</editable-only-at-install> </value-attributes> </property> <property>
