|
From: Daniel H. <da...@de...> - 2016-04-14 20:24:29
|
Hi, I am trying to load quads into Blazegraph 2.1.0 using the bulk loader. java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader config.properties data.nq The documentation [1] said that I have to set the defaultGraph property when loading quads (because some statements are triples). Thus, I added the line defaultGraph=http://example.org to the properties file. However, it continues producing a context error. I think that I'm not doing this properly. So, how can I specify the defaultGraph? (I first asked in Stackoverflow [2]. I guess that this mailing list has more readers.) [1]: https://wiki.blazegraph.com/wiki/index.php/REST_API#Context_Not_Bound_Error_.28Quads_mode_without_defaultGraph.29 [2]: http://stackoverflow.com/questions/36629199/how-to-load-quads-using-the-bulk-loader Cheers, Daniel |
|
From: Brad B. <be...@bl...> - 2016-04-14 20:32:33
|
Daniel, I believe you need < > around the URI: <http://example.org>. Let us know how it goes. Thanks, Brad _______________ Brad Bebee CEO, Managing Partner SYSTAP, LLC e: be...@sy... m: 202.642.7961 f: 571.367.5000 w: www.systap.com Blazegraph™ is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. MapGraph™ is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. On Apr 14, 2016 4:24 PM, "Daniel Henández" <da...@de...> wrote: > Hi, > > I am trying to load quads into Blazegraph 2.1.0 using the bulk loader. > > java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader > config.properties data.nq > > The documentation [1] said that I have to set the defaultGraph property > when > loading quads (because some statements are triples). Thus, I added > the line > > defaultGraph=http://example.org > > to the properties file. However, it continues producing a context error. > I think > that I'm not doing this properly. So, how can I specify the defaultGraph? > > (I first asked in Stackoverflow [2]. I guess that this mailing list has > more > readers.) > > [1]: > > https://wiki.blazegraph.com/wiki/index.php/REST_API#Context_Not_Bound_Error_.28Quads_mode_without_defaultGraph.29 > [2]: > > http://stackoverflow.com/questions/36629199/how-to-load-quads-using-the-bulk-loader > > Cheers, > 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 > |
|
From: Daniel H. <da...@de...> - 2016-04-14 22:03:58
|
El 14/04/16 a las 17:32, Brad Bebee escribió: > > Daniel, > > I believe you need < > around the URI: <http://example.org>. > > Let us know how it goes. > Brad, I tried with the line defaultGraph=<http://example.org> in the properties file, but I got the same error: "context not bound". Thanks, Daniel |
|
From: Brad B. <be...@bl...> - 2016-04-15 01:00:30
|
Daniel, Can you post your configuration file for the bulk loader? Thanks, --Brad On Thu, Apr 14, 2016 at 6:03 PM, Daniel Henández <da...@de...> wrote: > > El 14/04/16 a las 17:32, Brad Bebee escribió: > > > > Daniel, > > > > I believe you need < > around the URI: <http://example.org>. > > > > Let us know how it goes. > > > Brad, I tried with the line > > defaultGraph=<http://example.org> > > in the properties file, but I got the same error: "context not bound". > > 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 > -- _______________ Brad Bebee CEO Blazegraph e: be...@bl... m: 202.642.7961 w: www.blazegraph.com Blazegraph products help to solve the Graph Cache Thrash to achieve large scale processing for graph and predictive analytics. Blazegraph is the creator of the industry’s first GPU-accelerated high-performance database for large graphs, has been named as one of the “10 Companies and Technologies to Watch in 2016” <http://insideanalysis.com/2016/01/20535/>. Blazegraph Database <https://www.blazegraph.com/> is our ultra-high performance graph database that supports both RDF/SPARQL and Apache TinkerPop™ APIs. Blazegraph GPU <https://www.blazegraph.com/product/gpu-accelerated/> andBlazegraph DAS <https://www.blazegraph.com/product/gpu-accelerated/>L are disruptive new technologies that use GPUs to enable extreme scaling that is thousands of times faster and 40 times more affordable than CPU-based solutions. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC DBA Blazegraph. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. |
|
From: Daniel H. <da...@de...> - 2016-04-15 01:38:05
|
> Daniel, > > Can you post your configuration file for the bulk loader? Brad, I put the steps and files to reproduce my problem in: https://daniel.degu.cl/en/issues/issue-0001 Thanks, Daniel |
|
From: Michael S. <ms...@me...> - 2016-04-15 07:21:19
|
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? Best, Michael > On 15 Apr 2016, at 03:37, Daniel Henández <da...@de...> wrote: > > >> Daniel, >> >> Can you post your configuration file for the bulk loader? > > Brad, I put the steps and files to reproduce my problem in: > > https://daniel.degu.cl/en/issues/issue-0001 > > 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 |
|
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 |
|
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 |
|
From: Daniel H. <da...@de...> - 2016-04-15 12:39:19
|
El 15/04/16 a las 09:27, Michael Schmidt escribió: > Hi Daniel, > > please try > > > java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader > -defaultGraph http://example.org server.properties data.nq > It works! The usage message did not include the option -defaultGraph. I could not have solved this without your help. Thanks, Daniel |
|
From: Michael S. <ms...@me...> - 2016-04-15 12:44:59
|
Glad I could help — you’re right, I’ve created https://jira.blazegraph.com/browse/BLZG-1886 <https://jira.blazegraph.com/browse/BLZG-1886> as a follow-up to improve the usage message with all available options. Best, Michael > On 15 Apr 2016, at 14:39, Daniel Henández <da...@de...> wrote: > > El 15/04/16 a las 09:27, Michael Schmidt escribió: >> Hi Daniel, >> >> please try >> >> > java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader -defaultGraph <http://example.org/>http://example.org <http://example.org/> server.properties data.nq >> > > It works! The usage message did not include the option -defaultGraph. I could not have solved this without your help. > > 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 |