I end up using a shared folder, so both parties are using the same path to referencing resources
On Tue, Jul 5, 2016 at 2:48 PM, Bryan Fok <[email protected]> wrote: > Thanks bro, thanks for your advance. I will try it out and return feedback > here > > On Tue, Jul 5, 2016 at 2:23 PM, Gilbert Song <[email protected]> > wrote: > >> Bryan, >> >> You can define your own arguments in your >> 'TaskInfo::CommandInfo::arguments', >> while having your executable as 'value'. Please note that 'shell' >> defaults to be true >> in CommandInfo. >> >> Gilbert >> >> On Mon, Jul 4, 2016 at 11:11 PM, Bryan Fok <[email protected]> >> wrote: >> >>> >>> >>> >>> >>> >>> <http://stackoverflow.com/questions/38195194/mesos-api-how-to-send-argument-to-task#> >>> Hi all >>> >>> I am writing a python framework which has a custom executor. Each task I >>> submit will need to pass 2 string as arguments, each task also need 2 >>> unique xml configuration files in the slave for the custom executor. So how >>> do I pass arguments around for each task, as well as files as arguments? >>> >>> >>> >>> >>> >>> >> >

