Strabon
changeset 428:2a00806b069b
some changes to runNoaRefinementChain.sh script (to use the now global dataset repository, jose)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Jul 12 14:23:48 2012 +0300 (2012-07-12) |
parents | c737ca026c0f |
children | ea79024a3e30 |
files | scripts/v2.2/runNoaRefinementChain.sh |
line diff
1.1 --- a/scripts/v2.2/runNoaRefinementChain.sh Thu Jul 12 13:14:17 2012 +0300 1.2 +++ b/scripts/v2.2/runNoaRefinementChain.sh Thu Jul 12 14:23:48 2012 +0300 1.3 @@ -4,6 +4,7 @@ 1.4 ENDPOINT="http://localhost:8080/endpoint" 1.5 DB="endpoint" 1.6 GRIDURL="http://kk.di.uoa.gr/grid_4.nt" 1.7 +GRIDURL="http://jose.di.uoa.gr/rdf/coastline/grid_4.nt" 1.8 1.9 CHECKDIR="/home/konstantina/allhot/" 1.10 #CHECKDIR="${HOME}/teleios/nkua/Hotspots/" 1.11 @@ -13,7 +14,8 @@ 1.12 1.13 #dataDir="http://localhost/noa-teleios/out_triples/" 1.14 #dataDir="http://kk.di.uoa.gr/out_triples/" 1.15 -dataDir="http://godel.di.uoa.gr/allhot/" 1.16 +#dataDir="http://godel.di.uoa.gr/allhot/" 1.17 +dataDir="http://jose.di.uoa.gr/rdf/hotspots/2007/" 1.18 name="HMSG2_IR_039_s7_07" 1.19 suffix=".hotspots.nt" 1.20 1.21 @@ -52,7 +54,7 @@ 1.22 tomcat="tomcat7" 1.23 elif test -s /etc/debian_version ; then 1.24 tomcat="tomcat" 1.25 - fi 1.26 + fi 1.27 } 1.28 1.29 #prin