Revision: 3870
http://bigdata.svn.sourceforge.net/bigdata/?rev=3870&view=rev
Author: thompsonbry
Date: 2010-11-02 16:32:36 +0000 (Tue, 02 Nov 2010)
Log Message:
-----------
Javadoc edits. The SPARQL test suite passes for me against a 2DS federation.
Modified Paths:
--------------
branches/QUADS_QUERY_BRANCH/bigdata-sails/src/test/com/bigdata/rdf/sail/tck/BigdataFederationSparqlTest.java
Modified: branches/QUADS_QUERY_BRANCH/bigdata-sails/src/test/com/bigdata/rdf/sail/tck/BigdataFederationSparqlTest.java
===================================================================
--- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/test/com/bigdata/rdf/sail/tck/BigdataFederationSparqlTest.java 2010-11-02 15:56:07 UTC (rev 3869)
+++ branches/QUADS_QUERY_BRANCH/bigdata-sails/src/test/com/bigdata/rdf/sail/tck/BigdataFederationSparqlTest.java 2010-11-02 16:32:36 UTC (rev 3870)
@@ -54,6 +54,15 @@
* Runs the SPARQL test suite against a {@link JiniFederation}, which must be
* already deployed. Each test in the suite is run against a distinct quad store
* in its own bigdata namespace.
+ * <p>
+ * To run this test suite, you need to have a deployed federation. You then specify
+ * the configuration file for that deployed federation. If sysstat is in a non-default
+ * location, then it is convenient (but not necessary) to also specify its path. For
+ * example:
+ * <pre>
+ * -Dbigdata.configuration=/nas/bigdata/benchmark/config/bigdataStandalone.config
+ * -Dcom.bigdata.counters.linux.sysstat.path=/usr/local/bin
+ * </pre>
*
* @author <a href="mailto:dm...@us...">David MacMillan</a>
* @author <a href="mailto:tho...@us...">Bryan Thompson</a>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|