使用wikidata-query-rdf工具/ Blazegraph / ./loadRestAPI.sh时出现HTTP错误404

时间:2019-07-19 20:19:50

标签: wikidata wikidata-api

我试图将wikidump加载到balzegraph中,但是我一直收到HTTP 404错误 我运行此命令

$ ./loadRestAPI.sh -n wdq -d `pwd`/data/split/wikidump-000000001.ttl.gz

如其指南https://github.com/wikimedia/wikidata-query-rdf/blob/master/docs/getting-started.md

中所述

我得到这个输出

Loading with properties...
quiet=false
verbose=0
closure=false
durableQueues=true
#Needed for quads
#defaultGraph=
com.bigdata.rdf.store.DataLoader.flush=false
com.bigdata.rdf.store.DataLoader.bufferCapacity=100000
com.bigdata.rdf.store.DataLoader.queueCapacity=10
#Namespace to load
namespace=wdq
#Files to load
fileOrDirs=/d/wikidata-query-rdf/dist/target/service-0.3.2-SNAPSHOT/data/split/wikidump-000000001.ttl.gz
#Property file (if creating a new namespace)
propertyFile=/d/wikidata-query-rdf/dist/target/service-0.3.2-SNAPSHOT/RWStore.properties
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /bigdata/dataloader. Reason:
<pre>    Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.12.v20180830</a><hr/>

</body>
</html>

这是什么问题?

0 个答案:

没有答案