Hi,
When I try to compile blazeGraph_2.0 with maven install i get the following error in ( Blazegraph Debian Package ) :
Caused by: org.vafer.jdeb.shaded.bc.openpgp.PGPException: Specified key null does not exist in key ring java.io.FileInputStream@3cac0d9
at org.vafer.jdeb.signing.PGPSigner.<init>(PGPSigner.java:60)
at org.vafer.jdeb.DebMaker.makeDeb(DebMaker.java:282)
... 23 more</init>
Can any one tell me what's wrong ?
Thank's. R
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The pom contains a number of deployment artifacts with code signing, etc.
If you just want to build the development artifacts, the best way is
./scripts/mavenInstall.sh.
Hi,
When I try to compile blazeGraph_2.0 with maven install i get the
following error in ( Blazegraph Debian Package ) :
Caused by: org.vafer.jdeb.shaded.bc.openpgp.PGPException: Specified key
null does not exist in key ring java.io.FileInputStream@3cac0d9
at org.vafer.jdeb.signing.PGPSigner.<init>(PGPSigner.java:60)
at org.vafer.jdeb.DebMaker.makeDeb(DebMaker.java:282)
... 23 more</init>
In BlazeGraph 1.5,
running ant install-artifact, creates DIST.${DIST}.tgz
but I can not reproduce this with BlazeGraph 2.0, I try also mvn install but still not work ( for me ) !
Is this documentation valid for setting up a cluster on BlazeGraph 2.0 or there some changes to do ??
Thank's. R
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you. With 2.0.0, the equivalent for install-artifact is in
blazegraph-tgz [1], which you can build with "mvn package assembly:single"
in the blazegraph-tgz directory. Starting in release 2.0.0, the Scale-out
and HA capabilities are moved to Enterprise features. These are available
to uses with support and/or license subscription. If you are an existing
GPLv2 user of these features, we have some easy ways to migrate; just let
us know.
In BlazeGraph 1.5,
running ant install-artifact, creates DIST.${DIST}.tgz
but I can not reproduce this with BlazeGraph 2.0, I try also mvn install
but still not work ( for me ) !
Is this documentation valid for setting up a cluster on BlazeGraph 2.0 or
there some changes to do ??
Hi Brad,
Just to be sure I understand, HA and Scale-out are available in BlazeGraph 1.5 in GPLv2 and these features are moved to Entreprise version in blazeGraph 2.0.0 ?
Thank you. R
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Brad,
Just to be sure I understand, HA and Scale-out are available in BlazeGraph
1.5 in GPLv2 and these features are moved to Entreprise version in
blazeGraph 2.0.0 ?
Hi,
When I try to compile blazeGraph_2.0 with maven install i get the following error in ( Blazegraph Debian Package ) :
Caused by: org.vafer.jdeb.shaded.bc.openpgp.PGPException: Specified key null does not exist in key ring java.io.FileInputStream@3cac0d9
at org.vafer.jdeb.signing.PGPSigner.<init>(PGPSigner.java:60)
at org.vafer.jdeb.DebMaker.makeDeb(DebMaker.java:282)
... 23 more</init>
Hello,
The pom contains a number of deployment artifacts with code signing, etc.
If you just want to build the development artifacts, the best way is
./scripts/mavenInstall.sh.
See
https://wiki.blazegraph.com/wiki/index.php/MavenNotes#I_just_want_to_clone_it_and_run.21
Thanks, --Brad
On Tue, Feb 16, 2016 at 11:28 AM, yahi rac021@users.sf.net wrote:
Thank you for your response Brad,
I would like to set up a cluster ( scale-out bigdata ), for that I am following the instructions mentioned in the document : https://wiki.blazegraph.com/wiki/index.php/ScaleOutCI,
In BlazeGraph 1.5,
running ant install-artifact, creates DIST.${DIST}.tgz
but I can not reproduce this with BlazeGraph 2.0, I try also mvn install but still not work ( for me ) !
Is this documentation valid for setting up a cluster on BlazeGraph 2.0 or there some changes to do ??
Thank's. R
Thank you. With 2.0.0, the equivalent for install-artifact is in
blazegraph-tgz [1], which you can build with "mvn package assembly:single"
in the blazegraph-tgz directory. Starting in release 2.0.0, the Scale-out
and HA capabilities are moved to Enterprise features. These are available
to uses with support and/or license subscription. If you are an existing
GPLv2 user of these features, we have some easy ways to migrate; just let
us know.
[1] https://github.com/blazegraph/database/tree/master/blazegraph-tgz
On Tue, Feb 16, 2016 at 4:08 PM, yahi rac021@users.sf.net wrote:
Hi Brad,
Just to be sure I understand, HA and Scale-out are available in BlazeGraph 1.5 in GPLv2 and these features are moved to Entreprise version in blazeGraph 2.0.0 ?
Thank you. R
Yahi,
Thank you. Yes, the 2.0.0 release moved HA and Scale-out as enterprise
features. The 1.5 versions are available under the GPLv2 license.
Thanks, --Brad
On Wed, Feb 17, 2016 at 3:30 AM, yahi rac021@users.sf.net wrote:
Thank you very much Brad.
R.