-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15161/
-----------------------------------------------------------

(Updated Nov. 1, 2013, 9:15 p.m.)


Review request for mesos, Benjamin Hindman and Niklas Nielsen.


Changes
-------

add small improvements:
- add to check if offered resource is larger than requested
- guarantee that the scheduler launched only one task


Repository: mesos-git


Description (updated)
-------

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 (updated)
-----

  src/cli/execute.cpp ac2f299 

Diff: https://reviews.apache.org/r/15161/diff/


Testing (updated)
-------

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

Reply via email to