storm-deploy icon indicating copy to clipboard operation
storm-deploy copied to clipboard

Build storm failed

Open bvedeler opened this issue 11 years ago • 3 comments

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.

bvedeler avatar Mar 22 '14 16:03 bvedeler

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.

tbatchelli avatar Apr 04 '14 02:04 tbatchelli

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

numantariq avatar Apr 09 '14 15:04 numantariq

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.

tbatchelli avatar Apr 09 '14 15:04 tbatchelli