Repository: ambari Updated Branches: refs/heads/trunk 7452f7165 -> 042345c1b
AMBARI-15195: Auto-start services - Ambari should handle AMS auto start Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/042345c1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/042345c1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/042345c1 Branch: refs/heads/trunk Commit: 042345c1bc909ba4ec22b0aec55af25452e69860 Parents: 7452f71 Author: Nahappan Somasundaram <[email protected]> Authored: Fri Feb 26 16:55:41 2016 -0800 Committer: Nahappan Somasundaram <[email protected]> Committed: Mon Feb 29 10:17:58 2016 -0800 ---------------------------------------------------------------------- .../resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/042345c1/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml index 2f2f116..c9d10e3 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml @@ -32,6 +32,7 @@ <cardinality>1</cardinality> <versionAdvertised>false</versionAdvertised> <timelineAppid>AMS-HBASE</timelineAppid> + <recovery_enabled>true</recovery_enabled> <dependencies> <dependency> <name>ZOOKEEPER/ZOOKEEPER_SERVER</name>
