You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2016/02/02 22:31:39 UTC

[jira] [Created] (AMBARI-14888) Atlas Integration : Look into Atlas-Hive properties for RU

Tom Beerbower created AMBARI-14888:
--------------------------------------

             Summary: Atlas Integration : Look into Atlas-Hive properties for RU
                 Key: AMBARI-14888
                 URL: https://issues.apache.org/jira/browse/AMBARI-14888
             Project: Ambari
          Issue Type: Bug
            Reporter: Tom Beerbower
            Assignee: Tom Beerbower


An Atlas install adds 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}

It needs to be set during RU/EU from HDP 2.2 to 2.3 by modifying the config packs.
E.g.,

ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml
{code}
<replace key="content" find="foo" replace-with="bar" />
{code}




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