[ 
https://issues.apache.org/jira/browse/RYA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469053#comment-16469053
 ] 

ASF GitHub Bot commented on RYA-494:
------------------------------------

Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/295
  
    
    Refer to this link for build results (access rights to CI server needed): 
    
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/755/<h2>Build
 result: FAILURE</span></h2>[...truncated 605.03 KB...][INFO] Apache Rya Spark 
Support ........................... SKIPPED[INFO] Apache Rya Web Projects 
............................ SKIPPED[INFO] Apache Rya Web Implementation 
...................... SKIPPED[INFO] 
------------------------------------------------------------------------[INFO] 
BUILD FAILURE[INFO] 
------------------------------------------------------------------------[INFO] 
Total time: 13:26 min[INFO] Finished at: 2018-05-09T16:33:35+00:00[INFO] Final 
Memory: 205M/3018M[INFO] 
------------------------------------------------------------------------[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/target/rat.txt
 -> [Help 1][ERROR] [ERROR] To see the full stack trace of the errors, re-run 
Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable 
full debug logging.[ERROR] [ERROR] For more information about the errors and 
possible solutions, please read the following articles:[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn <goals> -rf :rya.indexingchannel stoppedSetting status of 
942c3420bb14bafca4cde6d0b06a3ef100f07772 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/755/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> Shell insert and query bug.
> ---------------------------
>
>                 Key: RYA-494
>                 URL: https://issues.apache.org/jira/browse/RYA-494
>             Project: Rya
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Kevin Chilton
>            Assignee: Kevin Chilton
>            Priority: Major
>
> Using the Rya Shell:
>  # Connect to a cluster of Accumulo.
>  # Install an instance of Rya that has all secondary indexers and the 
> sharding turned off.
>  # Connect to that instance of rya.
>  # Load the following N-Triples file into it:
>  ## 
> {code:java}
> <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>.{code}
>  # Query for all statements using the following query:
>  ## select * where \{ ?s ?p ?o .}
> You will see the following results:
> {code:java}
> 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"{code}
> The following statement is missing:
> {code:java}
> <urn:Bob> <urn:talksTo> <urn:Alice>.{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to