-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21167/
-----------------------------------------------------------
Review request for mesos, Adam B, Benjamin Hindman, and Vinod Kone.
Bugs: MESOS-1141
https://issues.apache.org/jira/browse/MESOS-1141
Repository: mesos-git
Description
-------
Enables individual executors and tasks to run as a specific user. If
the user field is present both in FrameworkInfo and here, the
CommandInfo user value takes precedence.
Diffs
-----
include/mesos/mesos.proto e48e50a
src/slave/slave.hpp ed20dca
src/slave/slave.cpp 2a48266
src/tests/slave_tests.cpp 0982455
Diff: https://reviews.apache.org/r/21167/diff/
Testing
-------
make check as root on Linux. Tests are guarded/only run when running
as root as the containerizer needs to execute chown. Running tests as
root on Mac OS X is currently broken.
Thanks,
Niklas Nielsen