You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2017/03/20 02:16:41 UTC

[jira] [Created] (MESOS-7263) User supplied task environment variables cause warnings in sandbox stdout.

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)