Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build storm failed #60

Open
bvedeler opened this issue Mar 22, 2014 · 3 comments
Open

Build storm failed #60

bvedeler opened this issue Mar 22, 2014 · 3 comments

Comments

@bvedeler
Copy link

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
Copy link
Collaborator

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
Copy link

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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants