You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2017/08/02 13:25:00 UTC

[jira] [Created] (AMBARI-21636) Fix atlas.rest.address property when Atlas is in HA for Atlas-hive hook

Andrii Tkach created AMBARI-21636:
-------------------------------------

             Summary: Fix atlas.rest.address property when Atlas is in HA for Atlas-hive hook
                 Key: AMBARI-21636
                 URL: https://issues.apache.org/jira/browse/AMBARI-21636
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.4.3
            Reporter: Andrii Tkach
            Assignee: Andrii Tkach
            Priority: Blocker
             Fix For: 2.5.2


Currently in Atlas for Hive Hook the  *atlas.rest.address* property in /etc/hive/conf/atlas-application.propeties is added with value as Atlas instance URL.

Hive import fails if the Atlas instance in property file in passive in HA.

To fix this issue when Atlas is in HA add both Atlas instance URL's(active/passive)  to *atlas.rest.address* property in  /etc/hive/conf/atlas-application.propeties separated with comma.

eg.

{code:java}
atlas.rest.address=http://atlas_host1:21000,http://atlas_host2:21000
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)