You could set the args in the StormConfig, then they'll show up in the UI
per-topology.

Michael Rose (@Xorlev <https://twitter.com/xorlev>)
Senior Platform Engineer, FullContact <http://www.fullcontact.com/>
mich...@fullcontact.com


On Thu, Apr 17, 2014 at 7:16 PM, Cody A. Ray <cody.a....@gmail.com> wrote:

> 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" <mich...@fullcontact.com> 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/>
>> mich...@fullcontact.com
>>
>>
>> On Thu, Apr 17, 2014 at 5:36 PM, Software Dev 
>> <static.void....@gmail.com>wrote:
>>
>>> Is it possible to pass arguments that adhere to the CommandLine
>>> interface?
>>>
>>> storm jar topology.jar com.test.MyTopology --config foo --remote
>>>
>>
>>

Reply via email to