----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15161/ -----------------------------------------------------------
(Updated Oct. 31, 2013, 11:33 p.m.) Review request for mesos, Benjamin Hindman and Niklas Nielsen. Repository: mesos-git Description ------- see summary. 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=127.0.0.1:5050 --name=echo --command="echo hello" I1031 16:22:54.955093 163721216 sched.cpp:220] No credentials provided. Attempting to register without authentication The mesos-execute scheduler is registered. (framework id= 201310311448-16777343-5050-23990-0007) Your task is running. (framework-id=201310311448-16777343-5050-23990-0007, task-id=echo) Your task is finished. (framework-id=201310311448-16777343-5050-23990-0007, task-id=echo) Thanks, Shingo Omura