Are there any examples, tutorials, blogs, books, videos, anything that can show me how can I create a topology using Apache SAMOA?
I'm concretely interested in using SAMOA for Storm and I would like to build a topology in which one part of topology does some clustering (or association rules), but I'm not able to find not even a single example to do that. Can anyone explain how to do that? Is it even possible?
In order to work on SAMOA with STORM, you should install and configure STORM firstly.
STORM topology has several worker nodes which are nimbus, zookeeper, supervisor. These workers may reside in different machines, so, for the beginning, I suggest you to use wirbelsturm which helps you to set up virtual machines for topology with ease.
My installation steps were;
On SAMOA you should compile and package STORM,
Finally, do not forget to change configuration files;
When running on SAMOA;
If your installation & configuration is right, you should see your topology on Storm UI: http://localhost:28080/
For more and detailed infromation;
I hope this helps.