Domanda

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.

È stato utile?

Soluzione

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

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top