If you are talking about starting nimbus/supervisor distributely on the cluster, you should try storm-yarn, there is API to do so.
If you are talking about starting nimbus/supervisor on a host jvm process, after compilation, there will be class backtype.storm.scheduler.ISupervisor.supervisor, there is a static main() function, you can call it directly as regular java class. Sean On Thu, May 22, 2014 at 9:28 PM, padma priya chitturi < [email protected]> wrote: > No, thers is no API to start the daemons. Infact u can place the commands > that would invoke the daemons in a separate file and could invoke it using > either java or python > > > On Thu, May 22, 2014 at 6:56 PM, Sajith <[email protected]> wrote: > >> Hi all, >> >> Is it possible to start supervisor or a nimbus programmatically? Does >> storm provide an API to do so? >> >> Thanks, >> Sajith. >> > >
