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

2018-11-02 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/305#discussion_r230497599 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRdfConfiguration.java --- @@ -35,19 +35,17 @@ * A {@link

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

2018-09-14 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217848961 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217848617 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217847623 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/300#discussion_r217846855 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/AbstractMongoDBRdfConfigurationBuilder.java --- @@ -182,8 +167,7 @@ private C

[GitHub] incubator-rya issue #301: Version fix

2018-09-14 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/301 Please make a defect for this. ---

[GitHub] incubator-rya pull request #299: RYA-500: Make RdfFileInputTool to accept mu...

2018-07-04 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/299#discussion_r200156492 --- Diff: extras/rya.manual/src/site/markdown/loaddata.md --- @@ -92,29 +92,55 @@ The default "format" is RDF/XML, but these formats are

[GitHub] incubator-rya pull request #299: RYA-500: Make RdfFileInputTool to accept mu...

2018-07-04 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/299#discussion_r200156998 --- Diff: extras/rya.manual/src/site/markdown/loaddata.md --- @@ -92,29 +92,55 @@ The default "format" is RDF/XML, but these formats are

[GitHub] incubator-rya issue #298: RYA-497 Make the Rya Accumulo Kafka Connect Sink b...

2018-06-04 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/298 Bump. ---

[GitHub] incubator-rya issue #298: RYA-497 Make the Rya Accumulo Kafka Connect Sink b...

2018-05-31 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/298 Could somebody pull this in? ---

[GitHub] incubator-rya pull request #298: RYA-497 Make the Rya Accumulo Kafka Connect...

2018-05-22 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/298 RYA-497 Make the Rya Accumulo Kafka Connect Sink batch write instead … …of flushing after every Statement. You can merge this pull request into a Git repository by running: $ git

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

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187742000 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187736164 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187735067 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187734887 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187734692 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187734448 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187733815 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187733573 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187732940 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187732007 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187731624 --- Diff: dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRdfConfiguration.java --- @@ -274,16 +274,17 @@ public boolean

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

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

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

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

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

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187731146 --- Diff: extras/kafka.connect/client/src/main/java/org/apache/rya/kafka/connect/client/command/WriteStatementsCommand.java --- @@ -0,0 +1,187

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

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187731028 --- Diff: extras/kafka.connect/client/src/main/java/org/apache/rya/kafka/connect/client/CLIDriver.java --- @@ -0,0 +1,121

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

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187730515 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187730101 --- Diff: extras/kafka.connect/api/src/main/java/org/apache/rya/kafka/connect/api/sink/RyaSinkConnector.java --- @@ -0,0 +1,69

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

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

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

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187729543 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187729286 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187729157 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187727065 --- 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 #295: RYA-494 Fixed a bug where the shell was not...

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/295#discussion_r187725947 --- Diff: extras/shell/src/test/java/org/apache/rya/shell/AccumuloRyaCommandsIT.java --- @@ -0,0 +1,91 @@ +/** + * Licensed to the Apache

[GitHub] incubator-rya pull request #295: RYA-494 Fixed a bug where the shell was not...

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/295#discussion_r187725865 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloExecuteSparqlQueryIT.java --- @@ -0,0 +1,143

[GitHub] incubator-rya pull request #295: RYA-494 Fixed a bug where the shell was not...

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/295#discussion_r187725795 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloExecuteSparqlQueryIT.java --- @@ -0,0 +1,143

[GitHub] incubator-rya pull request #295: RYA-494 Fixed a bug where the shell was not...

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/295#discussion_r187724995 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloExecuteSparqlQueryIT.java --- @@ -0,0 +1,143

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

2018-05-11 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187657223 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187657023 --- Diff: extras/kafka.connect/mongo/src/main/java/org/apache/rya/kafka/connect/mongo/MongoRyaSinkTask.java --- @@ -0,0 +1,122

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

2018-05-10 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/296 RYA-487 Kafka Connect Sinks Ignore RYA-487. That's a separate PR that this depended on to create documentation for the manual. This PR implements Kafka Connect Sinks for both

[GitHub] incubator-rya pull request #295: RYA-494 Fixed a bug where the shell was not...

2018-05-09 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/295 RYA-494 Fixed a bug where the shell was not loading or displaying all… … Statements. This ended up being a display bug. The code that was iterating and display binding sets

