You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "David W. Lotts (JIRA)" <ji...@apache.org> on 2017/09/05 19:30:00 UTC

[jira] [Updated] (RYA-83) select * where { s? p? o? } query crashed

     [ https://issues.apache.org/jira/browse/RYA-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David W. Lotts updated RYA-83:
------------------------------
    Fix Version/s: 3.2.11

> select * where { s? p? o? } query crashed
> -----------------------------------------
>
>                 Key: RYA-83
>                 URL: https://issues.apache.org/jira/browse/RYA-83
>             Project: Rya
>          Issue Type: Bug
>         Environment: Accumulo 1.6.5 installed on EMR 4.6.0 (Hadoop 2.6.0)
>            Reporter: Kiet Ly
>            Assignee: David W. Lotts
>             Fix For: 3.2.11
>
>
> I ran this query using REST http://10.162.96.61:8000/web.rya/queryrdf?query=select * where { ?s ?p ?o }  and it crashed. I just want to see the triples that I had inserted. I ran the query against the RYA I built from develop branch with accumulo 1.6.5.
> The error indicate this query is not supported, "select * where { ?s ?p ?o }".  
> {code}
> java.lang.IllegalArgumentException: TriplePattern[RyaStatement{subject=null, predicate=null, object=null, context=null, qualifier=null, columnVisibility=null, value=null, timestamp=1465307441120}] not supported
> 	mvm.rya.accumulo.query.AccumuloRyaQueryEngine.queryWithBindingSet(AccumuloRyaQueryEngine.java:142)
> 	mvm.rya.accumulo.query.AccumuloRyaQueryEngine.queryWithBindingSet(AccumuloRyaQueryEngine.java:81)
> 	mvm.rya.api.persist.utils.RyaDAOHelper.query(RyaDAOHelper.java:122)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)