[jira] [Commented] (AMBARI-18244) Add Service for Atlas did not call conf-select, so failed to find /etc/atlas/conf/users-credentials.properties

2016-08-23 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15434098#comment-15434098
 ] 

Hudson commented on AMBARI-18244:
-

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #5580 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5580/])
AMBARI-18244. Add Service for Atlas did not call conf-select, so failed 
(afernandez: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=5b6971ae47a826f773b8ccd37dadc049e48a6a68])
* (edit) 
ambari-common/src/main/python/resource_management/libraries/functions/conf_select.py


> 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  root207 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)


[jira] [Commented] (AMBARI-18244) Add Service for Atlas did not call conf-select, so failed to find /etc/atlas/conf/users-credentials.properties

2016-08-23 Thread Jayush Luniya (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433890#comment-15433890
 ] 

Jayush Luniya commented on AMBARI-18244:


+1

> 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  root207 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)


[jira] [Commented] (AMBARI-18244) Add Service for Atlas did not call conf-select, so failed to find /etc/atlas/conf/users-credentials.properties

2016-08-23 Thread Nate Cole (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433879#comment-15433879
 ] 

Nate Cole commented on AMBARI-18244:


+1

> 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  root207 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)


[jira] [Commented] (AMBARI-18244) Add Service for Atlas did not call conf-select, so failed to find /etc/atlas/conf/users-credentials.properties

2016-08-23 Thread Jonathan Hurley (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433881#comment-15433881
 ] 

Jonathan Hurley commented on AMBARI-18244:
--

+1

> 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  root207 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)


[jira] [Commented] (AMBARI-18244) Add Service for Atlas did not call conf-select, so failed to find /etc/atlas/conf/users-credentials.properties

2016-08-23 Thread Alejandro Fernandez (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-18244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433877#comment-15433877
 ] 

Alejandro Fernandez commented on AMBARI-18244:
--

Python unit tests passed,
--
Total run:1123
Total errors:0
Total failures:0
OK

> 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  root207 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)