-
I've been migrating my storm infrastructure over to be run by mesos and now I'm ready for the final test -- run the starter topology. Problem is there's absolutely no information anywhere on the web …
-
I have been trying with trident topology for Kafka i.e. TransactionalTridentKafkaSpout. All works fine except the Storm UI. Even though I've not produced any data to my topic, the Storm UI keeps showi…
-
Git master is throwing this exception:
```
IllegalArgumentException: Topology conf is not json-serializable
```
```
$ sparse quickstart b
Creating your b streamparse project...
create b
…
-
Hi, I've run the sparse command in the terminal and get the following result:
``` pytb
[hadi@hadi Desktop]$ sparse
Traceback (most recent call last):
File "/usr/bin/sparse", line 9, in
load_en…
-
`queries/lrb/src/test/java/storm/lrb/LRBTopologyMainTest` fails due to error `Could not locate carbonite/api__init.class`. I had to kill my local maven cache for another reason. After that the issue a…
-
[hadi@hadi STORM]$ sparse quickstart word
Creating your word streamparse project...
...
...
...
then I ran this command: cd word
sparse run
...
but the resu…
-
Does anyone have a working example of running Marceline? I went through the example provided in the README, however it appears that the spout is looking for a zookeeper connection, which of course it …
-
i'm using the framework streamparse to create storm topology. when i run my topology in local mode, my topology run on for five seconds and after that it shuttin down;
is there any solution please, ta…
-
Topology support for Storm's DRPC mechanism means the possibility of blocking processing calls without the need for an in-between solution like reading from a queue.
-
Is neccesary to perform some tests of new storm version with the connectors with kafka and hbase.
Also tests between kafka-0.8.1.1 and storm-kafka native connector should be done