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

2017-08-03 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-307) MongoDB Bulk Load methods should use Secondary Indexer Bulk Loading

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-307:


Github user asfgit closed the pull request at:

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


> MongoDB Bulk Load methods should use Secondary Indexer Bulk Loading
> ---
>
> Key: RYA-307
> URL: https://issues.apache.org/jira/browse/RYA-307
> Project: Rya
>  Issue Type: Improvement
>  Components: dao
>Reporter: Aaron Mihalik
>Assignee: Eric White
>
> The MongoDB secondary indexers *really* slow down inserts via the bulk load 
> methods for the DAO.  The DAO should use the bulk load methods on the 
> secondary indexers.  Here is where the call is made in the DAO [1]
> [1] 
> https://github.com/apache/incubator-rya/blob/master/dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java#L158
> Some version of a BatchWriter should be created for Mongo that is used in the 
> DAO and any secondary indexers. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-325) Refactoring: rename rya.console to rya.shell

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-325:


Github user amihalik commented on a diff in the pull request:

https://github.com/apache/incubator-rya/pull/194#discussion_r131287677
  
--- Diff: extras/pom.xml ---
@@ -34,7 +34,7 @@ under the License.
 rya.prospector
 rya.manual
 rya.periodic.service
-rya.console
+shell
--- End diff --

okay, I'm fine with this.


> Refactoring: rename rya.console to rya.shell
> 
>
> Key: RYA-325
> URL: https://issues.apache.org/jira/browse/RYA-325
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Affects Versions: 3.2.10
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.11
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya pull request #194: RYA-325 Renamed rya.console to rya.shell.

2017-08-03 Thread amihalik
Github user amihalik commented on a diff in the pull request:

https://github.com/apache/incubator-rya/pull/194#discussion_r131287677
  
--- Diff: extras/pom.xml ---
@@ -34,7 +34,7 @@ under the License.
 rya.prospector
 rya.manual
 rya.periodic.service
-rya.console
+shell
--- End diff --

okay, I'm fine with this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-08-03 Thread amihalik
Github user amihalik commented on the issue:

https://github.com/apache/incubator-rya/pull/181
  
@isper3at Thanks for taking a look at it.  I'm testing it out now before I 
merge it


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-313) Rya Mongo Blows up on Large result sets

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-313:


Github user asfgit commented on the issue:

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

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/353/Failed
 Tests: 2incubator-rya-master-with-optionals-pull-requests/org.apache.rya:mongodb.rya:
 1org.apache.rya.mongodb.MongoDBQueryEngineTest.statementQueryincubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing.example:
 1ExamplesTest.MongoRyaDirectExampleTest



> Rya Mongo Blows up on Large result sets
> ---
>
> Key: RYA-313
> URL: https://issues.apache.org/jira/browse/RYA-313
> Project: Rya
>  Issue Type: Bug
>  Components: dao
>Affects Versions: 3.2.10
> Environment: Mongo DB with Rya 3.2.11-SNAPSHOT with a lot of data in 
> Rya
>Reporter: Aaron Mihalik
>Assignee: Andrew Smith
>
> Simple queries that return a lot of results fail because mongo is trying to 
> send all of the results back at once.  For instance, if I have a lot of data 
> and run something like:
> {noformat}
> SELECT * WHERE 
> {
>   ?s a ?t.
> }
> {noformat}
> I will get this exception.
> {noformat}
> Caused by: com.mongodb.MongoCommandException: Command failed with error 
> 16389: 'aggregation result exceeds maximum document size (16MB)' on server 
> localhost:27017. The full response is { "ok" : 0.0, "errmsg" : "aggregation 
> result exceeds maximum document size (16MB)", "code" : 16389 }
> {noformat}
> I think we need to toss in a "AggregationOptions with Batch = 1000", but I 
> couldn't get that to work immediately.  Somebody with more mongo experience 
> needs to look at this.
> [Here is the line of 
> code|https://github.com/apache/incubator-rya/blob/master/dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/iter/RyaStatementBindingSetCursorIterator.java#L114]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya issue #196: RYA-313

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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/353/Failed
 Tests: 2incubator-rya-master-with-optionals-pull-requests/org.apache.rya:mongodb.rya:
 1org.apache.rya.mongodb.MongoDBQueryEngineTest.statementQueryincubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing.example:
 1ExamplesTest.MongoRyaDirectExampleTest



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-313) Rya Mongo Blows up on Large result sets

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-313:


GitHub user isper3at opened a pull request:

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

RYA-313

Aggregation now is performed over batches of 1000.

## Description
>What Changed?
Changed the iterator to use the non-deprecated Mongo api, enabled the 
aggregation framework to work properly.

This could be a very good reason to address: [Jira mongo api 
ticket](https://issues.apache.org/jira/browse/RYA-302)

### Tests
>Coverage?
No tests, just ran locally and assured that no exception for document size 
was thrown.

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

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

 People To Reivew
@amihalik 


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

$ git pull https://github.com/isper3at/incubator-rya RYA-313

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

https://github.com/apache/incubator-rya/pull/196.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 #196


commit 3b279972198d34a2bcda775bc6ec4f9a87ade8ba
Author: isper3at 
Date:   2017-08-03T23:03:11Z

RYA-313
Aggregation now is performed over batches of 1000.




> Rya Mongo Blows up on Large result sets
> ---
>
> Key: RYA-313
> URL: https://issues.apache.org/jira/browse/RYA-313
> Project: Rya
>  Issue Type: Bug
>  Components: dao
>Affects Versions: 3.2.10
> Environment: Mongo DB with Rya 3.2.11-SNAPSHOT with a lot of data in 
> Rya
>Reporter: Aaron Mihalik
>Assignee: Andrew Smith
>
> Simple queries that return a lot of results fail because mongo is trying to 
> send all of the results back at once.  For instance, if I have a lot of data 
> and run something like:
> {noformat}
> SELECT * WHERE 
> {
>   ?s a ?t.
> }
> {noformat}
> I will get this exception.
> {noformat}
> Caused by: com.mongodb.MongoCommandException: Command failed with error 
> 16389: 'aggregation result exceeds maximum document size (16MB)' on server 
> localhost:27017. The full response is { "ok" : 0.0, "errmsg" : "aggregation 
> result exceeds maximum document size (16MB)", "code" : 16389 }
> {noformat}
> I think we need to toss in a "AggregationOptions with Batch = 1000", but I 
> couldn't get that to work immediately.  Somebody with more mongo experience 
> needs to look at this.
> [Here is the line of 
> code|https://github.com/apache/incubator-rya/blob/master/dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/iter/RyaStatementBindingSetCursorIterator.java#L114]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya pull request #196: RYA-313

2017-08-03 Thread isper3at
GitHub user isper3at opened a pull request:

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

RYA-313

Aggregation now is performed over batches of 1000.

## Description
>What Changed?
Changed the iterator to use the non-deprecated Mongo api, enabled the 
aggregation framework to work properly.

This could be a very good reason to address: [Jira mongo api 
ticket](https://issues.apache.org/jira/browse/RYA-302)

### Tests
>Coverage?
No tests, just ran locally and assured that no exception for document size 
was thrown.

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

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

 People To Reivew
@amihalik 


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

$ git pull https://github.com/isper3at/incubator-rya RYA-313

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

https://github.com/apache/incubator-rya/pull/196.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 #196


commit 3b279972198d34a2bcda775bc6ec4f9a87ade8ba
Author: isper3at 
Date:   2017-08-03T23:03:11Z

RYA-313
Aggregation now is performed over batches of 1000.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya issue #195: Temp it fix

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-250) Smart URI avoid data duplication

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-250:


Github user asfgit commented on the issue:

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

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/352/Build
 result: FAILURE[...truncated 4.40 MB...][INFO] Apache Rya Spark 
Support ... SKIPPED[INFO] Apache Rya Web Projects 
 SKIPPED[INFO] Apache Rya Web Implementation 
.. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 07:26 min[INFO] Finished at: 2017-08-03T20:51:59+00:00[INFO] Final 
Memory: 176M/2998M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/target/rat.txt
 -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :rya.indexingchannel stoppedSetting status of 
34cabe2bf03f0674ee41e49b18f2b44645d716e8 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/352/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> Smart URI avoid data duplication
> 
>
> Key: RYA-250
> URL: https://issues.apache.org/jira/browse/RYA-250
> Project: Rya
>  Issue Type: Task
>  Components: dao
>Affects Versions: 3.2.10
>Reporter: Eric White
>Assignee: Eric White
> Fix For: 3.2.10
>
>
> Implement Smart URI methods for avoiding data duplication.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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/352/Build
 result: FAILURE[...truncated 4.40 MB...][INFO] Apache Rya Spark 
Support ... SKIPPED[INFO] Apache Rya Web Projects 
 SKIPPED[INFO] Apache Rya Web Implementation 
.. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 07:26 min[INFO] Finished at: 2017-08-03T20:51:59+00:00[INFO] Final 
Memory: 176M/2998M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/targ
 et/rat.txt -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :rya.indexingchannel stoppedSetting status of 
34cabe2bf03f0674ee41e49b18f2b44645d716e8 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/352/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-250) Smart URI avoid data duplication

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-250:


Github user asfgit commented on the issue:

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

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/351/Build
 result: FAILURE[...truncated 4.38 MB...][INFO] Apache Rya Web 
Projects  SKIPPED[INFO] Apache Rya Web 
Implementation .. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 04:59 min[INFO] Finished at: 2017-08-03T20:46:07+00:00[INFO] Final 
Memory: 257M/3050M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests@2/extras/indexing/target/rat.txt
 -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :rya.indexingchannel stoppedSetting status of 
dd75ff96d5c083a274d7a0590311e36a467f375f to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/351/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> Smart URI avoid data duplication
> 
>
> Key: RYA-250
> URL: https://issues.apache.org/jira/browse/RYA-250
> Project: Rya
>  Issue Type: Task
>  Components: dao
>Affects Versions: 3.2.10
>Reporter: Eric White
>Assignee: Eric White
> Fix For: 3.2.10
>
>
> Implement Smart URI methods for avoiding data duplication.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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/351/Build
 result: FAILURE[...truncated 4.38 MB...][INFO] Apache Rya Web 
Projects  SKIPPED[INFO] Apache Rya Web 
Implementation .. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 04:59 min[INFO] Finished at: 2017-08-03T20:46:07+00:00[INFO] Final 
Memory: 257M/3050M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests@2/extras/indexing/target/rat.txt
 -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :rya.indexingchannel stoppedSetting status of 
dd75ff96d5c083a274d7a0590311e36a467f375f to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/351/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #195: Temp it fix

2017-08-03 Thread jdasch
GitHub user jdasch opened a pull request:

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

Temp it fix


## Description
- Updated maven-failsafe-plugin to run IT's in separate forks until RYA-331 
is finished.
- Removed a duplicate dependency in the rya.pcj.fluo.test.base pom.

### Tests
N/A

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

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

 People To Reivew
@amihalik 
@meiercaleb 


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

$ git pull https://github.com/jdasch/incubator-rya temp-it-fix

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

https://github.com/apache/incubator-rya/pull/195.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 #195


commit f65792de57dab17c88125dbf57b7d19af40ff2da
Author: jdasch 
Date:   2017-08-03T20:25:30Z

Added a temporary fix until RYA-331 is resolved.

commit b4cfff32e52cf119e1b09c67f091fa532821e56d
Author: jdasch 
Date:   2017-08-03T20:26:30Z

Removed duplicate dependency definition.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-283) Incorporate Batch Operations into Fluo Workflow

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-283:


Github user jdasch commented on the issue:

https://github.com/apache/incubator-rya/pull/193
  
Punting until RYA-283 gets merged.


> Incorporate Batch Operations into Fluo Workflow
> ---
>
> Key: RYA-283
> URL: https://issues.apache.org/jira/browse/RYA-283
> Project: Rya
>  Issue Type: Bug
>Affects Versions: 3.2.10
>Reporter: Caleb Meier
>Assignee: Caleb Meier
>
> The BatchObserver framework that is currently under development needs to be 
> integrated with Fluo.  That is, wherever results are added to Fluo from an 
> iterator, or whenever results are deleted within an iteration, Fluo should 
> instead delegate that task to the BatchObserver.  This will ensure that Fluo 
> will not throw an OutOfMemory exception in the event that it attempts to 
> process an extremely large transaction.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya pull request #193: Refactored the rya.periodic.notification.se...

2017-08-03 Thread jdasch
Github user jdasch closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya issue #193: Refactored the rya.periodic.notification.service.

2017-08-03 Thread jdasch
Github user jdasch commented on the issue:

https://github.com/apache/incubator-rya/pull/193
  
Punting until RYA-283 gets merged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya issue #193: Refactored the rya.periodic.notification.service.

2017-08-03 Thread jdasch
Github user jdasch commented on the issue:

https://github.com/apache/incubator-rya/pull/193
  
Mostly my OCD.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-284) Enhance accumulo.rya to support the use of bloom filter

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-284:


Github user thn-w commented on the issue:

https://github.com/apache/incubator-rya/pull/170
  
The error is related to "context" (as mentioned by @amihalik)  that was 
added. I don't have enough knowledge to address the test failures related to 
context at all.


> Enhance accumulo.rya to support the use of bloom filter
> ---
>
> Key: RYA-284
> URL: https://issues.apache.org/jira/browse/RYA-284
> Project: Rya
>  Issue Type: Improvement
>  Components: dao
>Reporter: Tri H. Nguyen
>Assignee: Tri H. Nguyen
>Priority: Minor
>
> Enhancing accumulo.rya to take advantage of the use of bloom filter when 
> enabled in accumulo
> Accumulo's Bloom Filter example
> https://accumulo.apache.org/1.8/examples/bloom



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya issue #170: RYA-284: updated to support the use of bloom filte...

2017-08-03 Thread thn-w
Github user thn-w commented on the issue:

https://github.com/apache/incubator-rya/pull/170
  
The error is related to "context" (as mentioned by @amihalik)  that was 
added. I don't have enough knowledge to address the test failures related to 
context at all.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #194: RYA-325 Renamed rya.console to rya.shell.

2017-08-03 Thread jdasch
Github user jdasch commented on a diff in the pull request:

https://github.com/apache/incubator-rya/pull/194#discussion_r131241480
  
--- Diff: extras/pom.xml ---
@@ -34,7 +34,7 @@ under the License.
 rya.prospector
 rya.manual
 rya.periodic.service
-rya.console
+shell
--- End diff --

It makes filesystem navigation by shell faster and yields shorter, less 
redundant paths.  If that convention was fully expanded, we would end up having:
`incubator-rya/rya.extras/rya.shell` which is more rya's than I'd like to 
type.

Does windows still have those long path limitations?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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/349/Build
 result: FAILURE[...truncated 4.41 MB...][INFO] Apache Rya Spark 
Support ... SKIPPED[INFO] Apache Rya Web Projects 
 SKIPPED[INFO] Apache Rya Web Implementation 
.. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 06:51 min[INFO] Finished at: 2017-08-03T19:40:41+00:00[INFO] Final 
Memory: 330M/3416M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/targ
 et/rat.txt -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :rya.indexingchannel stoppedSetting status of 
399848f707f3f7f9e69cf8deaa8e4d1607f242a4 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/349/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-250) Smart URI avoid data duplication

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-250:


