Uploaded image for project: 'Rya'
  1. Rya
  2. RYA-494

Shell insert and query bug.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.0.0
    • 4.0.0
    • None
    • None

    Description

      Using the Rya Shell:

      1. Connect to a cluster of Accumulo.
      2. Install an instance of Rya that has all secondary indexers and the sharding turned off.
      3. Connect to that instance of rya.
      4. Load the following N-Triples file into it:
        1. <urn:Alice> <urn:talksTo> <urn:Bob>.
          <urn:Bob> <urn:talksTo> <urn:Alice>.
          <urn:Bob> <urn:talksTo> <urn:Charlie>.
          <urn:Charlie> <urn:talksTo> <urn:Alice>.
          <urn:David> <urn:talksTo> <urn:Eve>.
          <urn:Eve> <urn:listensTo> <urn:Bob>.
      1. Query for all statements using the following query:
        1. select * where { ?s ?p ?o .}

      You will see the following results:

      p,s,o
      urn:talksTo,urn:Alice,urn:Bob
      urn:talksTo,urn:Bob,urn:Charlie
      urn:talksTo,urn:Charlie,urn:Alice
      urn:talksTo,urn:David,urn:Eve
      urn:listensTo,urn:Eve,urn:Bob
      urn:org.apache.rya/2012/05#version,urn:org.apache.rya/2012/05#rts,"3.0.0"

      The following statement is missing:

      <urn:Bob> <urn:talksTo> <urn:Alice>.

      Attachments

        Issue Links

          Activity

            People

              kchilton Kevin Chilton
              kchilton Kevin Chilton
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: