Frage

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.

War es hilfreich?

Lösung

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

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top