Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-31 Thread Michael G. Noll
On 03/28/2014 01:46 PM, Spico Florin wrote: > Hello, all! > Thank you very much for your helpful responses. Regarding Wirbelsturm, > even it looks quite appealing at the first glance, in my opinion it is a > little bit complex > (https://github.com/miguno/wirbelsturm/blob/master/docs/AWS.md) than

Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-28 Thread Spico Florin
Hello, all! Thank you very much for your helpful responses. Regarding Wirbelsturm, even it looks quite appealing at the first glance, in my opinion it is a little bit complex ( https://github.com/miguno/wirbelsturm/blob/master/docs/AWS.md) than the initial storm-deploy. It is still in beta versio

Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-27 Thread Sasi Panja
Hi Florin, The cluster consisted of 1 master, 1 zookeeper, and 5 workers (test env) and it took about 10 minutes for everything to be up and view the UI console. The storm-deploy script was run from another ec2 machine running in the same zone. I was then able to run my topology in less than 2 min

Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-27 Thread Yi Wang
current storm-deply script currently points to https://github.com/nathanmarz/storm 0.9.0.1 is the latest tag that works - Yi - Yi On Wed, Mar 26, 2014 at 6:01 AM, Spico Florin wrote: > Hello! > I would like to know what changes should be applied to the storm-deploy > script (https://github

Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-27 Thread Marc Vaillant
Hi Florin, I just wanted to suggest that you also look at Wirbelsturm by Michael Noll as an alternative to storm-deploy https://github.com/miguno/wirbelsturm. I think that you will find it more complete, better documented, and more mainstream because it uses vagrant and puppet instead of pallet

Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-27 Thread Spico Florin
Hello, Sasi! Thank your very much for your response.Due to the fact that I would like to deploy also a Storm application on Amazon, it really helps to spare time . If it possible, just as an information, do you have some measurement on how much time did take the cluster to be up and running? Bes

Re: Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-26 Thread Sasi Panja
I was able to deploy and run 0.9.0-rc2 on EC2 using https://github.com/nathanmarz/storm-deploy After following the instructions from the wiki and updating the configuration files, the following command worked for me : *lein deploy-storm --start --name yourclustername --branch master --commit

Can be storm-deploy script used for deploying storm 0.9.x version on Amazon?

2014-03-26 Thread Spico Florin
Hello! I would like to know what changes should be applied to the storm-deploy script (https://github.com/nathanmarz/storm-deploy) in order to install it on Amazon? Thank you in advance. Regards, Florin