Hi,
Are you sure you called "new EvenScheduler().schedule(topologies,
cluster);" at the end of the schedule method?
Ahmed
On 11/06/2014 08:01 AM, swapnil joshi wrote:
Hi Storm,
I am new with storm. I want schedule my topology. I got some use full
inofrmation on following address :
http://xumingming.sinaapp.com/885/twitter-storm-how-to-develop-a-pluggable-scheduler/
But when i am submitting my topology to my storm cluster.
special spout is running on special supervisor machine but it does not
start may other bolt.
At nimbus log, I got following error :
2014-11-05 19:24:55 b.s.d.nimbus [INFO] Executor
special-topology-1-1415195688:[3 3] not alive
2014-11-05 19:24:55 b.s.d.nimbus [INFO] Executor
special-topology-1-1415195688:[4 4] not alive
2014-11-05 19:24:55 b.s.d.nimbus [INFO] Executor
special-topology-1-1415195688:[1 1] not alive
2014-11-05 19:25:05 b.s.d.nimbus [INFO] Executor
special-topology-1-1415195688:[3 3] not alive
2014-11-05 19:25:05 b.s.d.nimbus [INFO] Executor
special-topology-1-1415195688:[4 4] not alive
2014-11-05 19:25:05 b.s.d.nimbus [INFO] Executor
special-topology-1-1415195688:[1 1] not alive
Why He can't start other worker on other machine
Technical Specification :
I am using storm-0.9.0.1 version.
I have two machine
nimbus : 192.168.1.13
normal-supervisor : 192.168.1.13
special-supervisor : 192.168.1.2
I am waiting for user valuable guidance.
Thank You In advance :)
--
Regards,
Swapnil K. Joshi