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? > > > > > >

