Re: Storm on JDK 8

2014-07-18 Thread Haralds Ulmanis
I truns on jdk8, at least it works for me. On 18 July 2014 07:43, Anand Nalya anand.na...@gmail.com wrote: Hi, Is Storm 0.9.2 compatible with JDK 8 and can be run in production or I should stick with JDK 7? Regards, Anand

Messages in fly

2014-07-11 Thread Haralds Ulmanis
Does anyone know how to look-up current size of messages in fly ? I'm pushing messages to spout and I'd like some logic to tell that cluster is too busy.

Re: Help is processing huge data through Kafka-storm cluster

2014-06-14 Thread Haralds Ulmanis
And what about cpu/network/disk utilization ? And load factors per bolt from storm UI ? On 14 June 2014 15:53, Shaikh Riyaz shaikh@gmail.com wrote: Hi, Daily we are downloaded 28 Million of messages and Monthly it goes up to 800+ million. We want to process this amount of data through

Re: how to deploy storm-0.9.2-incubating to my own maven repos?

2014-06-11 Thread Haralds Ulmanis
Hi, If I remember right - you need to disable this plugin (comment out or delete lines): plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-release-plugin/artifactId configuration

storm-kafka external project

2014-06-02 Thread Haralds Ulmanis
First , there is small typo kind of error in: https://github.com/apache/incubator-storm/blob/master/external/storm-kafka/src/jvm/storm/kafka/PartitionManager.java line 217: if (lastCompletedOffset != lastCompletedOffset) { i guess there should be something like if (_committedTo !=