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

Vinod Kone updated MESOS-468:
-----------------------------

    Description: There are a number of environment variables that would be nice 
to be able to set, without them polluting the environment of things being run 
by the executors. For example, GLOG_logtostderr would be nice to set on our 
slaves to make them only log to stderr. However, anything run by the slave will 
currently inherit these.  (was: There are a number of environment variables 
that would be nice to be able to set, without them polluting the environment of 
things being run by the core (executors/etc). For example, GLOG_logtostderr 
would be nice to set on our slaves to make them only log to stderr. However, 
anything run by the slave will currently inherit these.

Thermos cleans these, so we're ok there, however, I'm unsure of the storm/multi 
folks. In general, it would be a good thing to clear these before we fork/exec 
other things, and only set a specific set of env vars.
)
    
> mesos-slave should clean ENV vars before invoking executors
> -----------------------------------------------------------
>
>                 Key: MESOS-468
>                 URL: https://issues.apache.org/jira/browse/MESOS-468
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Priority: Minor
>
> There are a number of environment variables that would be nice to be able to 
> set, without them polluting the environment of things being run by the 
> executors. For example, GLOG_logtostderr would be nice to set on our slaves 
> to make them only log to stderr. However, anything run by the slave will 
> currently inherit these.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to