Repository: ambari Updated Branches: refs/heads/trunk 371376de4 -> 52ca9daa6
AMBARI-14532 AMS fails to stay up after changing AMS configs to distributed mode (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/52ca9daa Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/52ca9daa Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/52ca9daa Branch: refs/heads/trunk Commit: 52ca9daa68b8302775dd2ee8d0b901d53ce69df7 Parents: 371376d Author: Dmytro Sen <[email protected]> Authored: Thu Dec 31 16:53:04 2015 +0200 Committer: Dmytro Sen <[email protected]> Committed: Thu Dec 31 16:53:04 2015 +0200 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/52ca9daa/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml index 1964047..fb0f680 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml @@ -253,6 +253,16 @@ <property> <name>hbase.zookeeper.property.clientPort</name> <value>61181</value> + <depends-on> + <property> + <type>zoo.cfg</type> + <name>clientPort</name> + </property> + <property> + <type>ams-hbase-site</type> + <name>hbase.cluster.distributed</name> + </property> + </depends-on> </property> <property> <name>hbase.zookeeper.peerport</name>
