[jira] [Commented] (RYA-284) Enhance accumulo.rya to support the use of bloom filter

2017-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-284:


Github user asfgit commented on the issue:

https://github.com/apache/incubator-rya/pull/247
  

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/541/Failed
 Tests: 13incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing:
 2org.apache.rya.indexing.statement.metadata.AccumuloStatementMetadataNodeTest.simpleQueryWithVariableContextAndJoinOnContextorg.apache.rya.indexing.statement.metadata.AccumuloStatementMetadataNodeTest.simpleQueryWithConstantContextincubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.sail:
 11org.apache.rya.MergeJoinTest.testSimpleMergeJoinMultiWayorg.apache.rya.MergeJoinTest.testMergeJoinMultiWayorg.apache.rya.MergeJoinTest.testSimpleMergeJoinorg.apache.rya.RdfCloudTripleStoreConnectionTest.testNamedGraphLoadorg.apache.rya.RdfCloudTripleStoreConnectionTest.testSPOObjRangeorg.apache.rya.RdfCloudTripleStoreTest.testHeartbeatCountsorg.apache.rya.RdfCloudTripleStoreTest.testEventsBtwnSystemsorg.apache.rya.RdfCloudTripleStoreTest.testAllEventsorg.apache.rya.RdfCloudTripleStoreTest.testEventsForUriorg.apache.rya.rdftriplestore.evaluation.StatementPatternEvalTest.simpleQueryWithBindingSetConstantContextorg.apache.rya.rdftriplestore.evaluation.StatementPatternEvalTest.simpleQueryWithBindingSetWithContext



> Enhance accumulo.rya to support the use of bloom filter
> ---
>
> Key: RYA-284
> URL: https://issues.apache.org/jira/browse/RYA-284
> Project: Rya
>  Issue Type: Improvement
>  Components: dao
>Reporter: Tri H. Nguyen
>Priority: Minor
>
> Enhancing accumulo.rya to take advantage of the use of bloom filter when 
> enabled in accumulo
> Accumulo's Bloom Filter example
> https://accumulo.apache.org/1.8/examples/bloom



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


[GitHub] incubator-rya issue #247: [WIP] RYA-284: updated to support the use of bloom...

2017-10-25 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/incubator-rya/pull/247
  

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/541/Failed
 Tests: 13incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing:
 2org.apache.rya.indexing.statement.metadata.AccumuloStatementMetadataNodeTest.simpleQueryWithVariableContextAndJoinOnContextorg.apache.rya.indexing.statement.metadata.AccumuloStatementMetadataNodeTest.simpleQueryWithConstantContextincubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.sail:
 11org.apache.rya.MergeJoinTest.testSimpleMergeJoinMultiWayorg.apache.rya.MergeJoinTest.testMergeJoinMultiWayorg.apache.rya.MergeJoinTest.testSimpleMergeJoinorg.apache.rya.RdfCloudTripleStoreConnectionTest.testNamedGraphLoadorg.apache.rya.RdfCloudTripleStoreConnectionTest.testS
 POObjRangeorg.apache.rya.RdfCloudTripleStoreTest.testHeartbeatCountsorg.apache.rya.RdfCloudTripleStoreTest.testEventsBtwnSystemsorg.apache.rya.RdfCloudTripleStoreTest.testAllEventsorg.apache.rya.RdfCloudTripleStoreTest.testEventsForUriorg.apache.rya.rdftriplestore.evaluation.StatementPatternEvalTest.simpleQueryWithBindingSetConstantContextorg.apache.rya.rdftriplestore.evaluation.StatementPatternEvalTest.simpleQueryWithBindingSetWithContext



---


[jira] [Commented] (RYA-405) Migrate from Sesame to rdf4j libs

2017-10-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-405:


Github user asfgit commented on the issue:

https://github.com/apache/incubator-rya/pull/245
  

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/540/Build
 result: FAILURE[...truncated 2.17 MB...][INFO] Finished at: 
2017-10-25T12:32:43+00:00[INFO] Final Memory: 206M/2538M[INFO] 
[ERROR] 
Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on 
project rya.mapreduce: Compilation failure: Compilation failure:[ERROR] 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/mapreduce/src/main/java/org/apache/rya/accumulo/mr/AccumuloHDFSFileInputFormat.java:[124,48]
 cannot find symbol[ERROR] symbol:   method newScanReaderBuilder()[ERROR] 
location: variable fileOperations of type 
org.apache.accumulo.core.file.FileOperations[ERROR] 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/mapreduce/src/main/java/org/apache/rya/accumulo/mr/RyaInputFormat.java:[74,12]
 org.apache.rya.accumulo.mr.RyaInputFormat.RyaStatementRecordReader is not 
abstract and does not override abstract method 
setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,org.apache.accumulo.core.client.Scanner,java.lang.String,org.apache.accumulo.core.client.mapreduce.RangeInputSplit)
 in 
org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader[ERROR]
 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/mapreduce/src/main/java/org/apache/rya/accumulo/mr/RyaInputFormat.java:[78,9]
 method does not override or implement a method from a supertype[ERROR] -> 
[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  -rf :rya.mapreducechannel stoppedSetting status of 
c3ef8c9ff52a5fa14f2ab8d788094b1470a36a0d to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/540/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> Migrate from  Sesame to rdf4j libs
> --
>
> Key: RYA-405
> URL: https://issues.apache.org/jira/browse/RYA-405
> Project: Rya
>  Issue Type: Improvement
>Affects Versions: 3.2.12
>Reporter: Jorge Machado
>
> I have migrated all the project to the newer libs from rdf4j instead of using 
> the old ones. 
> Can someone take a look ? 



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