Вопрос

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.

Это было полезно?

Решение

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

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top