Re: select * where { s? p? o? } query

2017-01-04 Thread John Smith
Thank you! I got it to work using your suggestion. Here is a pull request with this capability (https://github.com/apache/incubator-rya/pull/136). I just had to added this NullRowTriplePatternStrategy to RyaTripleContext default triple pattern strategies, so that it is used :) On Wed, Jan 4,

Re: select * where { s? p? o? } query

2017-01-04 Thread David Lotts
The error is thrown here: rya/dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/query/AccumuloRyaQueryEngine.java line 142 strategy = ryaContext.retrieveStrategy(stmt); if (strategy == null) { throw new

Re: January podling report draft - please comment

2017-01-04 Thread Adina Crainiceanu
I submitted the report on the incubator page. Mentor signoff is due January 10. Thank you all for your help. Below is the submitted version: Rya Rya (pronounced "ree-uh" /rēə/) is a cloud-based RDF triple store that supports SPARQL queries. Rya is a scalable RDF data management system built on