Github user asfgit commented on the issue:

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

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/349/Build
 result: FAILURE[...truncated 4.41 MB...][INFO] Apache Rya Spark 
Support ... SKIPPED[INFO] Apache Rya Web Projects 
 SKIPPED[INFO] Apache Rya Web Implementation 
.. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 06:51 min[INFO] Finished at: 2017-08-03T19:40:41+00:00[INFO] Final 
Memory: 330M/3416M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project rya.indexing: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/target/rat.txt
 -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :rya.indexingchannel stoppedSetting status of 
399848f707f3f7f9e69cf8deaa8e4d1607f242a4 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/349/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> Smart URI avoid data duplication
> 
>
> Key: RYA-250
> URL: https://issues.apache.org/jira/browse/RYA-250
> Project: Rya
>  Issue Type: Task
>  Components: dao
>Affects Versions: 3.2.10
>Reporter: Eric White
>Assignee: Eric White
> Fix For: 3.2.10
>
>
> Implement Smart URI methods for avoiding data duplication.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-325) Refactoring: rename rya.console to rya.shell

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-325:


Github user amihalik commented on a diff in the pull request:

https://github.com/apache/incubator-rya/pull/194#discussion_r131240139
  
--- Diff: extras/pom.xml ---
@@ -34,7 +34,7 @@ under the License.
 rya.prospector
 rya.manual
 rya.periodic.service
