[
https://issues.apache.org/jira/browse/AMBARI-14853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130999#comment-15130999
]
Hudson commented on AMBARI-14853:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4269 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4269/])
AMBARI-14853 - Atlas Integration: Support deploying latest Atlas(which
(tbeerbower:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1d9f1bb069895d6dbc344a5cf0d81e56ff0b7371])
* ambari-server/src/test/python/stacks/2.3/configs/default.json
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-env.xml
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
*
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
*
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
* ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/metainfo.xml
> 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
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> 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)