[GitHub] incubator-rya issue #293: RYA-491 Repackaged reusable Mongo DB test code int...

2018-04-25 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/293 Updated. ---

[GitHub] incubator-rya pull request #293: RYA-491 Repackaged reusable Mongo DB test c...

2018-04-25 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/293#discussion_r184151510 --- Diff: dao/mongodb.rya/src/test/java/org/apache/rya/mongodb/MongoDBRyaDAO2IT.java --- @@ -40,11 +40,11 @@ /** * Integration tests

[GitHub] incubator-rya pull request #293: RYA-491 Repackaged reusable Mongo DB test c...

2018-04-25 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/293#discussion_r184151567 --- Diff: dao/mongodb.rya/src/test/java/org/apache/rya/mongodb/aggregation/PipelineQueryIT.java --- @@ -423,28 +423,28 @@ public void

[GitHub] incubator-rya pull request #293: RYA-491 Repackaged reusable Mongo DB test c...

2018-04-25 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/293#discussion_r184151234 --- Diff: pom.xml --- @@ -381,6 +458,26 @@ under the License. rya.indexing.pcj ${project.version

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

2018-04-25 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/282 Eric, please close this. ---

[GitHub] incubator-rya pull request #293: RYA-491 Repackaged reusable Mongo DB test c...

2018-04-24 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/293 RYA-491 Repackaged reusable Mongo DB test code into a project named '… …rya.test.mongo'. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-rya issue #292: Rya 489

2018-04-24 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/292 Could somebody code review this or pull it in? ---

[GitHub] incubator-rya issue #290: RYA-488 Moved the Geo Indexing specific maven repo...

2018-04-24 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/290 Could somebody code review this or pull it in? ---

[GitHub] incubator-rya issue #245: [RYA-405] Migrate from Sesame to rdf4j libs

2018-04-24 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/245 This can be closed. Eric finished this work and it has been pulled into master. ---

[GitHub] incubator-rya issue #290: RYA-488 Moved the Geo Indexing specific maven repo...

2018-04-23 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/290 asfbot build ---

[GitHub] incubator-rya issue #289: RYA-486 Updated the project's version to 4.0.0-inc...

2018-04-20 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/289 Could a committer pull this in? ---

[GitHub] incubator-rya issue #291: RYA-405 Migration of OpenRDF Sesame libraries to R...

2018-04-20 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/291 I'd say ship it. ---

[GitHub] incubator-rya pull request #292: Rya 489

