Pregunta

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.

¿Fue útil?

Solución

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top