Please help me figure out error

2017-10-04 Thread vijay verma
Hi ,I am using DCOS 1.10.0 and Strom version. I am not using native strom of DCOS. I have configured container based Apache version. After passed message to strom from kakfa and check worker.log i am getting below error. Please help me o.a.s.d.worker main [ERROR] Error on initialization of

Re: Please help

2015-10-08 Thread steve tueno
thanks you very much Cordialement, TUENO FOTSO STEVE JEFFREY Élève Ingénieur 5GI ENSP +237 676 57 17 28 https://play.google.com/store/apps/details?id=com.polytech.remotecomputer http://github.com/stuenofotso/remoteComputer https://play.google.com/store/apps/details?id=com.polytech.androidsmssender

Re: Please help

2015-10-08 Thread Ravi Sharma
Hi Steve, Storm 's basic design is to process stream(open ended or say No End) in real time. There will be few hack ways of stoping the cluster once file is finished but i guess none of them will be good looking. Basically your storm cluster should be running all the time and waiting for more messa

Please help

2015-10-08 Thread steve tueno
Hi, I'm implementing WordCount with storm. Sentences are read in a file and my problem is what it the best way to stop LocalCluster when splout reach end of file... Cordialement, TUENO FOTSO STEVE JEFFREY Élève Ingénieur 5GI ENSP +237 676 57 17 28 https://play.google.com/store/apps/details?id=com.

Re: Global Count - Trident - Please help

2015-05-29 Thread Ashish Soni
Can you point me to the example , I am not able to understand what you mean by partition the data accordingly. If i have 3 node storm cluster and i want to go a global count how it will work , please explain if possible. Regards On Fri, May 29, 2015 at 12:04 PM, Andrew Xor wrote: > I am guessi

Re: Global Count - Trident - Please help

2015-05-29 Thread Andrew Xor
I am guessing that as you currently do it you spawn the different tasks counting the same thing, hence you are basically reading the data twice. I suspect if you set a parallelism hint of 3,4 and so on you would get 21 x that number. To do a global count you need to partition the data accordingly,

Re: Global Count - Trident - Please help

2015-05-29 Thread P. Taylor Goetz
Try moving “.parallelismHint(2)” to after the groupBy. With the current placement (before the groupBy) Storm is creating two instances of your spout, each outputting the same data set. -Taylor On May 29, 2015, at 11:09 AM, Ashish Soni wrote: > HI All , > > I am trying to run a global count

Global Count - Trident - Please help

2015-05-29 Thread Ashish Soni
HI All , I am trying to run a global count using Trident and when i use Parallel hint of 2 it is getting double counted , Please tell me what i am doing wrong , below is the code and sample data set. I am just trying to count the no of calls made by a particular phone no and when i do not specify

Re: Please Help Me In Storm.yaml

2015-05-11 Thread Jeff Maass
ailto:user@storm.apache.org>> Date: 2015,Thursday, May 7 at 22:52 To: "user@storm.apache.org<mailto:user@storm.apache.org>" mailto:user@storm.apache.org>> Subject: Re: Please Help Me In Storm.yaml That first ooyala video is atrocious, you can't hear Nathan at all

Re: Please Help Me In Storm.yaml

2015-05-07 Thread Erik Weathers
rm > https://www.youtube.com/watch?v=iLZrYPbNypg > > > > > From: prasad ch > Reply-To: "user@storm.apache.org" > Date: 2015,Thursday, May 7 at 11:50 > To: storm-users > Subject: RE: Please Help Me In Storm.yaml > > HI, > > I tried all of above s

Re: Please Help Me In Storm.yaml

2015-05-07 Thread Jeff Maass
org>> Date: 2015,Thursday, May 7 at 11:50 To: storm-users mailto:user@storm.apache.org>> Subject: RE: Please Help Me In Storm.yaml HI, I tried all of above sites , i need more clarity to move forward ... if you don't mine can you help me ! Thanks for your valuable

RE: Please Help Me In Storm.yaml

2015-05-07 Thread prasad ch
HI, I tried all of above sites , i need more clarity to move forward ... if you don't mine can you help me ! Thanks for your valuable response.,... From: jma...@cccis.com To: user@storm.apache.org Subject: Re: Please Help Me In Storm.yaml Date: Thu, 7 May 2015 16:41:33

Re: Please Help Me In Storm.yaml

2015-05-07 Thread Jeff Maass
"user@storm.apache.org<mailto:user@storm.apache.org>" mailto:user@storm.apache.org>> Date: 2015,Thursday, May 7 at 11:34 To: storm-users mailto:user@storm.apache.org>> Subject: Please Help Me In Storm.yaml Hi, Thanks for every one , for helping lot .. I having lo

Please Help Me In Storm.yaml

2015-05-07 Thread prasad ch
Hi,Thanks for every one , for helping lot .. I having lot of doubts while reading multiple times also ,please help me to clear properties of storm.yaml .and what are the mandatory and which is for performance . please help me ! Thank You Very MucH regard's prasad.ch

Re: !! Please Help with Storm configuration !!

2014-11-12 Thread Nathan Leung
This can happen if your spout output queue is not empty. The complete latency includes the time that the tuple spends in the output queue waiting to be sent to the first bolt. You can reduce the latency by reducing max spout pending but if the value is too low you will experience reduced throughput

Re: !! Please Help with Storm configuration !!

2014-11-12 Thread Vladi Feigin
It can a network issue (high latency). Check your network configuration( NIC ) Vladi On Thu, Nov 13, 2014 at 12:25 AM, Hines, Sohail wrote: > We have a 2-node Storm cluster in production (v0.9.0.1). The condition > we're noticing is that Storm Complete Latency varies throughout the day > from

!! Please Help with Storm configuration !!

2014-11-12 Thread Hines, Sohail
We have a 2-node Storm cluster in production (v0.9.0.1). The condition we're noticing is that Storm Complete Latency varies throughout the day from 300ms to 1200ms. However during the same period, the sum of all Bolt Execute Latency times only add up to about ** 50ms **. The same is true for