[GitHub] incubator-rya pull request #307: Add rep-synch functionality

2018-10-03 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/307 Add rep-synch functionality ## Description >What Changed? The parent can now refresh/synch the child. Added GUI entry point into the rep/synch tool. The functional

[GitHub] incubator-rya pull request #306: Repsynch updating child

2018-10-03 Thread isper3at
Github user isper3at closed the pull request at: https://github.com/apache/incubator-rya/pull/306 ---

[GitHub] incubator-rya pull request #306: Repsynch updating child

2018-10-03 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/306 Repsynch updating child ## Description >What Changed? Each type of rep/synch is its own runnable now to be more thread safe. A GUI tool was created as an entry po

[GitHub] incubator-rya pull request #304: RYA-501 Change guava Iterators to Collectio...

2018-10-01 Thread isper3at
GitHub user isper3at reopened a pull request: https://github.com/apache/incubator-rya/pull/304 RYA-501 Change guava Iterators to Collections ## Description >What Changed? Google changed the Iterators object emptyIterator() visibility. This can cause version

[GitHub] incubator-rya pull request #305: Rya 135 collection name

2018-10-01 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/305 Rya 135 collection name ## Description >What Changed? Merging existing content into master. Already reviewed and merged into 3.x You can merge this pull request into a

[GitHub] incubator-rya pull request #300: RYA-135 Hard code triples collection

2018-10-01 Thread isper3at
Github user isper3at closed the pull request at: https://github.com/apache/incubator-rya/pull/300 ---

[GitHub] incubator-rya pull request #302: RYA-501 Change guava Iterators to Collectio...

2018-10-01 Thread isper3at
Github user isper3at closed the pull request at: https://github.com/apache/incubator-rya/pull/302 ---

[GitHub] incubator-rya issue #304: RYA-501 Change guava Iterators to Collections

2018-09-27 Thread isper3at
Github user isper3at commented on the issue: https://github.com/apache/incubator-rya/pull/304 Closing until the #302 is in ---

[GitHub] incubator-rya issue #303: RYA-135 Hard code triples collection

2018-09-27 Thread isper3at
Github user isper3at commented on the issue: https://github.com/apache/incubator-rya/pull/303 opening a new PR against RYA master after 3.x https://github.com/apache/incubator-rya/pull/300 is in ---

[GitHub] incubator-rya pull request #303: RYA-135 Hard code triples collection

2018-09-27 Thread isper3at
Github user isper3at closed the pull request at: https://github.com/apache/incubator-rya/pull/303 ---

[GitHub] incubator-rya pull request #300: RYA-135 Hard code triples collection

2018-09-14 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217849654 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/AbstractMongoIndexer.java --- @@ -73,12 +72,12 @@ protected T

[GitHub] incubator-rya pull request #300: RYA-135 Hard code triples collection

2018-09-14 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217849215 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/AbstractMongoIndexer.java --- @@ -73,12 +72,12 @@ protected T

[GitHub] incubator-rya pull request #300: RYA-135 Hard code triples collection

2018-09-14 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217847761 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRdfConfiguration.java --- @@ -197,22 +195,22 @@ public void setMongoPassword

[GitHub] incubator-rya pull request #300: RYA-135 Hard code triples collection

2018-09-14 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217845838 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRdfConfiguration.java --- @@ -274,16 +274,17 @@ public boolean

[GitHub] incubator-rya pull request #304: RYA-501 Change guava Iterators to Collectio...

2018-09-14 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/304 RYA-501 Change guava Iterators to Collections ## Description >What Changed? Google changed the Iterators object emptyIterator() visibility. This can cause version

[GitHub] incubator-rya issue #301: RYA-501 change from Guava Iterators to Java Collec...

2018-09-14 Thread isper3at
Github user isper3at commented on the issue: https://github.com/apache/incubator-rya/pull/301 changed to -> https://github.com/apache/incubator-rya/pull/302 ---

[GitHub] incubator-rya pull request #302: RYA-501 Change guava Iterators to Collectio...

2018-09-14 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/302 RYA-501 Change guava Iterators to Collections ## Description >What Changed? Google changed the Iterators object emptyIterator() visibility. This can cause version

[GitHub] incubator-rya pull request #301: RYA-501 change from Guava Iterators to Java...

2018-09-14 Thread isper3at
Github user isper3at closed the pull request at: https://github.com/apache/incubator-rya/pull/301 ---

[GitHub] incubator-rya pull request #301: Version fix

2018-09-14 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/301 Version fix ## Description >What Changed? Google changed the Iterators object emptyIterator() visibility. This can cause versioning issues with anything depend

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187739974 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/sink/RyaSinkTask.java --- @@ -0,0 +1,144

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187739885 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/sink/RyaSinkTask.java --- @@ -0,0 +1,144

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187739762 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/StatementsSerializer.java --- @@ -0,0 +1,77

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187739297 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/accumulo/ConfigUtils.java --- @@ -438,6 +438,9 @@ public static boolean

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187739254 --- Diff: dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/AccumuloRdfConfiguration.java --- @@ -62,14 +62,14 @@ public

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187717175 --- Diff: extras/kafka.connect/mongo-it/src/test/java/org/apache/rya/kafka/connect/mongo/MongoRyaSinkTaskIT.java --- @@ -0,0 +1,97

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187717488 --- Diff: extras/kafka.connect/mongo/src/main/java/org/apache/rya/kafka/connect/mongo/MongoRyaSinkConfig.java --- @@ -0,0 +1,94

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187718927 --- Diff: extras/kafka.connect/mongo/src/main/java/org/apache/rya/kafka/connect/mongo/MongoRyaSinkConnector.java --- @@ -0,0 +1,63

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187698795 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/accumulo/ConfigUtils.java --- @@ -438,6 +438,9 @@ public static boolean

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187708244 --- Diff: extras/kafka.connect/accumulo/src/main/java/org/apache/rya/kafka/connect/accumulo/AccumuloRyaSinkConnector.java --- @@ -0,0 +1,63

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187708536 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/sink/RyaSinkTask.java --- @@ -0,0 +1,144

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187698179 --- Diff: dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/AccumuloRdfConfiguration.java --- @@ -62,14 +62,14 @@ public

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187702555 --- Diff: extras/kafka.connect/accumulo/src/main/java/org/apache/rya/kafka/connect/accumulo/AccumuloRyaSinkTask.java --- @@ -0,0 +1,111

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187706947 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/StatementsSerializer.java --- @@ -0,0 +1,77

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187709021 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/sink/RyaSinkTask.java --- @@ -0,0 +1,144

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187699543 --- Diff: extras/kafka.connect/README.md --- @@ -0,0 +1,22 @@ + + +The parent project for all Rya Kafka Connect work. All projects thare

[GitHub] incubator-rya pull request #296: RYA-487 Kafka Connect Sinks

2018-05-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187701248 --- Diff: extras/kafka.connect/accumulo/src/main/java/org/apache/rya/kafka/connect/accumulo/AccumuloRyaSinkConnector.java --- @@ -0,0 +1,63

[GitHub] incubator-rya pull request #294: RYA-492 Added language support for Literals

2018-05-04 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/294#discussion_r186170248 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/dao/SimpleMongoDBStorageStrategy.java --- @@ -194,6 +204,7 @@ public BasicDBObject

[GitHub] incubator-rya pull request #287: Updating the ExecuteSparqlQuery command to ...

2018-04-06 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/287 Updating the ExecuteSparqlQuery command to return BindingSets ## Description >What Changed? Updated the execute sparql interactor to return binding sets instead of a str

[GitHub] incubator-rya pull request #286: RYA-467 update topic cleanup.policy

2018-04-02 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/286 RYA-467 update topic cleanup.policy ## Description >What Changed? Added a topic properties builder. Only one property is currently in the builder, but add

[GitHub] incubator-rya pull request #285: RYA-469 Added tests for Rya Streams join it...

2018-03-30 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/285#discussion_r178368019 --- Diff: extras/indexingExample/src/main/java/MongoRyaDirectExample.java --- @@ -805,6 +819,38 @@ public static void testAddAndDeleteNoContext

[GitHub] incubator-rya pull request #285: RYA-469 Added tests for Rya Streams join it...

2018-03-30 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/285#discussion_r178368138 --- Diff: extras/rya.streams/client/src/test/java/org/apache/rya/streams/client/command/RunQueryCommandIT.java --- @@ -196,4 +203,74 @@ public void

[GitHub] incubator-rya issue #282: RYA-443 Fixed Rya Streams Query Manager RPM versio...

2018-03-16 Thread isper3at
Github user isper3at commented on the issue: https://github.com/apache/incubator-rya/pull/282 rpm -e does not work when you supply a version number. Not sure if I trust that >..> ---

[GitHub] incubator-rya pull request #279: Rya streams base

2018-03-01 Thread isper3at
GitHub user isper3at opened a pull request: https://github.com/apache/incubator-rya/pull/279 Rya streams base ## Description >What Changed? Rya Streams Feature Branch ### Tests >Coverage? Each major feature has test coverate ###

[GitHub] incubator-rya pull request #275: RYA-466 Update the Rya Streams Client to st...

