Question

Has any one looked at https://github.com/wurstmeister/storm-docker

How exactly do you run an example topology on the cluster?

This might be a docker question but although the project is very useful the is no simple documentation of how to run a helloworld topology on it.

Was it helpful?

Solution

you can try out https://github.com/wurstmeister/storm-kafka-0.8-plus-test for some small examples

OTHER TIPS

You can override the host address with:

storm -c nimbus.host=localhost:4242 jar class

where 4242 is the port used for the container who run the nimbus.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top