viki-org / storm-docker

Making multiple server Storm setups easy, in Docker
Apache License 2.0
41 stars 14 forks source link

Multiple supervisors same physical node? #3

Open joshjdevl opened 10 years ago

joshjdevl commented 10 years ago

How do I run multiple supervisors on the same physical node?

yanhan commented 10 years ago

Hi joshjdevl, I am not sure whether this can be done. If we look at code from the Storm project:

https://github.com/apache/incubator-storm/blob/b1c5e7eae5b647b13df5b82990eed5f3bbea9d81/conf/defaults.yaml#L77

It seems that every Storm supervisor has to make use of the listed ports. I may be wrong though. Your best bet will be to post a question on the Storm mailing list. Details are available here: https://storm.incubator.apache.org/community.html

Best of luck for this one!

joshjdevl commented 10 years ago

Hi,

I've been able to run multiple supervisors as long as the ports are allocated to different ports. I've been able to do this with the local storm-docker from https://github.com/fhussonnois/docker-storm for instance.

Though for some reason the viki startup doesn't allocate separate ports and doesn't allow startup of multiple supervisors.