I am looking at the README at https://github.com/apache/mesos/blob/trunk/frameworks/torque/README.txtwhich says "this document is grossly out of date and probably not useful at all!".
I found that when I tried to run torque-server.py, or even mesos_submit.py, I got an exception from an invalid call to mesos.Scheduler.__init__ (self). It appears that the API has diverged, as other calls had argument arity issues or API changes, from what I can tell. What versions are running on clusters in the wild now? On Thu, Apr 4, 2013 at 11:14 PM, Mattmann, Chris A (398J) < [email protected]> wrote: > Hi David, > > Which README you looking at? > > Thanks for your email btw! > > Cheers, > Chris > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > -----Original Message----- > From: David Greenberg <[email protected]> > Reply-To: "[email protected]" <[email protected] > > > Date: Thursday, April 4, 2013 8:14 AM > To: "[email protected]" <[email protected]> > Subject: Status of Torque on Mesos > > >Hello Mesos Developers! > > > >I am trying to set up a torque cluster on Mesos. Does anyone have any > >advice on doing this? The README claims to be outdated. > > > >Thank you, > >David > >