-rya.console
+shell
--- End diff --

 agree with Andrew.  Why not put this is rya.shell?


> Refactoring: rename rya.console to rya.shell
> 
>
> Key: RYA-325
> URL: https://issues.apache.org/jira/browse/RYA-325
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Affects Versions: 3.2.10
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.11
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya pull request #194: RYA-325 Renamed rya.console to rya.shell.

2017-08-03 Thread amihalik
Github user amihalik commented on a diff in the pull request:

https://github.com/apache/incubator-rya/pull/194#discussion_r131240139
  
--- Diff: extras/pom.xml ---
@@ -34,7 +34,7 @@ under the License.
 rya.prospector
 rya.manual
 rya.periodic.service
-rya.console
+shell
--- End diff --

 agree with Andrew.  Why not put this is rya.shell?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-08-03 Thread ejwhite922
Github user ejwhite922 closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-325) Refactoring: rename rya.console to rya.shell

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-325:


Github user asfgit commented on the issue:

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

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



> Refactoring: rename rya.console to rya.shell
> 
>
> Key: RYA-325
> URL: https://issues.apache.org/jira/browse/RYA-325
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Affects Versions: 3.2.10
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.11
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya issue #194: RYA-325 Renamed rya.console to rya.shell.

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-318) Add Loading Data and Executing SPARQL Queries to the Rya Shell

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-318:


