Strabon
diff query2.sh @ 102:05b72446dc14
added plugin and respective repository for being able to run tomcat6/7:run and deploying/running the StrabonEndpoint.war
Currently, it fails to run, but the configuration is needed anyway (one can run tomcat:run as well)
Currently, it fails to run, but the configuration is needed anyway (one can run tomcat:run as well)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Apr 05 23:14:23 2012 +0300 (2012-04-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/query2.sh Thu Apr 05 23:14:23 2012 +0300 1.3 @@ -0,0 +1,12 @@ 1.4 +#!/bin/bash 1.5 +#BASE=/home/strabon/experiments/data/naive/10mil 1.6 +#10mil 0.01 11552771 1.7 +#100mil 0.0034 99758140 1.8 +#500mil 0.0015 512505143 1.9 +#1bil 0.001 1153249211 1.10 + 1.11 +DB="test" 1.12 + 1.13 +(cd jars/target && 1.14 +java -cp $(for file in `ls -1 *.jar`; do myVar=$myVar./$file":"; done; echo $myVar;) eu.earthobservatory.runtime.monetdb.QueryOp localhost 50000 $DB monetdb monetdb "SELECT * WHERE {?s ?p ?o} LIMIT 1" XML) 1.15 +