From: Joakim S. <joa...@bl...> - 2016-01-20 17:06:16
|
Hi Brad I am back in office. I can't test this example query from wikidata. SELECT ?band ?bandLabel WHERE { ?band wdt:P31 wd:Q5741069 . SERVICE wikibase:label { bd:serviceParam wikibase:language "en,fr,de,he,el,fi,no,ja" . ?band rdfs:label ?bandLabel . } } limit 100 Apparently there is a bug in Blazegraph 1.5.3 whitelist mechanism that prohibits me from using this service. Still waiting to get 2.0.0 on Maven repo /Joakim > On Jan 5, 2016, at 7:51 PM, Brad Bebee <be...@sy...> wrote: > > Joakim, > > The RC1 has not yet been pushed to maven central. It is available on the legacy SYSTAP releases maven repository. With the maven updates for 2.0, you can use the com.blazegraph.bigdata-runtime artifact to pull in just the Blazegraph-specific classes. Take a look at the pom.xml for blazegraph-deb [1]. You'll need to include the repositories listed there as well currently. The blazegraph-parent/pom.xml has the properties for the required versions, which you can pull into your POM, as needed [2]. > > This should definitely get easier soon, once we make the official release. Let us know how it goes. > > Thanks, --Brad > > [1] https://github.com/blazegraph/database/blob/master/blazegraph-deb/pom.xml <https://github.com/blazegraph/database/blob/master/blazegraph-deb/pom.xml> > > [2] https://github.com/blazegraph/database/blob/master/blazegraph-parent/pom.xml <https://github.com/blazegraph/database/blob/master/blazegraph-parent/pom.xml> > > > > On Tue, Jan 5, 2016 at 4:16 PM, Joakim Soderberg <joa...@bl... <mailto:joa...@bl...>> wrote: > Hi, > Can I get the new Blazegraph 2.0.0 from Maven? I am searching for blaze graph and bigdata in maven repo but can’t find it. > > Basically what I would like to know is what to put in my pom.xml file to get 2.0.0? > > > /Joakim > > >> On Dec 22, 2015, at 12:59 PM, Brad Bebee <be...@sy... <mailto:be...@sy...>> wrote: >> >> Blazegraphers, >> >> 2.0.0 RC1 is available. See [1] for more details. We wanted to give the Blazegraph community a chance to take a peak at 2.0 and give us feedback. Download it, clone it, have it sent via carrier pigeon (transportation charges may apply), but definitely take a look at let us know your thoughts. Please send general questions to the mailing list and report any bugs in JIRA against the 2.0.0 release. >> >> 1. Blazegraph is now on github for open source releases: https://github.com/blazegraph/database <https://github.com/blazegraph/database>: gi...@gi...:blazegraph/database.git >> >> 2. Blazegraph has been "mavenized". See [2] in particular for setting up the development environment. >> >> 3. The default service URL has changed to /blazegraph/ from /bigdata/. bigdata.jar and bigdata.war continue to support the /bigdata/ endpoint. >> >> 4. There are now Debian and RPM deployers available among other options. >> >> [1] https://blog.blazegraph.com/?p=977 <https://blog.blazegraph.com/?p=977> >> >> [2] https://wiki.blazegraph.com/wiki/index.php/MavenNotes#Getting_Started_Developing_with_Eclipse <https://wiki.blazegraph.com/wiki/index.php/MavenNotes#Getting_Started_Developing_with_Eclipse> >> >> Cheers, --Brad >> >> -- >> _______________ >> Brad Bebee >> CEO, Managing Partner >> SYSTAP, LLC >> e: be...@sy... <mailto:be...@sy...> >> m: 202.642.7961 <tel:202.642.7961> >> f: 571.367.5000 <tel:571.367.5000> >> w: www.blazegraph.com <http://www.blazegraph.com/> >> >> Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Mapgraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. >> >> CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Bigdata-developers mailing list >> Big...@li... <mailto:Big...@li...> >> https://lists.sourceforge.net/lists/listinfo/bigdata-developers <https://lists.sourceforge.net/lists/listinfo/bigdata-developers> > > > > > -- > _______________ > Brad Bebee > CEO, Managing Partner > SYSTAP, LLC > e: be...@sy... <mailto:be...@sy...> > m: 202.642.7961 > f: 571.367.5000 > w: www.blazegraph.com <http://www.blazegraph.com/> > > Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Mapgraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. > > CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. > > |