Storm submit problem

2014-08-07 Thread ​Chandrahas Gurram
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

Re: Storm submit problem

2014-08-07 Thread padma priya chitturi
Have u started nimbus , supervisor and zookeeper ? On Fri, Aug 8, 2014 at 11:07 AM, ​Chandrahas Gurram 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 thi

Re: Storm submit problem

2014-08-07 Thread ​Chandrahas Gurram
yes they are up. ThankYou, G V Chandrahas Raj On Fri, Aug 8, 2014 at 11:28 AM, padma priya chitturi < padmapriy...@gmail.com> wrote: > Have u started nimbus , supervisor and zookeeper ? > > > On Fri, Aug 8, 2014 at 11:07 AM, ​Chandrahas Gurram > wrote: > >> Hi, >> >> I am trying to submit my

RE: Storm submit problem

2014-08-08 Thread Babu, Prashanth
Can you show us the full stacktrace of the error you are getting. From: ​Chandrahas Gurram [mailto:chandraha...@peel.com] Sent: 08 August 2014 07:17 To: user@storm.incubator.apache.org Subject: Re: Storm submit problem yes they are up. ThankYou, G V Chandrahas Raj On Fri, Aug 8, 2014 at 11:28

Re: Storm submit problem

2014-08-08 Thread ​Chandrahas Gurram
Gurram [mailto:chandraha...@peel.com] > *Sent:* 08 August 2014 07:17 > *To:* user@storm.incubator.apache.org > *Subject:* Re: Storm submit problem > > > > yes they are up. > > > > ThankYou, > G V Chandrahas Raj > > > > On Fri, Aug 8, 2014 at 11:28 AM, p

Re: Storm submit problem

2014-08-09 Thread Yaron Rosenbaum
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 wrote: > yes they are up. > > > ThankYou, > G V Chandrahas Raj > > > On Fri, Aug 8, 2014 at 11:28 AM, padma priya chitturi > wrote: > Have

Re: Storm submit problem

2014-08-11 Thread Spico Florin
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-c nimbus.host= A different solution is to create a folder named .storm in