nathanmarz / storm-deploy

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

Build storm failed #60

Open bvedeler opened 10 years ago

bvedeler commented 10 years ago

I am getting the following error when using storm-deploy, which seems to occur while attempting to build Storm on the nimbus-instance:

Build storm...
Cloning into 'storm'...
remote: Reusing existing pack: 22107, done.
Receiving objects:   0% (1/22107)   
[...]
Receiving objects: 100% (22107/22107), 5.79 MiB, done.
Resolving deltas:   0% (0/13280)
[...]
Resolving deltas: 100% (13280/13280), done.
Already up-to-date.
bash: bin/build_release.sh: No such file or directory
Build storm failed
logout

Re-running the script on the same instance(s) give the same error-message.

I am launching storm-deploy with this command: lein deploy-storm --start --name storm

and I am using the latest commit on the storm-deploy master branch.

tbatchelli commented 10 years ago

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 source on the nodes. I opened issue #64 for this specific issue.

numantariq commented 10 years ago

I ran into the exact same problem. Can any one point to the last version of storm that can be used with storm deploy?

tbatchelli commented 10 years ago

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 this issue with the branch.