Repository: ambari Updated Branches: refs/heads/branch-2.4 5890d324a -> 167c6c9d7
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/167c6c9d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/167c6c9d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/167c6c9d Branch: refs/heads/branch-2.4 Commit: 167c6c9d70b2b59d74745dcc425726c180e07e3b Parents: 5890d32 Author: Alejandro Fernandez <[email protected]> Authored: Wed Sep 28 13:13:20 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Sep 28 13:13:20 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/167c6c9d/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>
