Strabon

annotate 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)
author Babis Nikolaou <charnik@di.uoa.gr>
date Thu Apr 05 23:14:23 2012 +0300 (2012-04-05)
parents
children
rev   line source
kkyzir@32 1 #!/bin/bash
kkyzir@32 2 #BASE=/home/strabon/experiments/data/naive/10mil
kkyzir@32 3 #10mil 0.01 11552771
kkyzir@32 4 #100mil 0.0034 99758140
kkyzir@32 5 #500mil 0.0015 512505143
kkyzir@32 6 #1bil 0.001 1153249211
kkyzir@32 7
kkyzir@32 8 DB="test"
kkyzir@32 9
kkyzir@32 10 (cd jars/target &&
kkyzir@32 11 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)
kkyzir@32 12