You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2016/10/10 17:48:20 UTC

[jira] [Updated] (AMBARI-18462) Cannot enable Atlas HA in HDP 2.5 because server cardinality should be 1+

     [ https://issues.apache.org/jira/browse/AMBARI-18462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Fernandez updated AMBARI-18462:
-----------------------------------------
    Description: 
In HDP 2.5, cannot enable Atlas Server HA because the cardinality is set to 1 instead of 1+

http://server:8080/api/v1/stacks/HDP/versions/2.5/services/ATLAS/components/ATLAS_SERVER
{code}
cardinality: "1"
{code}

Looks like a copy-paste error while committing on behalf of another dev,
https://github.com/apache/ambari/commit/e662dcb7c82ee3fa5ebad2b4d61d1459dd71a0f2
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml

*Workaround:*
Edit /var/lib/ambari-server/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml and change cardinality of Atlas Server from "1" to "1+" and restart Ambari Server

  was:
In HDP 2.5, cannot enable Atlas Server HA because the cardinality is set to 1 instead of 1+

http://server:8080/api/v1/stacks/HDP/versions/2.5/services/ATLAS/components/ATLAS_SERVER
{code}
cardinality: "1"
{code}

Looks like a copy-paste error while committing on behalf of another dev,
https://github.com/apache/ambari/commit/e662dcb7c82ee3fa5ebad2b4d61d1459dd71a0f2
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml


> Cannot enable Atlas HA in HDP 2.5 because server cardinality should be 1+
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-18462
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18462
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.1, 2.4.2
>            Reporter: Ayub Khan
>            Assignee: Alejandro Fernandez
>            Priority: Critical
>             Fix For: 2.4.2
>
>         Attachments: AMBARI-18462.patch, Ambari-2.4.0.0-1144-HA-enable-working.png, Ambari-2.4.0.1-1-not-working.png
>
>
> In HDP 2.5, cannot enable Atlas Server HA because the cardinality is set to 1 instead of 1+
> http://server:8080/api/v1/stacks/HDP/versions/2.5/services/ATLAS/components/ATLAS_SERVER
> {code}
> cardinality: "1"
> {code}
> Looks like a copy-paste error while committing on behalf of another dev,
> https://github.com/apache/ambari/commit/e662dcb7c82ee3fa5ebad2b4d61d1459dd71a0f2
> ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
> *Workaround:*
> Edit /var/lib/ambari-server/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml and change cardinality of Atlas Server from "1" to "1+" and restart Ambari Server



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)