Re: Storm recent build problems

2016-02-24 Thread Abhishek Agarwal
Robert, Running a topology in local mode launches in-process zookeeper which by default binds to 2000. https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/zookeeper/Zookeeper.java#L284 @Rodrigo It is possible that you are killing the local cluster just after you spawn i

Re: Storm recent build problems

2016-02-24 Thread Bobby Evans
Inside the log for your worker it shows that you have the config "storm.zookeeper.port" 2000, Not sure where it came from, but it is in your config.  - Bobby On Wednesday, February 24, 2016 3:04 PM, Bobby Evans wrote: the master branch has been going through a lot of changes lately. 

Re: Storm recent build problems

2016-02-24 Thread Bobby Evans
the master branch has been going through a lot of changes lately.  We are in the process of merging with the JStorm project and as such we expect there to be some instability.  We are trying to keep the build so it continues to pass all tests and could be released if need be, but as expected wit

Storm recent build problems

2016-02-24 Thread Rodrigo Valladares
I was trying to build the current github version and run it to do some experiments with the new LoadAwareGrouping, but I am having some problems running topologies with it. Nimbus and supervisor start and from the UI you see workers and executors are all allocated, but no tuple is processed. I trie