Antoni Batchelli

Results 22 comments of Antoni Batchelli

In the latest versions of storm they have changed the method of building storm, which storm-deploy was relying on, and this breaks the deploy process because storm is built from...

The ‘master’ branch of storm deploy does not work with storm 0.9.x. I am going to push a branch of storm-deploy today with support for the latest versions. I’ll upate...

Wondering if this is an issue with the port restrictions at the EC2 level. Can you reach port 8080 if you do an wget locally to the UI? — Antoni...

In the latter case it seems like either you are having proxy issues, the maven repo is unavailable, or there is some misconfiguration in project.clj.  What happens if you do...

I don’t think storm-deploy works can authorize .pem keys (the one you specify in the ~/.pallet/config.clj file). Have you tried creating a .pub key from your .pem key and using...

created a branch 'update-clojure-jclouds' with an updated version of jclouds that doesn't have the issue with java 1.7.0_u51. Could you give it a try and see if the error goes...

I'd need more info to track down what this could be. There are two authentication steps that are needed. One is to connect to AWS, the other is to connect...

The way storm builds now has changed to maven3, and bin/build_release.sh does not exist anymore. I created issue #64 to cover this work.

The pallet-jclouds library that wraps jclouds is compatible with both 0.7 and 0.8 of pallet, so an upgrade to pallet 0.8 is not required, although largely overdue. Having said this,...

I have pushed a branch 'update-clojure-jclouds` that uses the latest jclouds version (1.7.1), and this should allow using all the newer hardware in AWS. Give it a try and report...