Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 2.92 KB

BUILD.md

File metadata and controls

70 lines (49 loc) · 2.92 KB

Build

SPARQL Query Benchmarker uses a multi-module maven build.

Running mvn package in this directory will build all components. You will find the API under core/target and the CLI under cmd/target

The CLI builds as a shaded JAR incorporating all dependencies so can be run directly without needing to provide the dependencies directly. See the various scripts for different ways of invoking this.

Building for an alternate Java Version

By default the project is set up to build for Java 7.
You can change what version it is built for by setting the jdk.target property, for example to build for Java 8:

mvn package -Djdk.target=1.8

Note that the mimimum Java version supported is Java 7 since some of our dependencies require Java 7

Scripts

makeSrcDistro will generate a tar ball of this folder and all subfolders that excludes any built artifacts (the target directories)

License

Copyright 2011-2014 Cray Inc. All Rights Reserved

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name Cray Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Acknowledgments

SPARQL Query Benchmarker uses the the Apache Jena ARQ query engine for issuing queries and parsing the results - http://jena.apache.org

Uses SP2B queries under the BSD license from http://dbis.informatik.uni-freiburg.de/forschung/projekte/SP2B/

Uses LUBM queries from academic paper:

GUO, Y., PAN, Z., HEFLIN, J.. LUBM: A Benchmark for OWL Knowledge Base Systems. Web Semantics: Science, Services and Agents on the World Wide Web, North America, 3, mar. 2011. Available at: http://www.websemanticsjournal.org/index.php/ps/article/view/70/68. Date accessed: 01 Jun. 2012.