-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20674/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Bernd Mathiske, Ian Downes, Niklas
Nielsen, and Vinod Kone.
Bugs: MESOS-1241
https://issues.apache.org/jira/browse/MESOS-1241
Repository: mesos-git
Description
-------
This is a patch that includes a new `extract` boolean value on CommandInfo.URI
to toggle the auto-extraction of compressed archives when shipping URIs with an
executor or task.
Diffs
-----
include/mesos/mesos.proto 37f8a7f
src/launcher/fetcher.cpp 98ebc2e
src/slave/containerizer/mesos_containerizer.cpp 722f3fe
src/tests/containerizer_tests.cpp 6c48146
Diff: https://reviews.apache.org/r/20674/diff/
Testing
-------
- Tested with a single-slave mesos cluster (Mac OSX 10.9)
- Verified `make check` after adding extra unit tests
Thanks,
Tom Arnfeld