[
https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Fernandez updated AMBARI-18244:
-----------------------------------------
Description:
STR:
* Install Ambari 2.2.2.0 with HDP 2.3.6.0
* Install Atlas
* Upgrade to Ambari 2.4.0.0
* Remove Atlas
* Stack Upgrade to HDP 2.5.0.0
* Re-add Atlas service
On the Atlas server host, the file /etc/atlas/conf/users-credentials.properties
is missing. This is because conf-select was not called on it after the service
was added because it did not contain a mapping for Atlas.
Right now,
{noformat}
ls -la /etc/atlas/conf/ (this is a dir)
-rw-r--r-- 1 root root 207 Aug 22 14:57 users-credentials.properties
ls -la /usr/hdp/current/atlas-client
lrwxrwxrwx 1 root root 27 Aug 23 23:24 /usr/hdp/current/atlas-client ->
/usr/hdp/2.5.0.0-1237/atlas
# This is incorrect
ls -la /usr/hdp/2.5.0.0-1237/atlas/conf
lrwxrwxrwx 1 root root 15 Aug 23 23:24 /usr/hdp/2.5.0.0-1237/atlas/conf ->
/etc/atlas/conf
{noformat}
To fix this, we need to have /etc/atlas/conf ->
/usr/hdp/current/atlas-client/conf and /usr/hdp/2.5.0.0-1237/atlas/conf ->
/etc/atlas/2.5.0.0-1237/0
was:
STR:
* Install Ambari 2.2.2.0 with HDP 2.3.6.0
* Install Atlas
* Upgrade to Ambari 2.4.0.0
* Remove Atlas
* Stack Upgrade to HDP 2.5.0.0
* Re-add Atlas service
On the Atlas server host, the file /etc/atlas/conf/users-credentials.properties
is missing. This is because conf-select was not called on it after the service
was added because it did not contain a mapping for Atlas.
> Add Service for Atlas did not call conf-select, so failed to copy file
> users-credentials.properties
> ----------------------------------------------------------------------------------------------------
>
> Key: AMBARI-18244
> URL: https://issues.apache.org/jira/browse/AMBARI-18244
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: 2.4.0
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Fix For: trunk
>
>
> STR:
> * Install Ambari 2.2.2.0 with HDP 2.3.6.0
> * Install Atlas
> * Upgrade to Ambari 2.4.0.0
> * Remove Atlas
> * Stack Upgrade to HDP 2.5.0.0
> * Re-add Atlas service
> On the Atlas server host, the file
> /etc/atlas/conf/users-credentials.properties is missing. This is because
> conf-select was not called on it after the service was added because it did
> not contain a mapping for Atlas.
> Right now,
> {noformat}
> ls -la /etc/atlas/conf/ (this is a dir)
> -rw-r--r-- 1 root root 207 Aug 22 14:57 users-credentials.properties
> ls -la /usr/hdp/current/atlas-client
> lrwxrwxrwx 1 root root 27 Aug 23 23:24 /usr/hdp/current/atlas-client ->
> /usr/hdp/2.5.0.0-1237/atlas
> # This is incorrect
> ls -la /usr/hdp/2.5.0.0-1237/atlas/conf
> lrwxrwxrwx 1 root root 15 Aug 23 23:24 /usr/hdp/2.5.0.0-1237/atlas/conf ->
> /etc/atlas/conf
> {noformat}
> To fix this, we need to have /etc/atlas/conf ->
> /usr/hdp/current/atlas-client/conf and /usr/hdp/2.5.0.0-1237/atlas/conf ->
> /etc/atlas/2.5.0.0-1237/0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)