Re: compiling storm code with maven and using storm client

2014-04-15 Thread Carlos Rodriguez
Take a look at storm-starter project from Nathan ( https://github.com/nathanmarz/storm-starter) It uses maven to build two different jar files: one with dependencies (so you don't have to put these in the lib folder) and one without them (so you will have to provide these in the lib folder).

Storm Topology Halts

2014-04-15 Thread Michael Chang
user@storm.incubator.apache.orgHey all, Issue: We are having issues with stuck topologies. When submitted and started, our topology will start processing for a while, then completely halt for around topology.max.spout.pending seconds, after which it seems that all the in-flight tuples are

答复: Storm Topology Halts

2014-04-15 Thread 朱春来
Hi Michael Chang, Did you ack or fail tuple in the bolt timely and please check the bolt processing speed of a tuple. 发件人: Michael Chang [mailto:m...@tellapart.com] 发送时间: 2014年4月15日 16:41 收件人: user@storm.incubator.apache.org 主题: Storm Topology Halts

[storm-build-release]How to build storm release with maven

2014-04-15 Thread 李家宏
hi, all How to build a storm release from source code(=0.9.1) with maven ? Thansk -- == Gvain Email: jh.li...@gmail.com

Re: 答复: Storm Topology Halts

2014-04-15 Thread Oliver Hall
Hi Michael, We've been seeing a similar issue, after upgrading from Storm 0.8.2 to 0.9.0.1. When we start our topology, it times out every batch of events. We're using Trident, with nodes set up on AWS (see

Re: setting trident transaction window

2014-04-15 Thread Raphael Hsieh
The documentation for trident aggregations mentions that aggregations are done globally across all batches. https://github.com/nathanmarz/storm/wiki/Trident-API-Overview#aggregation-operations Is this incorrect ? When the documentation says all batches it does mean all batches across all worker

Re: 答复: Storm Topology Halts

2014-04-15 Thread Michael Chang
Hey Srinath, Yep, our ackers don't seem overloaded at all, and the behavior you are seeing sounds exactly like what we are seeing here. On Tue, Apr 15, 2014 at 6:47 AM, Srinath C srinat...@gmail.com wrote: I have been seeing this behaviour on 0.9.0.1 running on (aws non-vpc). All tuples get

Re: getting no class def fpund error when trying to run test storm locally

2014-04-15 Thread Harsha
David, looks like that article is old. Follow these instructions for running storm on windows. [1]http://ptgoetz.github.io/blog/2013/12/18/running-apache-storm-on-win dows/ -Harsha On Tue, Apr 15, 2014, at 06:57 AM, David Novogrodsky wrote: First, thanks for your help. This list is

Re: compiling storm code with maven and using storm client

2014-04-15 Thread Xing Yong
hi Harsha, i have ruby 1.8.7,but i always build it skipping test and still get the same error above when attach mvn -X output. i have tried on different machines for centos and ubuntu. i'm very confused with it. 2014-04-16 0:45 GMT+08:00 Harsha st...@harsha.io: Xing, Do you have