I want to try install Storm . Does Storm have distributions like Hadoop (cloudera,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Storm-starter project on GitHub is a good place to start. You can easily deploy and run local topologies (entirely on your own machine). It is useful for getting your first topology up and running.
If you want to deploy Storm to Amazon AWS you should take a look at the Storm-deploy project. This will take care of the installation of the correct dependencies on AWS (Zookeeper, etc.).
There’s a steep enough learning curve, but if you work through the online documentation you should be able to get the sample topology deployed to AWS pretty quickly.
The Storm wiki is the primary source of Storm documentation.