I need to set watcher on the bolt/spout crash. is It possible

2014-09-03 Thread M.Tarkeshwar Rao
Hi all, I have a small doubt in storm. I am new in this technology. I want to set the watcher on the zookeeper znode about any failure of any bolt of a topology. Can i get the notification about that? Please help we need to develop a java application which will monitor the any bolt/spout executo

Re: storm use case questions

2014-09-03 Thread Yuheng Du
Hi all, Thanks. Does anyone use Storm to deal with sensor network data? I need some use cases or research project ideas of Storm or other big data tools in sensor network field. Can I get a sense of what the advantage of adopting Storm platform? Best, On Wed, Sep 3, 2014 at 4:51 AM, Tian Guo w

Re: Issues with Topology with Kafka Spout

2014-09-03 Thread Vikas Agarwal
Basically, I reduced the retention period because when everything would be running smoothly we won't need much history of topic to replay them via storm. We can manage to lose those messages which are older than, lets say 15 min or an hour. And in fact we can go upto 2 days for retention period but

Seeing exception java.util.NoSuchElementException and java.lang.NullPointerException with storm 0.9.2-incubating

2014-09-03 Thread Ritesh Adval
We upgraded to 0.9.2-incubating from storm 0.8.2 and using kafka 0.8.1.1 to read messages in the storm. We are using higher level consumer api to read messages from kafka. We saw following only once at the startup of topology, where one worker seems to died and got restarted. Things were working a

Re: cannot run ready project

2014-09-03 Thread P. Taylor Goetz
What IDE are you using? > On Sep 3, 2014, at 5:26 PM, researcher cs wrote: > > any help .. ? > >> On 9/2/14, researcher cs wrote: >> i imported ready project and when run it i got this >> >> Resource Path Location Type The project was not built since its build >> path is incomplete. Cannot fi

Re: cannot run ready project

2014-09-03 Thread researcher cs
any help .. ? On 9/2/14, researcher cs wrote: > i imported ready project and when run it i got this > > Resource Path Location Type The project was not built since its build > path is incomplete. Cannot find the class file for > storm.trident.state.State. Fix the build path then try building this

Re: UNSUBSCRIBE

2014-09-03 Thread Kushan Maskey
I think you should send email to user-unsubscr...@storm.incubator.apache.org . -- Kushan Maskey On Wed, Sep 3, 2014 at 3:58 PM, wrote: > > -John > > -- > John Bielich > Kaiser Permanente - Information Security > Security Data Analytics Research Services > c: 626-372-1327 > e: john.c.biel...@kp

UNSUBSCRIBE

2014-09-03 Thread John . C . Bielich
-John -- John Bielich Kaiser Permanente - Information Security Security Data Analytics Research Services c: 626-372-1327 e: john.c.biel...@kp.org NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosi

Re: Kafka Spout Warnings

2014-09-03 Thread Nick Beenham
Just the default... # Log Retention Policy # # The following configurations control the disposal of log segments. The policy can # be set to delete segments after a period of time, or after a given size has accumulated. # A segment will b

Re: Kafka Spout Warnings

2014-09-03 Thread Harsha
Hi Nick, Whats your log.retention set on kafka. It might be that kafka is deleting your data before KafkaSpout is able to consume. -Harsha On Wed, Sep 3, 2014, at 10:01 AM, Nick Beenham wrote: We have started to see a lot of these errors within the logs, and the tuples being emitted bu

Kafka Spout Warnings

2014-09-03 Thread Nick Beenham
We have started to see a lot of these errors within the logs, and the tuples being emitted but not transferred from the spout to the bolt. Any ideas? 2014-09-03 16:18:28 s.k.KafkaUtils [WARN] Got fetch request with offset out of range: [9551]; retrying with default start offset time from config

Connection reset by peer after amount of tuples

2014-09-03 Thread Alberto Cordioli
Hi all, I searched for similar problems without any luck. I implemented a spout that continuously get this exception when emitting "more than a certain number of tuples". I was not able to understand how much this amount is, but I emit tuples in the order of millions per seconds. I've seen that ot

Re: Issues with Topology with Kafka Spout

2014-09-03 Thread Harsha
Vikas, "Kafka server is started with default properties except the log retention period being 15 minutes" This seems very aggressive log retention on kafka side hence you might be running into "Got fetch request with offset out of range" " Too many failed messages at spout. I assumed that

Re: REMOTE MODE STORM DEV

2014-09-03 Thread Harsha
Pavan, Which user starting the storm daemons, from your previous emails its looks like you are starting them as user "storm" . storm dir is owned by root and storm daemons tries to write to storm-local and also log files which might be what causing issues. I recommend you to go through this

Re: Isolation Scheduler resources

2014-09-03 Thread Michael Vogiatzis
TL;DR: I want to verify that assigning one bolt tasks to a worker by implementing a scheduler prevents the EvenScheduler from assigning any other tasks to that worker slot. I am trying to assign all tasks of a specific bolt to one machine and let the even scheduler do the rest. I have specified t

Re: Please fix the code samples in the documentation

2014-09-03 Thread Andras Hatvani
Hi Taylor, Gladly! I'll look at the Getting Started and the issue tracker and come back to you on the dev list if something is unclear. Feel free to make suggestions while I'm making the first steps. Cheers, Andras > On 03 Sep 2014, at 01:30, P. Taylor Goetz wrote: > > Hi Andras, > > There a

Storm spending a long time waiting for DisruptorQueue.publish

2014-09-03 Thread Simon Cooper
I'm trying to increase the throughput of one of our trident topologies. Running a performance profile on the worker, it's spending a lot of time waiting on a ReentrantLock via executor$mk_executor_transfer_fn and DisruptorQueue.publish. My question is, why is it waiting? It's trying to send tupl

Re: storm use case questions

2014-09-03 Thread Tian Guo
Hi, All Regarding the average and standard deviation of a stream from a specific sensor, these two variables can be computed incrementally and take constant time to update. So, I do not see the burden even if the implementation is trivial. And the distributed stream processing looks like redundant

RE: REMOTE MODE STORM DEV

2014-09-03 Thread Pavan Jakati G
Hi Harsha, I am running it on single host . Attached is the storm.yaml file . Permissions of the directory is as below , ls -ld /root/apache-storm-0.9.2-incubating drwxrwxrwx 11 root root 4096 Sep 2 05:33 /root/apache-storm-0.9.2-incubating ll /root/apache-storm-0.9.2-incubating tot

Re: storm use case questions

2014-09-03 Thread Vikas Agarwal
Hi Yuheng, We are also exploring/implementing for analyzing stream of messages (twitter stream and other sources). With my short experience, one thing I came know is that a lot would depend on the parallelism of the spouts in your topology, so you can parallelize the ingestion of data using partit