[
https://issues.apache.org/jira/browse/MESOS-4781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilbert Song updated MESOS-4781:
--------------------------------
Description: Currently mesos command executor just inherits all environment
variables from the slave. This could be problematic because when unified
containerizer launches the docker images like mongo or jenkins. Some of the
environment variables are duplicated (such as `PATH` etc.), which causes those
docker images not executing properly. We should prevents those slave
environments exposed to command line executor. (was: Currently mesos command
executor just inhibits all environment variables from the slave. This could be
problematic because when unified containerizer launches the docker images like
mongo or jenkins. Some of the environment variables are duplicated (such as
`PATH` etc.), which causes those docker images not executing properly. We
should prevents those slave environments exposed to command line executor.)
> Forbid command executor to inherit environment variables from slave.
> --------------------------------------------------------------------
>
> Key: MESOS-4781
> URL: https://issues.apache.org/jira/browse/MESOS-4781
> Project: Mesos
> Issue Type: Bug
> Components: containerization
> Reporter: Gilbert Song
> Assignee: Gilbert Song
> Labels: mesosphere
>
> Currently mesos command executor just inherits all environment variables from
> the slave. This could be problematic because when unified containerizer
> launches the docker images like mongo or jenkins. Some of the environment
> variables are duplicated (such as `PATH` etc.), which causes those docker
> images not executing properly. We should prevents those slave environments
> exposed to command line executor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)