Github user jdasch closed the pull request at:

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


> Add Loading Data and Executing SPARQL Queries to the Rya Shell
> --
>
> Key: RYA-318
> URL: https://issues.apache.org/jira/browse/RYA-318
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.11
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (RYA-318) Add Loading Data and Executing SPARQL Queries to the Rya Shell

2017-08-03 Thread Jeff Dasch (JIRA)

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

Jeff Dasch edited comment on RYA-318 at 8/3/17 7:09 PM:


Fix version needed adjusting.  Done.


was (Author: jdasch):
Fix Version is wrong.

> Add Loading Data and Executing SPARQL Queries to the Rya Shell
> --
>
> Key: RYA-318
> URL: https://issues.apache.org/jira/browse/RYA-318
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.11
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (RYA-325) Refactoring: rename rya.console to rya.shell

2017-08-03 Thread Jeff Dasch (JIRA)

 [ 
https://issues.apache.org/jira/browse/RYA-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Dasch updated RYA-325:
---
Affects Version/s: 3.2.10

> Refactoring: rename rya.console to rya.shell
> 
>
> Key: RYA-325
> URL: https://issues.apache.org/jira/browse/RYA-325
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Affects Versions: 3.2.10
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.11
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-324) geoWave and geoMesa depend on different versions of the GeoTools

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-324:


Github user asfgit commented on the issue:

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

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/347/Build
 result: FAILURE[...truncated 6.48 MB...][INFO] Apache Rya Web 
Projects  SKIPPED[INFO] Apache Rya Web 
Implementation .. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 23:24 min[INFO] Finished at: 2017-08-03T17:59:32+00:00[INFO] Final 
Memory: 398M/2938M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project geo.geowave: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/geo.geowave/target/rat.txt
 -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :geo.geowavechannel stoppedSetting status of 
7b752c5972388be9014b26c1e0c7e0b61ea5c6be to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/347/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> geoWave and geoMesa depend on different versions of the GeoTools
> 
>
> Key: RYA-324
> URL: https://issues.apache.org/jira/browse/RYA-324
> Project: Rya
>  Issue Type: Bug
>  Components: sail
>Affects Versions: 3.2.10
>Reporter: David W. Lotts
>Assignee: David W. Lotts
>  Labels: dependencies, geo, refactor
> Fix For: 3.2.10
>
>
> Refactored geo libraries into separate projects/modules/jars.
> Geo libraries are optional and turned off by default because the GeoTools is 
> has an incompatible license.
> Further, geoWave and geoMesa depend on different versions of the GeoTools, so 
> they must be in separate projects.
> The new modules (projects) are
> geo.common
> geo.mongo
> geo.geomesa
> geo.geowave
> These are modules of the project rya.geoindexing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (RYA-324) geoWave and geoMesa depend on different versions of the GeoTools

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-324:


Github user asfgit commented on the issue:

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

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/346/Build
 result: FAILURE[...truncated 6.94 MB...][INFO] Apache Rya Spark 
Support ... SKIPPED[INFO] Apache Rya Web Projects 
 SKIPPED[INFO] Apache Rya Web Implementation 
.. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 28:21 min[INFO] Finished at: 2017-08-03T17:43:07+00:00[INFO] Final 
Memory: 325M/2928M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project geo.geowave: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/geo.geowave/target/rat.txt
 -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :geo.geowavechannel stoppedSetting status of 
eecd61458b7b0a2a022b9436bab3ab2210ddab42 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/346/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



> geoWave and geoMesa depend on different versions of the GeoTools
> 
>
> Key: RYA-324
> URL: https://issues.apache.org/jira/browse/RYA-324
> Project: Rya
>  Issue Type: Bug
>  Components: sail
>Affects Versions: 3.2.10
>Reporter: David W. Lotts
>Assignee: David W. Lotts
>  Labels: dependencies, geo, refactor
> Fix For: 3.2.10
>
>
> Refactored geo libraries into separate projects/modules/jars.
> Geo libraries are optional and turned off by default because the GeoTools is 
> has an incompatible license.
> Further, geoWave and geoMesa depend on different versions of the GeoTools, so 
> they must be in separate projects.
> The new modules (projects) are
> geo.common
> geo.mongo
> geo.geomesa
> geo.geowave
> These are modules of the project rya.geoindexing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya issue #182: RYA-324, RYA-272 Geo refactoring and examples

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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/346/Build
 result: FAILURE[...truncated 6.94 MB...][INFO] Apache Rya Spark 
Support ... SKIPPED[INFO] Apache Rya Web Projects 
 SKIPPED[INFO] Apache Rya Web Implementation 
