oh, sorry for misleading. As I know, Mesos didn't provide this and you need to upload it in your tasks. I think no need to implement custom executor for this.
Just do something like this in your command ``` #!/usr/bin/env bash 1. run tasks 2. upload data if the tasks success ``` On Fri, Oct 21, 2016 at 9:55 AM, Tobias Pfeiffer <[email protected]> wrote: > Hi, > > On Fri, Oct 21, 2016 at 10:37 AM, haosdent <[email protected]> wrote: > >> Hi, @Mark You may try set `CommandInfo.URI`. Then Mesos would download >> files from given URL before launch your tasks. >> > > I think Mark asked for the opposite, uploading stuff after task > completion. I would in fact also be very much interested in that > functionality, something like "zip that directory and upload it to > somewhere". > > Tobias > > > > -- Best Regards, Haosdent Huang

