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/06/17 19:51:05 UTC

[jira] [Updated] (AMBARI-14853) Atlas Integration: Support deploying latest Atlas(which depends on kafka) using Ambari

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

Alejandro Fernandez updated AMBARI-14853:
-----------------------------------------
    Fix Version/s: 2.4.0

> Atlas Integration: Support deploying latest Atlas(which depends on kafka) using Ambari
> --------------------------------------------------------------------------------------
>
>                 Key: AMBARI-14853
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14853
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-14853.patch
>
>
> Three additional steps need to be done to to install Atlas 0.6 via Ambari.
> 1. Add new Atlas Kafka related properties to the Atlas configuration ‘application.properties’
> {code}
> atlas.notification.embedded" : false,
> atlas.kafka.data = /tmp
> atlas.kafka.bootstrap.servers = c6401.ambari.apache.org:6667
> atlas.kafka.zookeeper.connect = c6401.ambari.apache.org:2181
> atlas.kafka.hook.group.id = atlas
> atlas.kafka.entities.group.id = entities
> {code}
> * Note: 
> For “atlas.kafka.bootstrap.servers” and “atlas.kafka.zookeeper.connect”, modify host names based on your cluster topology.  
> The directory specified in “atlas.kaka.data” should exist.
> 2. Add an export of HADOOP_CLASSPATH which includes the required atlas directories to hive-env.xml in the 2.3 HDP stack
> {code}
> export HADOOP_CLASSPATH=/etc/atlas/conf:/usr/hdp/current/atlas-server/hook/hive:${HADOOP_CLASSPATH}
> {code}
> *Note:
> It is important that the atlas directories are prepended to the existing classpath.
> 3. Restart the Atlas and Hive services after the cluster is fully provisioned



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