nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

Storm deploy Default JDK - java 1.6 #74

Open ashokkumar-dhanavel opened 9 years ago

ashokkumar-dhanavel commented 9 years ago

Trying to install Storm Cluster using storm-deploy branch (install-0.9.1) ( storm commit 78d431828e88c35e55e2a7a9ad66d2ce6f8bcd07). By default the Storm-deploy using java 1.6 open jdk in all the nodes. Basically I'm trying to use kinesis storm spout (https://github.com/awslabs/kinesis-storm-spout) to connect kinesis stream. This project was built using java 1.7 or later. So I'm not able connect to kinesis stream. So please specify, what are the changes to be made in storm deploy to install java 1.7 open JDK in all nodes.