-
Jumping the gun here, but storm ~0.11~ 1.0 supports HA nimbus when released: https://github.com/apache/storm/pull/354. It would be extremely nice if the mesos storm framework supported this directly. …
-
Hi there,
Thanks much for this contrib.
We kind of design a log aggregating system which collects logs from sources. The system puts all the log lines into a single Kafka topic. With the help of storm…
-
@soniclavier Hey great work and the blog! I was trying the storm kafka code. I'm interested to try kafka-> storm-> cassandra or hadoop.. I'm sorry can you tell me which code blocks needs to be comment…
-
Nimbus needs to store submitted topologies locally in storm.local.dir. Failover in marathon will start with an empty directory and topologies will not be able to start new workers. There is no high av…
-
SubmitStormTopology.ps1 does not work
I executed SubmitStormTopology.ps1 script and I got an error:
PS D:\GIT\hdinsight-storm-examples\scripts\storm> .\SubmitStormTopology.ps1 -ClusterUrl "https://s…
-
Hi,
When starting supervisor container, it will try to write config under /user/xx/.storm/appattempt_xx/conf. When starting multiple supervisors, they will share the same path. Then one supervisor ma…
-
"There can an analogy within the docs between Wallaroo and more known pipelines like Apache Storm so that experienced developers will be able to grasp the concepts faster and apply them based on their…
-
I'm trying to write to CF created with CQL3 but I'm getting an error.
I'm using the same config I used with CLI created CF. Do I have to make any changes?
Thanks.
```
5981 [batch-bolt-thread] WARN …
-
-
jstorm 整合 springboot 过程中产生了依赖冲突,报错如下:
java.lang.NoSuchMethodError: org.apache.curator.utils.PathUtils.validatePath(Ljava/lang/String;)Ljava/lang/String; , at 2019-01-08 10:44
at org.apache.curator…