-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52787/
-----------------------------------------------------------
(Updated Oct. 13, 2016, 6:44 a.m.)
Review request for mesos, Jie Yu and Kevin Klues.
Changes
-------
Updated the patch.
Bugs: MESOS-6380
https://issues.apache.org/jira/browse/MESOS-6380
Repository: mesos
Description
-------
Set `runtime_dir` to a temporary folder in `mesos-local`.
Diffs (updated)
-----
bin/mesos-local-flags.sh.in 5b4553a808dc9f34a15390e69b2f85e95761ec53
src/local/flags.hpp c77eff13e7a63630ff6c9428e57f3f6707e1f30f
Diff: https://reviews.apache.org/r/52787/diff/
Testing
-------
To void this error when launch `mesos-local` without `sudo`
```
message: 'Failed to launch container: Failed to make the containerizer
runtime directory
'/var/run/mesos/containers/f2d6947f-2916-4f1a-90dc-3d137b360b9c': Permission
denied; Abnormal executor termination: unknown container'
```
Thanks,
haosdent huang