I not suggest you add the stdout/stderr to status update. And you could get stdout/stderr from mesos http endpoint. https://github.com/apache/mesos/blob/master/src/cli/mesos-tail is a example to show how get stdout/stderr through /files/read endpoint.
If you want to get status through you command output, I suggest you strengthen your command to let it could return exit status according your origin command output. On Tue, Oct 6, 2015 at 6:55 PM, Bijoy V <[email protected]> wrote: > Hello, > Is there a way we can add the default command executor output to the > status update lifecycle method of Scheduler. Can you please guide to > achieve this somehow > Thanks, > -Bijoy > -- Best Regards, Haosdent Huang

