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 >
