Details
Description
The default executor causes task/command environment variables to get duplicated internally, causing warnings in the resulting sandbox stdout.
$ ./src/mesos-execute --name="test" --env='{"key1":"value1"}' --command='sleep 1000' --master=127.0.0.1:5050
Result in stdout of the sandbox:
Overwriting environment variable 'key1', original: 'value1', new: 'value1'
Attachments
Issue Links
- relates to
-
MESOS-7299 Develop a generic solution for merging environments.
- Open