You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/09 02:58:27 UTC

[jira] [Updated] (STORM-226) Let a storm topology run as the user that launched it

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

Rick Kellogg updated STORM-226:
-------------------------------
    Component/s: storm-core

> Let a storm topology run as the user that launched it
> -----------------------------------------------------
>
>                 Key: STORM-226
>                 URL: https://issues.apache.org/jira/browse/STORM-226
>             Project: Apache Storm
>          Issue Type: Sub-task
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>             Fix For: 0.10.0
>
>
> We should optionally let a storm topology run as the user that launched it, instead of as the headless user that storm is running as.
> This requires a bit of native code with special privileges to make this work.  We borrowed some code from Hadoop that already does this for them, and through the magic of sed turned it into something we can use.
> This also includes code to keep the log files for different topologies separate from one another.  It also requires that there is an external process that will clean up those logs.  For this we selected the logviewer daemon and have added the necessary code there too.



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