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

Re: Storm and enviroment variables

2015-10-08 Thread Priyank Shah
Glad that it fixed your issue. The python script has the —config option. Check https://github.com/apache/storm/blob/master/bin/storm.py#L632 out. From: "Garcia-Contractor, Joseph (CORP)" Reply-To: "user@storm.apache.org" Date: Thursday, October 8, 2015 at 6:52 AM

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

Help Required

2015-10-08 Thread Rudraneel chakraborty
I wanted to know , if there are any best practice guidelines while designing topology. For example, is it a good idea to introduce multiple topologies by breaking a big data processing task into stages? Is there any helpful tutorial or reference which I can use to learn about dividing tasks among

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

RE: Storm and enviroment variables

2015-10-08 Thread Garcia-Contractor, Joseph (CORP)
Yeap… it certainly does… I missed that. Thanks for pointing it out! ☺ From: Priyank Shah [mailto:ps...@hortonworks.com] Sent: Thursday, October 08, 2015 12:51 PM To: user@storm.apache.org Subject: Re: Storm and enviroment variables Glad that it fixed your issue. The python script has the