----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15161/ -----------------------------------------------------------
(Updated Nov. 1, 2013, 9:50 p.m.) Review request for mesos, Benjamin Hindman, Ben Mahler, Du Li, and Niklas Nielsen. Repository: mesos-git Description ------- some improvement for mesos-execute. - reports framework-id and task-id. - check if offer resource has enogh - guarantee that only one task will be commited. Diffs ----- src/cli/execute.cpp ac2f299 Diff: https://reviews.apache.org/r/15161/diff/ Testing ------- tested on my laptop, single host deployment. $ bin/mesos-execute --master=192.168.33.1:5050 --name=echo --command="echo hello" I1101 14:13:31.044026 238424064 sched.cpp:220] No credentials provided. Attempting to register without authentication Framework registered with 201311011326-18983104-5050-55224-0007 task echo submitted to slave 201310311751-16777343-5050-26811-0 Received status update TASK_RUNNING for task echo Received status update TASK_FINISHED for task echo Thanks, Shingo Omura
