[ https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alejandro Fernandez updated AMBARI-18244: ----------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed to trunk, commit 5b6971ae47a826f773b8ccd37dadc049e48a6a68 > Add Service for Atlas did not call conf-select, so failed to find > /etc/atlas/conf/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 > > Attachments: AMBARI-18244.patch > > > STR: > * Install Ambari 2.4.0.0 with HDP 2.5.0.0 and basic services except Atlas > * 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)