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

