Re: running multiple topologies in same cluster

2016-02-04 Thread Spico Florin
Hello! Thank you all for your answers! I guess I'll wait for adding in support for resource aware scheduling in a multi-tenant stand alone storm cluster. Regards, Florin On Tue, Feb 2, 2016 at 1:00 AM, Erik Weathers wrote: > hi Spico, > > As Bobby said, native Storm is

Big fat jar

2016-02-04 Thread Spico Florin
Hello! After building my project that comtaint the topology, I have a big fat jar of 75MB. I have dependencies on HBase, OpenTSDB and Kafka. I would like to reduce the size of the the jar due to the fact that we can a lot of instances of the topology running (aprox 100). I have read in two

How to implement an example bolt with the Apache Storm javascript module?

2016-02-04 Thread David Luu
Forgot that there was an official mailing list. Here's my post: http://stackoverflow.com/questions/35214045/how-to-implement-an-example-bolt-with-the-apache-storm-javascript-module Any help appreciated.

Re: Storm + HDFS

2016-02-04 Thread K Zharas
Thank you for your reply, it worked. However, I got an another problem. Basically, I'm trying to implement HDFSBolt in Storm. I wanted to start with basic one, so used TestWordSpout provided by Storm. I can successfully compile and submit the topology, but it doesn't write into HDFS. In