AMBARI-18462. Cannot enable Atlas HA in HDP 2.5 because server cardinality should be 1+ (alejandro)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/06282e02 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/06282e02 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/06282e02 Branch: refs/heads/branch-feature-AMBARI-18456 Commit: 06282e02bbf54df8cd5163a83a11637765be2ff1 Parents: 98f0cfc Author: Alejandro Fernandez <[email protected]> Authored: Wed Sep 28 13:10:52 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Sep 28 13:10:52 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/06282e02/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml index 72d612a..98ec263 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml @@ -27,7 +27,7 @@ <name>ATLAS_SERVER</name> <displayName>Atlas Metadata Server</displayName> <category>MASTER</category> - <cardinality>1</cardinality> + <cardinality>1+</cardinality> <versionAdvertised>true</versionAdvertised> <dependencies> <dependency>
