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

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

Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/161
  
    
    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/237/<h2>Failed
 Tests: <span class='status-failure'>10</span></h2><h3><a 
name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.merger'
 /><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.merger</a>:
 <span class='status-failure'>6</span></h3><ul><li><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport/org.apache.rya.accumulo.mr.merge/RulesetCopyIT/testRulesetCopyTool/'><strong>org.apache.rya.accumulo.mr.merge.RulesetCopyIT.testRulesetCopyTool</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport/org.apache.rya.accumulo.mr.merge/RulesetCopyIT/testRulesetCopyHierarchy/'><strong>org.apache.rya.accumulo.mr.merge.RulesetCopyIT.testRulesetCopyHierarchy</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport/org.apache.rya.accumulo.mr.merge/RulesetCopyIT/testRulesetCopySameAs/'><strong>org.apache.rya.accumulo.mr.merge.RulesetCopyIT.testRulesetCopySameAs</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport/org.apache.rya.accumulo.mr.merge/RulesetCopyIT/testRulesetCopyTransitive/'><strong>org.apache.rya.accumulo.mr.merge.RulesetCopyIT.testRulesetCopyTransitive</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport/org.apache.rya.accumulo.mr.merge/RulesetCopyIT/testRulesetCopyInverse/'><strong>org.apache.rya.accumulo.mr.merge.RulesetCopyIT.testRulesetCopyInverse</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.merger/testReport/org.apache.rya.accumulo.mr.merge/RulesetCopyIT/testRulesetCopySymmetry/'><strong>org.apache.rya.accumulo.mr.merge.RulesetCopyIT.testRulesetCopySymmetry</strong></a></li></ul><h3><a
 
name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.pcj.fluo.integration'
 /><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.pcj.fluo.integration/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.pcj.fluo.integration</a>:
 <span class='status-failure'>4</span></h3><ul><li><a 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.pcj.fluo.integration/testReport/org.apache.rya.indexing.pcj.fluo.integration/KafkaRyaSubGraphExportIT/constructQueryWithBlankNodesAndMultipleSubGraphs/'><strong>org.apache.rya.indexing.pcj.fluo.integration.KafkaRyaSubGraphExportIT.constructQueryWithBlankNodesAndMultipleSubGraphs</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.pcj.fluo.integration/testReport/org.apache.rya.indexing.pcj.fluo.integration/KafkaRyaSubGraphExportIT/basicConstructQuery/'><strong>org.apache.rya.indexing.pcj.fluo.integration.KafkaRyaSubGraphExportIT.basicConstructQuery</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.pcj.fluo.integration/testReport/org.apache.rya.indexing.pcj.fluo.integration/KafkaRyaSubGraphExportIT/basicConstructQueryWithVis/'><strong>org.apache.rya.indexing.pcj.fluo.integration.KafkaRyaSubGraphExportIT.basicConstructQueryWithVis</strong></a></li><li><a
 
href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/237/org.apache.rya$rya.pcj.fluo.integration/testReport/org.apache.rya.indexing.pcj.fluo.integration/KafkaRyaSubGraphExportIT/constructQueryWithVisAndMultipleSubGraphs/'><strong>org.apache.rya.indexing.pcj.fluo.integration.KafkaRyaSubGraphExportIT.constructQueryWithVisAndMultipleSubGraphs</strong></a></li></ul>



> Construct Query Support for Rya Fluo
> ------------------------------------
>
>                 Key: RYA-273
>                 URL: https://issues.apache.org/jira/browse/RYA-273
>             Project: Rya
>          Issue Type: New Feature
>    Affects Versions: 3.2.10
>            Reporter: Caleb Meier
>            Assignee: Caleb Meier
>
> Add support for Construct Queries to the Rya Fluo Application.  This will 
> require implementing ConstructQueryMetadata for Fluo and creating the 
> appropriate observer to generate the statements indicated by the construct 
> query.  See the documentation for creating a new query node for Fluo: 
> https://github.com/meiercaleb/incubator-rya/tree/periodic_query_service/extras/rya.pcj.fluo



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

Reply via email to