2018-02-23 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/275#discussion_r170314969 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/utils/QueryInvestigator.java --- @@ -0,0 +1,104 @@ +/** + * Licensed to the Apache

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163100423 --- Diff: extras/rya.streams/kafka/src/main/java/org/apache/rya/streams/kafka/KafkaRyaStreamsClientFactory.java --- @@ -0,0 +1,169

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163100365 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloSetRyaStreamsConfigurationIT.java --- @@ -0,0 +1,81

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163100285 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoSetRyaStreamsConfiguration.java --- @@ -0,0 +1,60

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163084595 --- Diff: extras/rya.streams/api/src/main/java/org/apache/rya/streams/api/interactor/defaults/DefaultGetQuery.java --- @@ -0,0 +1,50

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163090091 --- Diff: extras/shell/src/test/java/org/apache/rya/shell/util/StreamsQueryFormatterTest.java --- @@ -0,0 +1,103 @@ +/** + * Licensed

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163082381 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloSetRyaStreamsConfigurationIT.java --- @@ -0,0 +1,81

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163085139 --- Diff: extras/rya.streams/kafka/src/main/java/org/apache/rya/streams/kafka/KafkaRyaStreamsClientFactory.java --- @@ -0,0 +1,169

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163081707 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/accumulo/AccumuloSetRyaStreamsConfiguration.java --- @@ -0,0 +1,59

[GitHub] incubator-rya pull request #267: RYA-440 Added commands to Rya Shell used to...

2018-01-22 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163082048 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoSetRyaStreamsConfiguration.java --- @@ -0,0 +1,60

[GitHub] incubator-rya pull request #265: RYA-442 Implementing the Start and Stop Que...

2018-01-18 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/265#discussion_r162113248 --- Diff: extras/rya.streams/api/src/main/java/org/apache/rya/streams/api/interactor/defaults/DefaultStartQuery.java --- @@ -0,0 +1,54

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-11 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r161103080 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,446

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160834195 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,466

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160834100 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,466

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160834091 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,466

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160833809 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,466

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160833781 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,466

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160813417 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,451

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160813316 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjStorage.java --- @@ -0,0 +1,171

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160813231 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,451

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160813158 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,451

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160813037 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/pcj/MongoPcjIndexSetProvider.java --- @@ -0,0 +1,127

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160811345 --- Diff: extras/shell/src/main/java/org/apache/rya/shell/util/RyaDetailsFormatter.java --- @@ -72,30 +72,28 @@ public String format(StorageType

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160810833 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160810774 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #254: RYA-416 Optionally invoke aggregation pipel...

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/254#discussion_r160808196 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/aggregation/AggregationPipelineQueryNode.java --- @@ -0,0 +1,882

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160762129 --- Diff: extras/shell/src/main/java/org/apache/rya/shell/util/InstallPrompt.java --- @@ -91,14 +91,14 @@ public InstallConfiguration

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160762007 --- Diff: extras/shell/src/main/java/org/apache/rya/shell/RyaAdminCommands.java --- @@ -320,11 +343,14 @@ public String installWithMongoParameters

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160761918 --- Diff: extras/shell/src/main/java/org/apache/rya/shell/RyaAdminCommands.java --- @@ -104,11 +104,11 @@ public RyaAdminCommands

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160761790 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160761434 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160761412 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160761257 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160761195 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160760999 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160760932 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160760282 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoCreatePCJ.java --- @@ -0,0 +1,85 @@ +/** + * Licensed

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160760303 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoDeletePCJ.java --- @@ -0,0 +1,72 @@ +/** + * Licensed

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160755378 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160755315 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-10 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160753606 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570620 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya issue #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on the issue: https://github.com/apache/incubator-rya/pull/172 what is RyaDetailsFormatter. this is more of a problem of just stuff floating around that doesn't break when functionality gets added ---

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570534 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570420 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570327 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570226 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570170 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160570068 --- Diff: extras/rya.indexing.pcj/src/main/java/org/apache/rya/indexing/pcj/storage/mongo/MongoPcjDocuments.java --- @@ -0,0 +1,438

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160569220 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/pcj/matching/provider/AccumuloIndexSetProvider.java --- @@ -0,0 +1,139

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160569137 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/pcj/MongoPcjIndexSetProvider.java --- @@ -0,0 +1,130

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160562616 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/pcj/MongoPcjIndexSetProvider.java --- @@ -0,0 +1,130

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160535354 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/pcj/matching/provider/AbstractPcjIndexSetProvider.java --- @@ -0,0 +1,160

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160534831 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/pcj/matching/provider/AbstractPcjIndexSetProvider.java --- @@ -0,0 +1,160

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160534291 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoInstall.java --- @@ -191,26 +192,22 @@ private static

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160534095 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoDeletePCJ.java --- @@ -0,0 +1,96 @@ +/** + * Licensed

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

2018-01-09 Thread isper3at
Github user isper3at commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/172#discussion_r160534139 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/mongo/MongoInstall.java --- @@ -147,22 +147,23 @@ private RyaDetails

  1   2   3   4   5   >