Skip to content

dmnpignaud/storm-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This project makes it dead-simple to deploy Storm clusters on AWS. See the wiki for instructions on using this deploy.

AWS regional deploy.

Make sure your ~/.pallet/config.clj contains (example for eu-west-1):

         :jclouds.regions "eu-west-1"
     :jclouds.ec2.cc-regions "eu-west-1"

Make sure you find appropriate images available in your region and place them in conf/clusters.yaml (example for eu-west-1)

nimbus.image: "eu-west-1/ami-1a0f3d6e" #64-bit ubuntu nimbus.hardware: "m1.large"

supervisor.count: 1 supervisor.image: "eu-west-1/ami-1a0f3d6e" #64-bit ubuntu on eu-west-1 supervisor.hardware: "m1.large" #supervisor.spot.price: 1.60

zookeeper.count: 1 zookeeper.image: "eu-west-1/ami-1a0f3d6e" #64-bit ubuntu zookeeper.hardware: "m1.large"

Acknowledgements

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

About

One click deploy for Storm clusters on AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%