Open joshjdevl opened 10 years ago
Hi joshjdevl, I am not sure whether this can be done. If we look at code from the Storm project:
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!
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.
How do I run multiple supervisors on the same physical node?