|
From: Michael S. <ms...@me...> - 2016-04-15 12:27:30
|
Hi Daniel, please try > java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader -defaultGraph http://example.org server.properties data.nq Best, Michael > On 15 Apr 2016, at 13:41, Daniel Henández <da...@de...> wrote: > > >> 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 > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers |