[GitHub] incubator-rya pull request #139: RYA-241 Adding GeoWave indexer to rya.geoin...

2017-02-03 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/139 RYA-241 Adding GeoWave indexer to rya.geoindexing. ## Description Added GeoWave indexer to rya.geoindexing. This is a configurable option that can be used in place of GeoMesa

[GitHub] incubator-rya pull request #139: RYA-241 Adding GeoWave indexer to rya.geoin...

2017-02-07 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/139#discussion_r99916370 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoWaveGeoIndexer.java --- @@ -0,0 +1,661

[GitHub] incubator-rya pull request #139: RYA-241 Adding GeoWave indexer to rya.geoin...

2017-02-07 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/139#discussion_r99916874 --- Diff: extras/indexingExample/src/main/assembly/assembly.xml --- @@ -33,6 +33,7 @@ under the License

[GitHub] incubator-rya pull request #139: RYA-241 Adding GeoWave indexer to rya.geoin...

2017-02-07 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/139#discussion_r99916906 --- Diff: pom.xml --- @@ -80,6 +80,7 @@ under the License. 0.9.2 1.3.0-m1 +0.9.4-SNAPSHOT --- End

[GitHub] incubator-rya issue #56: Add Merge Tool

2016-08-19 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/56 @pujav65 I updated the files that were missing licenses so the rat check passes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-rya issue #56: Add Merge Tool

2016-08-19 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/56 @amihalik the Copy Tool/Merge Tool relies on creating and reading .rf files so it'd be good if the tests do fail if a later version of Accumulo breaks it so we'll know about

[GitHub] incubator-rya pull request #88: RYA-173 Fixed signing of rya.merger distribu...

2016-09-08 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/88 RYA-173 Fixed signing of rya.merger distribution zip. Added Apache l… …icenses to rya.merger and rya.indexing.example distribution zips. ## Description Fixed rya.merger

[GitHub] incubator-rya pull request #89: RYA-172 Fixed CopyTool unit test from not cl...

2016-09-09 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/89 RYA-172 Fixed CopyTool unit test from not clearing tmp hadoop directo… …ry between tests. ## Description Fixed CopyTool unit test so it clears out the hadoop temp directory

[GitHub] incubator-rya pull request #56: Add Merge Tool

2016-08-23 Thread ejwhite922
Github user ejwhite922 closed the pull request at: https://github.com/apache/incubator-rya/pull/56 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rya issue #106: RYA-204 Added the Rya Jena Sesame adapter which al...

2016-11-10 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/106 Looks like we can use afs/JenaSesame instead since it supports the latest version of Jena. Is afs/JenaSesame on the maven repo? I can't seem to pull it in from anywhere

[GitHub] incubator-rya issue #106: RYA-204 Added the Rya Jena Sesame adapter which al...

2016-10-14 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/106 The adapter code was based off an earlier version of Jena when it was still an incubator project. Some of the packages were deprecated and didn't make it when Jena became a full Apache

[GitHub] incubator-rya pull request #106: RYA-204 Added the Rya Jena Sesame adapter w...

2016-10-25 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/106#discussion_r84909265 --- Diff: extras/rya.jena.sesame/src/test/resources/rdf_format_files/rdfxml_files/storeFront.owl --- @@ -0,0 +1,453 @@ + --- End diff

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-28 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/124 RYA-119 Added MongoDB Column Visibility (called Document Visibility). ## Description This adds a new field to each document called documentVisibility which uses a boolean

[GitHub] incubator-rya pull request #106: RYA-204 Added the Rya Jena Sesame adapter w...

2016-10-13 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/106 RYA-204 Added the Rya Jena Sesame adapter which allows the use of the… … Jena API over a Sesame repository. ## Description Added the Rya Jena Sesame adapter which allows

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90331288 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/util/DocumentVisibilityUtil.java --- @@ -0,0 +1,316

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90343779 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90343835 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90330643 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/util/DocumentVisibilityUtil.java --- @@ -0,0 +1,316

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90343756 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90055421 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDbRdfConstants.java --- @@ -0,0 +1,31 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90055877 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDbRdfConstants.java --- @@ -0,0 +1,31 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90053582 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java --- @@ -111,26 +117,27 @@ public MongoDBRdfConfiguration getConf

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90055207 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java --- @@ -164,26 +174,31 @@ public void add(final Iterator

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90058015 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/dao/SimpleMongoDBStorageStrategy.java --- @@ -96,12 +103,19 @@ public DBObject

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90066459 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/util/DocumentVisibilityUtil.java --- @@ -0,0 +1,316

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90067343 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/ArgumentChecker.java --- @@ -0,0 +1,112

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90067506 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/ArrayByteSequence.java --- @@ -0,0 +1,126

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90067552 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/AuthorizationContainer.java --- @@ -0,0 +1,31

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90067685 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90067593 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90068005 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90068092 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90068055 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/visibility/Authorizations.java --- @@ -0,0 +1,369

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90057717 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/dao/SimpleMongoDBStorageStrategy.java --- @@ -96,12 +103,19 @@ public DBObject

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90065742 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/document/util/DisjunctiveNormalFormConverter.java --- @@ -0,0 +1,270

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90357174 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/iter/AggregationUtil.java --- @@ -0,0 +1,322 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90357458 --- Diff: dao/mongodb.rya/src/test/java/org/apache/rya/mongodb/MongoDBRyaDAOTest.java --- @@ -28,102 +30,279 @@ import

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2016-11-30 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r90357571 --- Diff: dao/mongodb.rya/src/test/java/org/apache/rya/mongodb/MongoDBRyaDAOTest.java --- @@ -28,102 +30,279 @@ import

[GitHub] incubator-rya pull request #124: RYA-119 Added MongoDB Column Visibility (ca...

2017-01-04 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/124#discussion_r94617786 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java --- @@ -146,15 +153,18 @@ public void destroy() throws

[GitHub] incubator-rya issue #124: RYA-119 Added MongoDB Column Visibility (called Do...

2017-01-04 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/124 Nothing was done with the indexers. But they use the MongoDB Rya DAO don't they? So, they should be utilizing document visibility if they are and they're configured with authorizations

[GitHub] incubator-rya pull request #148: Rya 250 Added Smart URI to the MongoDB Enti...

2017-03-17 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/148 Rya 250 Added Smart URI to the MongoDB Entity Index ## Description Added Smart URI to the MongoDB Entity Index NOTE !!! Only review

[GitHub] incubator-rya pull request #144: RYA-255 Provide an example class that demon...

2017-03-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/144#discussion_r105437184 --- Diff: extras/indexingExample/src/main/java/ProspectorExample.java --- @@ -0,0 +1,193 @@ +/* + * Licensed to the Apache Software

[GitHub] incubator-rya pull request #143: Rya-254 Added a factory method to the Prosp...

2017-03-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/143#discussion_r105427319 --- Diff: dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/utils/ConnectorFactory.java --- @@ -0,0 +1,74 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-04-13 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/153 RYA-250 Smart URI avoiding data duplication ## Description Added data duplication detection methods to Smart URI/Entities. These use configured tolerances for each data type to decide

[GitHub] incubator-rya pull request #181: Rya-307 MongoDB Rya DAO Batch Writer

2017-07-31 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/181#discussion_r130453675 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/AbstractMongoIndexer.java --- @@ -68,15 +73,28

[GitHub] incubator-rya pull request #181: Rya-307 MongoDB Rya DAO Batch Writer

2017-07-31 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/181#discussion_r130453211 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/batch/collection/DbCollectionType.java --- @@ -0,0 +1,53

[GitHub] incubator-rya pull request #163: RYA-285 Fixed integration tests that use Mi...

2017-08-03 Thread ejwhite922
Github user ejwhite922 closed the pull request at: https://github.com/apache/incubator-rya/pull/163 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rya pull request #205: RYA-343 Fixed rya.api connection issue for ...

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/205#discussion_r133455098 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/instance/RyaDetailsToConfiguration.java --- @@ -53,14 +53,16 @@ public static void

[GitHub] incubator-rya pull request #197: RYA-298, RYA-299 Domain/range inference.

2017-08-10 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/197#discussion_r132466657 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -73,6 +74,8 @@ private Set

[GitHub] incubator-rya pull request #197: RYA-298, RYA-299 Domain/range inference.

2017-08-10 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/197#discussion_r132466881 --- Diff: sail/src/test/java/org/apache/rya/rdftriplestore/inference/DomainRangeVisitorTest.java --- @@ -0,0 +1,140 @@ +package

[GitHub] incubator-rya pull request #197: RYA-298, RYA-299 Domain/range inference.

2017-08-10 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/197#discussion_r132463450 --- Diff: sail/src/test/java/org/apache/rya/rdftriplestore/inference/DomainRangeVisitorTest.java --- @@ -0,0 +1,140 @@ +package

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-08-11 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/153#discussion_r132695882 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/smarturi/duplication/DuplicateDataDetector.java --- @@ -0,0 +1,1059

[GitHub] incubator-rya pull request #181: Rya-307 MongoDB Rya DAO Batch Writer

2017-07-21 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/181 Rya-307 MongoDB Rya DAO Batch Writer ## Description Improved Rya MongoDB ingest of statements through the Sail Layer and Rya DAO by queueing up multiple inserts at a time so can

[GitHub] incubator-rya pull request #191: RYA-306 Remove rya.benchmark committed gen

2017-08-02 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/191 RYA-306 Remove rya.benchmark committed gen ## Description Deleted the committed generated source code in rya.benchmark from git. It is now generated and ignored by git so when

[GitHub] incubator-rya issue #184: RYA-297 Added owl:equivalentClass inference

2017-08-08 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/184 Looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rya issue #180: RYA-293 Added owl:unionOf inference

2017-08-08 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/180 Looks good. Rebasing with master and pushing should fix the build issue. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-rya issue #191: RYA-306 Remove rya.benchmark committed gen

2017-08-07 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/191 I made all changes requested. Let me know if anything else is needed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/153#discussion_r133825074 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/entity/storage/mongo/MongoEntityStorage.java --- @@ -288,39 +290,79 @@ private

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/153#discussion_r133825842 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/entity/storage/mongo/MongoEntityStorage.java --- @@ -288,39 +290,79 @@ private

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133566012 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/persist/utils/RyaDaoQueryWrapper.java --- @@ -0,0 +1,179 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133565270 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -220,163 +229,163 @@ public void refreshGraph

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133565184 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -220,163 +229,163 @@ public void refreshGraph

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133565124 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/IntersectionOfVisitor.java --- @@ -0,0 +1,159 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133566726 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/evaluation/ReorderJoinVisitor.java --- @@ -31,24 +31,24 @@ * Date: Apr 11, 2011

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133565628 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -467,126 +585,180 @@ private static void

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133567115 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -220,163 +229,163 @@ public void refreshGraph

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133566400 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/persist/utils/RyaDaoQueryWrapper.java --- @@ -0,0 +1,179 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133566433 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/persist/utils/RyaDaoQueryWrapper.java --- @@ -0,0 +1,179 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-16 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r133566456 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/persist/utils/RyaDaoStatementIterHandler.java --- @@ -0,0 +1,35

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r134575148 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -653,170 +664,406 @@ private void

[GitHub] incubator-rya pull request #206: RYA-292 Added owl:intersectionOf inference.

2017-08-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/206#discussion_r134589415 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -723,29 +724,38 @@ public void handleStatement

[GitHub] incubator-rya pull request #209: Rya 296 hasSelf

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/209#discussion_r133745206 --- Diff: sail/src/test/java/org/apache/rya/rdftriplestore/inference/HasSelfVisitorTest.java --- @@ -0,0 +1,133 @@ +/* + * Licensed

[GitHub] incubator-rya pull request #209: Rya 296 hasSelf

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/209#discussion_r133737670 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -43,28 +52,17 @@ import

[GitHub] incubator-rya pull request #209: Rya 296 hasSelf

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/209#discussion_r133735126 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/HasSelfVisitor.java --- @@ -0,0 +1,59 @@ +package

[GitHub] incubator-rya pull request #209: Rya 296 hasSelf

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/209#discussion_r133744669 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -416,22 +419,57 @@ private void

[GitHub] incubator-rya pull request #209: Rya 296 hasSelf

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/209#discussion_r133735003 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/HasSelfVisitor.java --- @@ -0,0 +1,59 @@ +package

[GitHub] incubator-rya pull request #209: Rya 296 hasSelf

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/209#discussion_r133736937 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/HasSelfVisitor.java --- @@ -0,0 +1,59 @@ +package

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/153#discussion_r133773816 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/entity/storage/mongo/MongoEntityStorage.java --- @@ -242,4 +281,46 @@ private

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/153#discussion_r133803255 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/entity/storage/mongo/MongoEntityStorage.java --- @@ -242,4 +281,46 @@ private

[GitHub] incubator-rya pull request #153: RYA-250 Smart URI avoiding data duplication

2017-08-17 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/153#discussion_r133804678 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/smarturi/duplication/DuplicateDataDetector.java --- @@ -0,0 +1,1066

[GitHub] incubator-rya pull request #173: RYA-304 Fixed rya.merger integration tests

2017-06-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/173#discussion_r123565355 --- Diff: extras/rya.merger/src/test/java/org/apache/rya/accumulo/mr/merge/RulesetCopyIT.java --- @@ -144,32 +146,33 @@ private static RyaType

[GitHub] incubator-rya pull request #173: RYA-304 Fixed rya.merger integration tests

2017-06-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/173#discussion_r123581881 --- Diff: extras/rya.merger/src/test/java/org/apache/rya/accumulo/mr/merge/RulesetCopyIT.java --- @@ -144,32 +146,33 @@ private static RyaType

[GitHub] incubator-rya pull request #173: RYA-304 Fixed rya.merger integration tests

2017-06-22 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/173 RYA-304 Fixed rya.merger integration tests ## Description rya.merger integration tests were failing and getting incorrect values for the expected query result counts. Making sure

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117810798 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/GeoTemporalIndexer.java --- @@ -0,0 +1,142

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117810834 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/GeoTemporalIndexer.java --- @@ -0,0 +1,142

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117810996 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/GeoTemporalIndexerFactory.java --- @@ -0,0 +1,53

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117810438 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/GeoTemporalIndexSetProvider.java --- @@ -0,0 +1,237

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117810498 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/GeoTemporalIndexSetProvider.java --- @@ -0,0 +1,237

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117811345 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/model/EventQueryNode.java --- @@ -0,0 +1,363

[GitHub] incubator-rya pull request #138: Rya 236 - GeoTemporal Indexing

2017-05-22 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/138#discussion_r117810693 --- Diff: extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/geotemporal/GeoTemporalIndexer.java --- @@ -0,0 +1,142

[GitHub] incubator-rya pull request #162: RYA-119 Added MongoDB Column Visibility (ca...

2017-05-31 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/162 RYA-119 Added MongoDB Column Visibility (called Document Visibility). ## Description Re-creating PR that was closed before. This adds a new field to each document called

[GitHub] incubator-rya pull request #163: RYA-285 Fixed integration tests that use Mi...

2017-05-31 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/163 RYA-285 Fixed integration tests that use MiniAccumuloClusterInstance on Windows ## Description Copied hadoop files to temp dir so that MiniAccumuloClusterInstance could run

[GitHub] incubator-rya pull request #230: RYA-371 Added scripts to run MongoRyaDirect...

2017-09-21 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/230 RYA-371 Added scripts to run MongoRyaDirectExample ## Description Added a .sh script for RyaDirectExample to match the .bat file in the indexingExample distribution. Added similar

[GitHub] incubator-rya pull request #236: RYA-393 MongoDB Batch Writer Duplicate Key ...

2017-10-04 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/236 RYA-393 MongoDB Batch Writer Duplicate Key Exception ## Description Fixed MongoDB DAO Batch Writer from dropping statements when batch contains duplicate keys. ### Tests

[GitHub] incubator-rya issue #236: RYA-393 MongoDB Batch Writer Duplicate Key Excepti...

2017-10-10 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/236 There is another JIRA ticket for indexers not being flushed: [RYA-72](https://issues.apache.org/jira/browse/RYA-72). I went ahead and addressed that in this ticket and had the DAOs flush

[GitHub] incubator-rya pull request #218: RYA-301 owl:ReflexiveProperty inference

2017-08-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/218#discussion_r135882345 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -405,6 +382,30 @@ public void refreshGraph

[GitHub] incubator-rya pull request #218: RYA-301 owl:ReflexiveProperty inference

2017-08-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/218#discussion_r135878109 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/ReflexivePropertyVisitor.java --- @@ -0,0 +1,73 @@ +package

[GitHub] incubator-rya pull request #218: RYA-301 owl:ReflexiveProperty inference

2017-08-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/218#discussion_r135875974 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/RdfCloudTripleStoreConfiguration.java --- @@ -72,15 +72,21 @@ public static

[GitHub] incubator-rya pull request #218: RYA-301 owl:ReflexiveProperty inference

2017-08-29 Thread ejwhite922
Github user ejwhite922 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/218#discussion_r135879830 --- Diff: sail/src/main/java/org/apache/rya/rdftriplestore/inference/InferenceEngine.java --- @@ -211,33 +212,9 @@ public void refreshGraph

[GitHub] incubator-rya pull request #215: RYA-300 Added owl:oneOf inference.

2017-08-23 Thread ejwhite922
GitHub user ejwhite922 opened a pull request: https://github.com/apache/incubator-rya/pull/215 RYA-300 Added owl:oneOf inference. ## Description Inference applies owl:oneOf semantics for queries including statement patterns of the form "?x rdf:type :DefinedClass".

  1   2   3   >