Hello, mesos-submit seams broken (or maybe I missed something)
I want to execute some helloworld on my deployed mesos cluster. ``` vagrant@master01:~/mesos$ ./frameworks/mesos-submit/mesos_submit.py zk:// 192.168.255.2:2181/mesos 'echo plop' Connecting to mesos master zk://192.168.255.2:2181/mesos Traceback (most recent call last): File "./frameworks/mesos-submit/mesos_submit.py", line 102, in <module> mesos.MesosSchedulerDriver(sched, master).run() TypeError: function takes exactly 3 arguments (2 given) ``` test-frameworks suppose that the whole build directory is deployed on every nodes (at the same place). And running it complains about test-executor file not found because I want to deploy nodes using debian package of slave service and dependencies (without tests files). -- Damien