Till Toenshoff created MESOS-7263:
-------------------------------------
Summary: User supplied task environment variables cause warnings
in sandbox stdout.
Key: MESOS-7263
URL: https://issues.apache.org/jira/browse/MESOS-7263
Project: Mesos
Issue Type: Bug
Components: agent, executor
Affects Versions: 1.2.0
Reporter: Till Toenshoff
Assignee: Till Toenshoff
The default executor causes task/command environment variables to get
duplicated internally, causing warnings in the resulting sandbox {{stdout}}.
{noformat}
$ ./src/mesos-execute --name="test" --env='{"key1":"value1"}' --command='sleep
1000' --master=127.0.0.1:5050
{noformat}
Result in {{stdout}} of the sandbox:
{noformat}
Overwriting environment variable 'key1', original: 'value1', new: 'value1'
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)