[jira] [Commented] (RYA-447) Rya Shell Windows user.home error

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16334787#comment-16334787 ] ASF GitHub Bot commented on RYA-447: Github user kchilton2 commented on the issue:

[jira] [Commented] (RYA-447) Rya Shell Windows user.home error

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16334828#comment-16334828 ] ASF GitHub Bot commented on RYA-447: Github user ejwhite922 commented on the issue:

[GitHub] incubator-rya issue #264: RYA-447 Fixed issue building rya.shell under Windo...

2018-01-22 Thread ejwhite922
Github user ejwhite922 commented on the issue: https://github.com/apache/incubator-rya/pull/264 System.getProperty("user.home") returns paths with backslashes in Windows (i.e. "C:\\Users\\" is returned). The parsing of this fails in a call to String.replaceFirst(String regex, String

[GitHub] incubator-rya issue #264: RYA-447 Fixed issue building rya.shell under Windo...

2018-01-22 Thread kchilton2
Github user kchilton2 commented on the issue: https://github.com/apache/incubator-rya/pull/264 What does System.getProperty("user.home") look like when you're running on Windows? If it has forward slashes, then the test should also use forward slashes since you will be providing a

[jira] [Assigned] (RYA-450) Create a KafkaQueryChangeLogSource

2018-01-22 Thread Kevin Chilton (JIRA)
[ https://issues.apache.org/jira/browse/RYA-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chilton reassigned RYA-450: - Assignee: Kevin Chilton > Create a KafkaQueryChangeLogSource > -- >

[jira] [Updated] (RYA-446) RPM for installing Query Manager as a daemon process on CentOS 7.

2018-01-22 Thread Kevin Chilton (JIRA)
[ https://issues.apache.org/jira/browse/RYA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chilton updated RYA-446: -- Summary: RPM for installing Query Manager as a daemon process on CentOS 7. (was: Query Manager should be

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

2018-01-22 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/incubator-rya/pull/267 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/677/ ---

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335180#comment-16335180 ] ASF GitHub Bot commented on RYA-440: Github user asfgit commented on the issue:

[jira] [Resolved] (RYA-454) Create interface for QueryExecutor

2018-01-22 Thread Kevin Chilton (JIRA)
[ https://issues.apache.org/jira/browse/RYA-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Chilton resolved RYA-454. --- Resolution: Done > Create interface for QueryExecutor > -- > >

[jira] [Commented] (RYA-448) Implement query manager xml configuration marshaling code

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335201#comment-16335201 ] ASF GitHub Bot commented on RYA-448: Github user asfgit commented on the issue:

[GitHub] incubator-rya issue #268: RYA-448

2018-01-22 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/incubator-rya/pull/268 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/678/ ---

[jira] [Commented] (RYA-448) Implement query manager xml configuration marshaling code

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335157#comment-16335157 ] ASF GitHub Bot commented on RYA-448: GitHub user kchilton2 opened a pull request:

[GitHub] incubator-rya pull request #268: RYA-448

2018-01-22 Thread kchilton2
GitHub user kchilton2 opened a pull request: https://github.com/apache/incubator-rya/pull/268 RYA-448 ## Description Added configuration XML file parsing logic and a template configuration file to the project. ### Tests Added unit tests. ### Links

[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 #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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163099029 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloSetRyaStreamsConfigurationIT.java --- @@ -0,0 +1,81 @@ +/**

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335126#comment-16335126 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

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

2018-01-22 Thread kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163099099 --- 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 kchilton2
Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/267#discussion_r163099651 --- Diff: extras/indexing/src/main/java/org/apache/rya/api/client/accumulo/AccumuloSetRyaStreamsConfiguration.java --- @@ -0,0 +1,59 @@ +/**

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335133#comment-16335133 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

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

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

[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 @@ +/**

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335139#comment-16335139 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335140#comment-16335140 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

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

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

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335151#comment-16335151 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335154#comment-16335154 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

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

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

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335065#comment-16335065 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335064#comment-16335064 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335066#comment-16335066 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335067#comment-16335067 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335069#comment-16335069 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[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 to

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335068#comment-16335068 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[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_r163082381 --- Diff: extras/indexing/src/test/java/org/apache/rya/api/client/accumulo/AccumuloSetRyaStreamsConfigurationIT.java --- @@ -0,0 +1,81 @@ +/**

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335127#comment-16335127 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

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

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

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335129#comment-16335129 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

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

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

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335135#comment-16335135 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335136#comment-16335136 ] ASF GitHub Bot commented on RYA-440: Github user kchilton2 commented on a diff in the pull request:

[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 @@ +/** + *

[jira] [Commented] (RYA-440) Rya Streams: Integration with the existing Rya Shell.

2018-01-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/RYA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16335141#comment-16335141 ] ASF GitHub Bot commented on RYA-440: Github user isper3at commented on a diff in the pull request:

[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 #268: RYA-448

2018-01-22 Thread kchilton2
Github user kchilton2 closed the pull request at: https://github.com/apache/incubator-rya/pull/268 ---