-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49657/
-----------------------------------------------------------
(Updated July 5, 2016, 9:24 p.m.)
Review request for mesos and Benjamin Mahler.
Changes
-------
Updated testing section, aded reviewers / bugs.
Bugs: MESOS-5787
https://issues.apache.org/jira/browse/MESOS-5787
Repository: mesos
Description
-------
Added ability to set framework capabilities in 'mesos-execute'.
Diffs
-----
src/cli/execute.cpp 18c2e3449bf5e50bea0bbd0a92efa20fc8b9032b
Diff: https://reviews.apache.org/r/49657/diff/
Testing (updated)
-------
Start a master/ agent on a GPU machine as specified in:
```
http://mesos.apache.org/documentation/latest/container-image/
```
Run execute:
```
$ sudo bin/mesos-execute \
--master=<MASTER_IP>:5050 \
--name=test \
--docker_image=alpine \
--command="pwd" \
--framework_capabilities="GPU_RESOURCES"
```
Thanks,
Kevin Klues