On a related note, is there any way to see the args with which an already-running topology was created? I've looked at the properties on the ui and dug through the storm directory on the nimbus to no avail.
I could obviously log them out (but will need some identifier since we're multi-tenant topologies on this cluster). Just wanted to know if I was missing something built-in. On Apr 17, 2014 7:31 PM, "Michael Rose" <[email protected]> wrote: > Yes. Ultimately, that runs the main method of MyTopology, so just like any > other main method you get String[] args. > > Michael Rose (@Xorlev <https://twitter.com/xorlev>) > Senior Platform Engineer, FullContact <http://www.fullcontact.com/> > [email protected] > > > On Thu, Apr 17, 2014 at 5:36 PM, Software Dev > <[email protected]>wrote: > >> Is it possible to pass arguments that adhere to the CommandLine interface? >> >> storm jar topology.jar com.test.MyTopology --config foo --remote >> > >
