You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Myroslav Papirkovskyy (JIRA)" <ji...@apache.org> on 2015/03/04 19:35:39 UTC

[jira] [Resolved] (AMBARI-9932) Ambari chown Storm conf dir which prevent start of storm worker in secure mode with runas enabled

     [ https://issues.apache.org/jira/browse/AMBARI-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myroslav Papirkovskyy resolved AMBARI-9932.
-------------------------------------------
    Resolution: Fixed

Pushed to trunk and branch-2.0.0

> Ambari chown Storm conf dir which prevent start of storm worker in secure mode with runas enabled
> -------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-9932
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9932
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Myroslav Papirkovskyy
>            Assignee: Myroslav Papirkovskyy
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> Secure Storm cannot be started in secure mode because Ambari overrides conf dir permissions.
> Follow steps:
> 1. change permissions
> {code}
> chown -R root:hadoop /etc/storm/conf/
> {code}
> 2. restart Storm via Ambari and check permission.  Permission are reverted:
> {code}
> [root@falconf1 data]# ls -ld /etc/storm/conf
> drwxr-xr-x 2 storm hadoop 4096 Jan 11 00:42 /etc/storm/conf
> {code}



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