[GitHub] incubator-rya pull request #:

2018-03-13 Thread danieljue
Github user danieljue commented on the pull request:


https://github.com/apache/incubator-rya/commit/5b489dc0b6fb95ee9cd738cf2536c959ff09171e#commitcomment-28074892
  
Seems like it fails to build now on mvn clean install.  

`mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for 
org.apache.rya:rya.streams.query-manager:[unknown-version]: Could not find 
artifact org.apache.rya:rya.streams.parent:pom:3.2.12-incubating-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 22, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project 
org.apache.rya:rya.streams.query-manager:[unknown-version] 
(/Users/dan.jue/Documents/ironnet/futures/ironlabs/cognitive/incubator-rya/extras/rya.streams/query-manager/pom.xml)
 has 1 error
[ERROR] Non-resolvable parent POM for 
org.apache.rya:rya.streams.query-manager:[unknown-version]: Could not find 
artifact org.apache.rya:rya.streams.parent:pom:3.2.12-incubating-SNAPSHOT and 
'parent.relativePath' points at wrong local POM @ line 22, column 13 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException`


---


[jira] [Commented] (RYA-443) Implement a single node query manager

2018-03-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-443:


Github user asfgit commented on the issue:

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

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/705/



> Implement a single node query manager
> -
>
> Key: RYA-443
> URL: https://issues.apache.org/jira/browse/RYA-443
> Project: Rya
>  Issue Type: Task
>Reporter: Andrew Smith
>Assignee: Kevin Chilton
>Priority: Major
>
> We need an application that watches the QueryChangeLog to see when the 
> isActive state of queries changes and then reacts to the state change. If 
> isActive goes to true, the system must start processing the query. If it is 
> false, then it must stop processing the query. This application needs to 
> start when the host machine starts. We plan to support CentOS 7.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2018-03-13 Thread asfgit
Github user asfgit commented on the issue:

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

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/705/



---


[GitHub] incubator-rya issue #280: [WIP] User Manual update -- secondary indexes

2018-03-13 Thread asfgit
Github user asfgit commented on the issue:

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

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/704/



---


[jira] [Commented] (RYA-443) Implement a single node query manager

2018-03-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-443:


GitHub user ejwhite922 opened a pull request:

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

RYA-443 Fixed Rya Streams Query Manager RPM version

## Description
Fixed the Query Manager RPM so that the "rpm.version" property gets 
generated and replaced in all the scripts.

### Tests
Build

### Links
[Jira](https://issues.apache.org/jira/browse/RYA-443)

### Checklist
- [ ] Code Review
- [ ] Squash Commits

 People To Review
@isper3at 
@DLotts
@pujav65 


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ejwhite922/incubator-rya 
RYA-443_QueryManagerRPMVersionFix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/282.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #282


commit 97fb51b1668cefa82a0954e938191e0d1df1df63
Author: eric.white 
Date:   2018-03-13T18:41:21Z

RYA-443 Fixed Rya Streams Query Manager RPM version




> Implement a single node query manager
> -
>
> Key: RYA-443
> URL: https://issues.apache.org/jira/browse/RYA-443
> Project: Rya
>  Issue Type: Task
>Reporter: Andrew Smith
>Assignee: Kevin Chilton
>Priority: Major
>
> We need an application that watches the QueryChangeLog to see when the 
> isActive state of queries changes and then reacts to the state change. If 
> isActive goes to true, the system must start processing the query. If it is 
> false, then it must stop processing the query. This application needs to 
> start when the host machine starts. We plan to support CentOS 7.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2018-03-13 Thread ejwhite922
GitHub user ejwhite922 opened a pull request:

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

RYA-443 Fixed Rya Streams Query Manager RPM version

## Description
Fixed the Query Manager RPM so that the "rpm.version" property gets 
generated and replaced in all the scripts.

### Tests
Build

### Links
[Jira](https://issues.apache.org/jira/browse/RYA-443)

### Checklist
- [ ] Code Review
- [ ] Squash Commits

 People To Review
@isper3at 
@DLotts
@pujav65 


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ejwhite922/incubator-rya 
RYA-443_QueryManagerRPMVersionFix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/282.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #282


commit 97fb51b1668cefa82a0954e938191e0d1df1df63
Author: eric.white 
Date:   2018-03-13T18:41:21Z

RYA-443 Fixed Rya Streams Query Manager RPM version




---