That will happen if you don’t have a GPG key setup, but the error is benign — 
the distribution archive will be created, it just won’t be signed. Or you can 
skip it as you’ve done.

-Taylor

> On Nov 13, 2015, at 2:50 PM, Rodrigo Valladares <[email protected]> 
> wrote:
> 
> That worked when I skipped gpg authentication:
> mvn package -Dgpg.skip=true
> 
> When I used mvn package I got the following error:
> 
> [INFO] --- maven-gpg-plugin:1.6:sign (default) @ apache-storm-bin ---
> 
> gpg: no default secret key: No secret key
> 
> 
> gpg: signing failed: No secret key
> 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (default) on project 
> apache-storm-bin: Exit code: 2 -> [Help 1]
> 
> Thanks
> 
> 
> 2015-11-13 12:16 GMT-06:00 Parth Brahmbhatt <[email protected] 
> <mailto:[email protected]>>:
> See if the following works for you.
> 
> cd $STORM/storm-dist/binary
> mvn package
> cd target && tar xvf apache-storm-$version.tar.gz
> cd apache-storm-$version
> bin/storm nimbus
> 
> Thanks
> Parth
> 
> From: Rodrigo Valladares <[email protected] 
> <mailto:[email protected]>>
> Reply-To: "[email protected] <mailto:[email protected]>" 
> <[email protected] <mailto:[email protected]>>
> Date: Friday, November 13, 2015 at 11:01 AM
> To: "[email protected] <mailto:[email protected]>" 
> <[email protected] <mailto:[email protected]>>
> Subject: Compiling and executing storm
> 
> Hello
> 
> I am a newbie in storm and I want to start looking and hacking the source 
> code. I downloaded the release version and executed it in my cluster. I am 
> having a bit of hard time compiling the code from source and them setting up 
> the cluster from my own compiled version. When I execute the bin/storm nimbus 
> script I am getting the following message:
> 
> The storm client can only be run from within a release. You appear to be 
> trying to run the client from a checkout of Storm's source code.
> 
> You can download a Storm release at http://storm-project.net/downloads.html 
> <http://storm-project.net/downloads.html>
> Have any of you compiled storm from source?
> Can you give me any tips on how to do that.
> 
> 
> 
> Thank you
> Rodrigo Valladares Cotta
> Master's Student, Computer Science
> University of Nebraska-Lincoln
> 
> 
> 
> --
> Rodrigo Valladares Cotta
> Master's Student, Computer Science
> University of Nebraska-Lincoln

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to