|
From: Daniel H. <da...@de...> - 2016-04-15 11:41:22
|
> Dear Daniel, > > afaik you need to pass the defaultGraph parameter as a command line argument to the DataLoader call (rather than providing it inside the properties file). Could you please try that? I am not sure where I have to put this option, so I tried with all possible ways: $ java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader -DdefaultGraph=http://example.org server.properties data.nq Unknown argument: -DdefaultGraph=http://example.org usage: [-closure][-verbose][-durableQueues][-namespace namespace] propertyFile (fileOrDir)+ $ java -cp blazegraph.jar -DdefaultGraph=http://example.org com.bigdata.rdf.store.DataLoader server.properties data.nq => context error $ java -DdefaultGraph=http://example.org -cp blazegraph.jar com.bigdata.rdf.store.DataLoader -DdefaultGraph=http://example.org server.properties data.nq => context error Thanks, Daniel |