Hello!
  By default when you are sending your jar file to the nimbus, with the
"storm jar" command the default host for nimbus is localhost. If you'd like
to specify a different one you can say something like:

storm jar <your_jar> <your_toplogy_class_name> <top_name> -c
nimbus.host=<ip of your nimbus>

A different solution is to create a folder named .storm in /home/your_user
and create a file storm.yaml that contains the following line:
nimbus.host: "IP of your nimbus machine"

With this solution you are not force to provide the nimbus.host in the
storm jar command.


By Nimbus process is listening on port 6627. Check if this port is open. Do
you have firewall? If yes, open the mentioned port in iptables.

Hope that these help.
  Regards,
 Florin



On Sat, Aug 9, 2014 at 10:21 AM, Yaron Rosenbaum <[email protected]>
wrote:

> Are you using a VM / VirtualBox / Docker containers by any chance?
> If so, what is the nimbus port?
>
> (Y)
>
> On Aug 8, 2014, at 9:16 AM, ​Chandrahas Gurram <[email protected]>
> wrote:
>
> yes they are up.
>
>
> ThankYou,
> G V Chandrahas Raj
>
>
> On Fri, Aug 8, 2014 at 11:28 AM, padma priya chitturi <
> [email protected]> wrote:
>
>> Have u started nimbus , supervisor and zookeeper ?
>>
>>
>> On Fri, Aug 8, 2014 at 11:07 AM, ​Chandrahas Gurram <
>> [email protected]> wrote:
>>
>>> Hi,
>>>
>>> I am trying to submit my jar to nimbus using the command storm jar
>>> pathtofile mainclassname arguments.
>>> it is throwing connection refused error. can anyone help me with this
>>> issue
>>>
>>>
>>> ThankYou,
>>> G V Chandrahas Raj
>>>
>>
>>
>
>

Reply via email to