We are working on https://issues.apache.org/jira/browse/MESOS-426 which is an update for mesos_submit to make it work again. You can download the patch from the linked review. The current mesos_submit code in master doesn't use the correct API.
On Sun, Aug 11, 2013 at 12:47 PM, Jim Morrison <[email protected]>wrote: > Hi, > > I tried to use mesos-submit from the top of the git tree, unfortunately, > I got an error about the wrong number of arguments. When I put None in for > the missing argument I discovered that the native C code is checking for > value != null instead of value != PyNone when the value is parsed with > Parse_Tuple "O". Anyway, attached is a patch that allows me to run the > script. > > Unfortunately the script hangs when I do: > $ ./frameworks/mesos-submit/mesos-submit MYMASTER:5050 "echo hello world" > > All I get is: > Connecting to mesos master MYMASTER:5050 . > > > Jim >
