TransforMap / docker-wikibase-query-service

Dockerized wikidata-query-rdf
https://query.base.transformap.co/bigdata
4 stars 0 forks source link

Second installation step, loading data, fails #1

Open almereyda opened 8 years ago

almereyda commented 8 years ago

A detailed explanation of the issue can be found at https://tree.taiga.io/project/transformap/task/353

smalyshev commented 8 years ago

Try adding "-- -w base.transformap.co" to munger.sh invocation. By default it assumes URI scheme is wikidata one. It needs to change if your hosts uses different URIs.

almereyda commented 8 years ago

Inside the container

root@31259ee9fbac:~/wikidata-query-rdf/dist/target/service# java -cp lib/wikidata-query-tools-0.2.2-jar-with-dependencies.jar org.wikidata.query.rdf.tool.Munge -f /source.ttl.gz -t /data/wikidump-$(date +%Y%m%d).ttl.gz -w base.transformap.co

creates the file /data/wikidump-%09d.ttl.gz.

How come the org.wikidata.query.rdf.tool.Munge class does not pick up this filename pattern, known from Munge.sh?