Re: Submitting Topology Questions (2 small questions)

2016-09-22 Thread Joaquin Menchaca
That's a topology configuration file for Flux, which in itself looks
interesting.

I think I found it, the storm bash script has a --config ${STORM_CONF_DIR}
option, which is passes along to storm.py.

So I am guessing:

*storm --config /container_configs jar mytopology.jar some.package.path
remote*


On Wed, Sep 21, 2016 at 11:44 PM, Ravi Sharma  wrote:

> From this documentation : http://storm.apache.org/releases/1.0.2/flux.html
>
> storm jar mytopology.jar org.apache.storm.flux.Flux --local config.yaml
>
>
>
> On Thu, Sep 22, 2016 at 2:50 AM, Joaquin Menchaca 
> wrote:
>
>> What is the minimal storm.yaml configuration do I need for `storm jar ...
>> remote`?
>>
>> Is there a command line option or way to specify locally crafted
>> storm.yaml, e.g. /tmp/storm.yaml?
>>
>> --
>>
>> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。
>>
>
>


-- 

是故勝兵先勝而後求戰,敗兵先戰而後求勝。


Re: Submitting Topology Questions (2 small questions)

2016-09-21 Thread Ambud Sharma
Just the nimbus address and port

On Sep 21, 2016 6:50 PM, "Joaquin Menchaca"  wrote:

> What is the minimal storm.yaml configuration do I need for `storm jar ...
> remote`?
>
> Is there a command line option or way to specify locally crafted
> storm.yaml, e.g. /tmp/storm.yaml?
>
> --
>
> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。
>