2018-04-19 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/292 Rya 489 This is pretty much just a repackaging commit. I moved the generic accumulo test code to a new "rya.test.accumulo" project. I had to introduce some code for

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182825471 --- Diff: extras/vagrantExample/src/main/vagrant/Vagrantfile --- @@ -52,8 +52,8 @@ Vagrant.configure(2) do |config| export ACCUMULO_VERSION

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182596150 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/domain/Node.java --- @@ -21,14 +21,14 @@ -import

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182596798 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/persist/index/RyaSecondaryIndexer.java --- @@ -19,31 +19,29 @@ * under the License

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182596437 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/domain/VarNameUtils.java --- @@ -0,0 +1,202 @@ +/* + * Licensed to the Apache

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182596172 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/domain/Node.java --- @@ -21,14 +21,14 @@ -import

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182602468 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/IndexPlanValidator/ThreshholdPlanSelector.java --- @@ -111,9 +110,9 @@ public

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182601712 --- Diff: dao/accumulo.rya/pom.xml --- @@ -43,25 +43,30 @@ under the License. -org.openrdf.sesame

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182596490 --- Diff: common/rya.api/src/main/java/org/apache/rya/api/domain/VarNameUtils.java --- @@ -0,0 +1,202 @@ +/* + * Licensed to the Apache

[GitHub] incubator-rya pull request #291: RYA-405 Migration of OpenRDF Sesame librari...

2018-04-19 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/291#discussion_r182602289 --- Diff: extras/indexing/src/main/java/org/apache/rya/indexing/FilterFunctionOptimizer.java --- @@ -157,18 +156,18 @@ private void buildQuery

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

2018-04-18 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/282 This can be declined. ---

[GitHub] incubator-rya issue #290: RYA-488 Moved the Geo Indexing specific maven repo...

2018-04-18 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/290 That test failing has nothing to do with this commit. We should open a defect and fix the test. ---

[GitHub] incubator-rya pull request #290: RYA-488 Moved the Geo Indexing specific mav...

2018-04-17 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/290 RYA-488 Moved the Geo Indexing specific maven repositories into the g… You can merge this pull request into a Git repository by running: $ git pull https://github.com/kchilton2

[GitHub] incubator-rya issue #245: [RYA-405] Migrate from Sesame to rdf4j libs

2018-04-17 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/245 @ejwhite922 Are you able to squash down the history where it makes sense so that this won't be messy when it goes in? ---

[GitHub] incubator-rya pull request #289: RYA-486 Updated the project's version to 4....

2018-04-16 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/289 RYA-486 Updated the project's version to 4.0.0-incubating-SNAPSHOT. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kchilton2

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

2018-03-30 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/285#discussion_r178385888 --- Diff: extras/rya.streams/kafka/src/main/java/org/apache/rya/streams/kafka/processors/join/KeyValueJoinStateStore.java --- @@ -77,30 +77,39

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

2018-03-16 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/282 Also, to uninstall it I was using rpm -qa | grep rya Then whatever that reported as the installed package I used rpm -e That is what is not working. ---

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

2018-03-16 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/282 I used the RPM you gave me built using this patch when it did not work. I had never installed the bad state RPM. ---

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

2018-03-15 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/282 https://github.com/apache/incubator-rya/pull/284 ---

[GitHub] incubator-rya pull request #284: Reverting the RPM build to use the RPM comm...

2018-03-15 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/284 Reverting the RPM build to use the RPM command again. The RPM build i… …s now activated using a profile. You can merge this pull request into a Git repository by running: $ git

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

2018-03-15 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/282 This patch does not create an RPM that can be uninstalled. I'm going to revert all of these changes that Eric made to how we build RPMs out, and put my stuff back in. I'll make the RPM

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-03-02 Thread kchilton2
GitHub user kchilton2 reopened a pull request: https://github.com/apache/incubator-rya/pull/273 Updating the Rya Manual to include Rya Streams. ## Description Wrote the manual page for Rya Streams. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-rya issue #273: Updating the Rya Manual to include Rya Streams.

2018-03-02 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/273 Never mind. This one was not included. ---

[GitHub] incubator-rya issue #272: RYA-443 Rya Streams Query Manager daemon program.

2018-03-02 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/272 I'm closing this because https://github.com/apache/incubator-rya/pull/279 takes it over. ---

[GitHub] incubator-rya pull request #272: RYA-443 Rya Streams Query Manager daemon pr...

2018-03-02 Thread kchilton2
Github user kchilton2 closed the pull request at: https://github.com/apache/incubator-rya/pull/272 ---

[GitHub] incubator-rya issue #275: RYA-466 Update the Rya Streams Client to stream re...

2018-03-02 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/275 I'm closing this because https://github.com/apache/incubator-rya/pull/279 takes it over. ---

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-03-02 Thread kchilton2
Github user kchilton2 closed the pull request at: https://github.com/apache/incubator-rya/pull/273 ---

[GitHub] incubator-rya issue #273: Updating the Rya Manual to include Rya Streams.

2018-03-02 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/273 I'm closing this because https://github.com/apache/incubator-rya/pull/279 takes it over. ---

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

2018-03-02 Thread kchilton2
Github user kchilton2 closed the pull request at: https://github.com/apache/incubator-rya/pull/275 ---

[GitHub] incubator-rya pull request #277: Rya 460

2018-03-02 Thread kchilton2
Github user kchilton2 closed the pull request at: https://github.com/apache/incubator-rya/pull/277 ---

[GitHub] incubator-rya issue #277: Rya 460

2018-03-02 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/277 I'm closing this because https://github.com/apache/incubator-rya/pull/279 takes it over. ---

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

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

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

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

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

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

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170711583 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170711002 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170710886 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170710673 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170710575 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170710427 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170710163 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170710075 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170709363 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170709204 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170708666 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170708490 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

[GitHub] incubator-rya pull request #273: Updating the Rya Manual to include Rya Stre...

2018-02-26 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/273#discussion_r170708406 --- Diff: extras/rya.manual/src/site/markdown/rya-streams.md --- @@ -0,0 +1,385 @@ + + +# Rya Streams + +Introduced in 3.2.12

  1   2   3   4   5   6   >