.. SKIPPED[INFO] 
[INFO] 
BUILD FAILURE[INFO] 
[INFO] 
Total time: 28:21 min[INFO] Finished at: 2017-08-03T17:43:07+00:00[INFO] Final 
Memory: 325M/2928M[INFO] 
[ERROR] 
Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(check-licenses) on project geo.geowave: Too many files with unapproved 
license: 1 See RAT report in: 
/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexin
 g/geo.geowave/target/rat.txt -> [Help 1][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/MojoFailureException[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command[ERROR]   mvn  -rf :geo.geowavechannel stoppedSetting status of 
eecd61458b7b0a2a022b9436bab3ab2210ddab42 to FAILURE with url 
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/346/
 and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Closed] (RYA-318) Add Loading Data and Executing SPARQL Queries to the Rya Shell

2017-08-03 Thread Caleb Meier (JIRA)

 [ 
https://issues.apache.org/jira/browse/RYA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Caleb Meier closed RYA-318.
---
   Resolution: Fixed
Fix Version/s: 3.2.10

> Add Loading Data and Executing SPARQL Queries to the Rya Shell
> --
>
> Key: RYA-318
> URL: https://issues.apache.org/jira/browse/RYA-318
> Project: Rya
>  Issue Type: Sub-task
>  Components: clients
>Reporter: Jeff Dasch
>Assignee: Jeff Dasch
> Fix For: 3.2.10
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (RYA-334) GeoTemporal needs to be able to return the original WKT

2017-08-03 Thread Andrew Smith (JIRA)

 [ 
https://issues.apache.org/jira/browse/RYA-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Smith updated RYA-334:
-
Description: 
GeoTemporal needs to successfully return the WKT when performing queries such 
as:

PREFIX time: 
PREFIX tempo: 
PREFIX geo: 
PREFIX geof: 
SELECT ?feature ?point ?wkt ?time
{
   time:atTime ?time .
  ?feature a geo:Feature .
  ?feature geo:hasGeometry ?point .
  ?point a geo:Point .
  ?point geo:asWKT ?wkt .
  FILTER(geof:sfWithin(?wkt, \"POLYGON((-78 39, -77 39, -77 38, -78 38, -78 
39))\"^^geo:wktLiteral))
  FILTER(tempo:equals(?time, \"2015-12-30T12:00:00Z\"))
}

> GeoTemporal needs to be able to return the original WKT
> ---
>
> Key: RYA-334
> URL: https://issues.apache.org/jira/browse/RYA-334
> Project: Rya
>  Issue Type: Bug
>Reporter: Andrew Smith
>Assignee: Andrew Smith
>
> GeoTemporal needs to successfully return the WKT when performing queries such 
> as:
> PREFIX time: 
> PREFIX tempo: 
> PREFIX geo: 
> PREFIX geof: 
> SELECT ?feature ?point ?wkt ?time
> {
>time:atTime ?time .
>   ?feature a geo:Feature .
>   ?feature geo:hasGeometry ?point .
>   ?point a geo:Point .
>   ?point geo:asWKT ?wkt .
>   FILTER(geof:sfWithin(?wkt, \"POLYGON((-78 39, -77 39, -77 38, -78 38, -78 
> 39))\"^^geo:wktLiteral))
>   FILTER(tempo:equals(?time, \"2015-12-30T12:00:00Z\"))
> }



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (RYA-317) Implement Nearby for mongo geo

2017-08-03 Thread Caleb Meier (JIRA)

 [ 
https://issues.apache.org/jira/browse/RYA-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Caleb Meier closed RYA-317.
---
Resolution: Fixed

> Implement Nearby for mongo geo
> --
>
> Key: RYA-317
> URL: https://issues.apache.org/jira/browse/RYA-317
> Project: Rya
>  Issue Type: Bug
>Reporter: Andrew Smith
>Assignee: Andrew Smith
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-rya issue #193: Refactored the rya.periodic.notification.service.

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya issue #193: Refactored the rya.periodic.notification.service.

2017-08-03 Thread jdasch
Github user jdasch commented on the issue:

https://github.com/apache/incubator-rya/pull/193
  
asfbot build


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya issue #193: Refactored the rya.periodic.notification.service.

2017-08-03 Thread asfgit
Github user asfgit commented on the issue:

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

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/343/Failed
 Tests: 1incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.indexing:
 1org.apache.rya.indexing.mongo.MongoTemporalIndexerTest.org.apache.rya.indexing.mongo.MongoTemporalIndexerTest



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya pull request #193: Refactored the rya.periodic.notification.se...

2017-08-03 Thread jdasch
GitHub user jdasch opened a pull request:

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

Refactored the rya.periodic.notification.service.


## Description
>What Changed?
- Light pom cleaning (removed overrides, renaming, wordsmithing)
- Set maven-failsave-plugin reuseForks=false until RYA-331 is resolved
- Eliminated redundant text in file paths
- This makes adding the twill app for RYA-305 a little cleaner.

### Tests
>Coverage?
N/A

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

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

 People To Reivew
@meiercaleb 
@amihalik 


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

$ git pull https://github.com/jdasch/incubator-rya 
refactored-rya-periodic-service

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

https://github.com/apache/incubator-rya/pull/193.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 #193


commit e2a26d8b060930c10fd6198a5b64afe85bfeb382
Author: jdasch 
Date:   2017-08-03T13:47:47Z

Refactored the rya.periodic.notification.service.

- Light pom cleaning
- Set maven-failsave-plugin reuseForks=false until RYA-331 is resolved
- Eliminated redundant text in file paths




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-rya issue #182: RYA-324, RYA-272 Geo refactoring and examples

2017-08-03 Thread jdasch
Github user jdasch commented on the issue:

https://github.com/apache/incubator-rya/pull/182
  
Nit on artifact names.  Please make them consistent with other artifacts:

```
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Rya Project
[INFO] Apache Rya Common Projects
[INFO] Apache Rya Common API
[INFO] Apache Rya Provenance
[INFO] Apache Rya DAO Projects
[INFO] Apache Rya Accumulo DAO
[INFO] Apache Rya MongoDB DAO
[INFO] Apache Rya Extra Projects
[INFO] Apache Rya Prospector
[INFO] Apache Rya Manual
[INFO] Apache Rya SAIL
[INFO] Apache Rya PCJ Core
[INFO] Apache Rya PCJ Fluo Parent
[INFO] Apache Rya PCJ Fluo App
[INFO] Apache Rya PCJ Fluo API
[INFO] Apache Rya Secondary Indexing
[INFO] Apache Rya Console
[INFO] Apache Rya Secondary Indexing Example
[INFO] Apache Rya MapReduce Tools
[INFO] Apache Rya Reasoning
[INFO] Apache Rya Vagrant VM
[INFO] Apache Rya PCJ Fluo Client
[INFO] Apache Rya PCJ Fluo Integration Tests
[INFO] Apache Rya PCJ Fluo Demo
[INFO] Apache Rya Export Parent
[INFO] Apache Rya Export API
[INFO] Apache Rya Export Accumulo
[INFO] Apache Rya Export Mongo
[INFO] Apache Rya Export Client
[INFO] Apache Rya Export Integration Tests
[INFO] Apache Rya Merge Tool
[INFO] Apache Rya Giraph
[INFO] Apache Rya Benchmarks
[INFO] Geo indexing parent for multiple geo implementations
[INFO] Apache Rya Geospatial Secondary Indexing (Optional)
[INFO] Geo Indexing using GeoMesa
[INFO] Geo indexing using GeoWave
[INFO] Geo indexing for mongo
[INFO] Apache Rya OSGI Bundle
[INFO] Apache Rya ALX
[INFO] Apache Rya ALX Console
[INFO] Apache Rya Camel
[INFO] Apache Rya Pig Projects
[INFO] Apache Rya Accumulo Pig
[INFO] Apache Rya Spark Support
[INFO] Apache Rya Web Projects
[INFO] Apache Rya Web Implementation
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (RYA-324) geoWave and geoMesa depend on different versions of the GeoTools

2017-08-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on RYA-324:


Github user jdasch commented on the issue:

https://github.com/apache/incubator-rya/pull/182
  
Nit on artifact names.  Please make them consistent with other artifacts:

```
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Rya Project
[INFO] Apache Rya Common Projects
[INFO] Apache Rya Common API
[INFO] Apache Rya Provenance
[INFO] Apache Rya DAO Projects
[INFO] Apache Rya Accumulo DAO
[INFO] Apache Rya MongoDB DAO
[INFO] Apache Rya Extra Projects
[INFO] Apache Rya Prospector
[INFO] Apache Rya Manual
[INFO] Apache Rya SAIL
[INFO] Apache Rya PCJ Core
[INFO] Apache Rya PCJ Fluo Parent
[INFO] Apache Rya PCJ Fluo App
[INFO] Apache Rya PCJ Fluo API
[INFO] Apache Rya Secondary Indexing
[INFO] Apache Rya Console
[INFO] Apache Rya Secondary Indexing Example
[INFO] Apache Rya MapReduce Tools
[INFO] Apache Rya Reasoning
[INFO] Apache Rya Vagrant VM
[INFO] Apache Rya PCJ Fluo Client
[INFO] Apache Rya PCJ Fluo Integration Tests
[INFO] Apache Rya PCJ Fluo Demo
[INFO] Apache Rya Export Parent
[INFO] Apache Rya Export API
[INFO] Apache Rya Export Accumulo
[INFO] Apache Rya Export Mongo
[INFO] Apache Rya Export Client
[INFO] Apache Rya Export Integration Tests
[INFO] Apache Rya Merge Tool
[INFO] Apache Rya Giraph
[INFO] Apache Rya Benchmarks
[INFO] Geo indexing parent for multiple geo implementations
[INFO] Apache Rya Geospatial Secondary Indexing (Optional)
[INFO] Geo Indexing using GeoMesa
[INFO] Geo indexing using GeoWave
[INFO] Geo indexing for mongo
[INFO] Apache Rya OSGI Bundle
[INFO] Apache Rya ALX
[INFO] Apache Rya ALX Console
[INFO] Apache Rya Camel
[INFO] Apache Rya Pig Projects
[INFO] Apache Rya Accumulo Pig
[INFO] Apache Rya Spark Support
[INFO] Apache Rya Web Projects
[INFO] Apache Rya Web Implementation
```


> geoWave and geoMesa depend on different versions of the GeoTools
> 
>
> Key: RYA-324
> URL: https://issues.apache.org/jira/browse/RYA-324
> Project: Rya
>  Issue Type: Bug
>  Components: sail
>Affects Versions: 3.2.10
>Reporter: David W. Lotts
>Assignee: David W. Lotts
>  Labels: dependencies, geo, refactor
> Fix For: 3.2.10
>
>
> Refactored geo libraries into separate projects/modules/jars.
> Geo libraries are optional and turned off by default because the GeoTools is 
> has an incompatible license.
> Further, geoWave and geoMesa depend on different versions of the GeoTools, so 
> they must be in separate projects.
> The new modules (projects) are
> geo.common
> geo.mongo
> geo.geomesa
> geo.geowave
> These are modules of the project rya.geoindexing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)