Repository: ambari Updated Branches: refs/heads/branch-2.5 17c09d946 -> 77502e646
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/77502e64 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/77502e64 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/77502e64 Branch: refs/heads/branch-2.5 Commit: 77502e64614bfa1762cb51efca24077611a21c91 Parents: 17c09d9 Author: Alejandro Fernandez <[email protected]> Authored: Wed Sep 28 13:10:12 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Sep 28 13:11:36 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/77502e64/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>
