> On Aug. 6, 2015, 11:43 p.m., Marco Massenzio wrote: > > Before we go too far down this path, can you please see > > https://reviews.apache.org/r/36424/ and see whether it does what you are > > trying to achieve here? > > (maybe not, I'm not familiar at all with `cli` - just asking)
Hi, @marco .Thank you for your remind. I take a look of [r36424](https://reviews.apache.org/r/36424/) . This review is to execute command in local and get its stdout/stderr, right? If so, it is different with my patch. My patch is try to get stdout/stderr of task from slave. It fetch stdout/stderr from slave, maybe in remote machine. - haosdent ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36431/#review94460 ----------------------------------------------------------- On Aug. 4, 2015, 9:33 a.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36431/ > ----------------------------------------------------------- > > (Updated Aug. 4, 2015, 9:33 a.m.) > > > Review request for mesos, Adam B and Michael Park. > > > Bugs: MESOS-1084 > https://issues.apache.org/jira/browse/MESOS-1084 > > > Repository: mesos > > > Description > ------- > > Show stdout/stderr when using mesos-execute. > > > Diffs > ----- > > src/cli/execute.cpp d070164e080cb74ee15d3184487a121f429a29fc > > Diff: https://reviews.apache.org/r/36431/diff/ > > > Testing > ------- > > make check > > > Thanks, > > haosdent huang > >
