[
https://issues.apache.org/jira/browse/AMBARI-9988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14353716#comment-14353716
]
Hudson commented on AMBARI-9988:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1987 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1987/])
AMBARI-9988 Worker Process cannot create logs in /var/log/storm when
supervisor.run.worker.as.user is set to true in kerberized Storm Cluster (dsen)
(dsen:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=99995afc33ea46f8c4479f192190202fbe506b7e)
*
ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/storm.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_base.py
> Worker Process cannot create logs in /var/log/storm when
> supervisor.run.worker.as.user is set to true in kerberized Storm Cluster
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-9988
> URL: https://issues.apache.org/jira/browse/AMBARI-9988
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Environment: Secured STORM
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: AMBARI-9988.patch
>
>
> PROBLEM: On a kerberized Storm cluster after enabling
> supervisor.run.worker.as.user = true, the worker logs cannot be written to
> /var/log/storm due to permissions.
> root@falconf1 scripts# grep -C3 777 storm.py
> Directory(params.log_dir,
> owner=params.storm_user,
> group=params.user_group,
> mode=0777,
> recursive=True
> )
> Restarted Ambari server and checked directory permissions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)