You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by isper3at <gi...@git.apache.org> on 2017/07/26 21:30:40 UTC

[GitHub] incubator-rya pull request #186: Rya 317 Added Near function for geo mongodb

GitHub user isper3at opened a pull request:

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

    Rya 317 Added Near function for geo mongodb

    >What Changed?
    Changed GeoTupleSet to no long always call GeoWithin
    Create the Geo Indexer properly
    Add GeoNear function for MongoDB and an unsupported exception for accumulo.
    
    ### Tests
    >Coverage?
    Full Near() coverage
    added test to ensure delete works on GEO
    
    ### Links
    [Jira](https://issues.apache.org/jira/browse/RYA-317)
    
    ### 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/isper3at/incubator-rya RYA-317

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

    https://github.com/apache/incubator-rya/pull/186.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 #186
    
----
commit 202c644444f21f5451d8952bfba07e9049fda7f0
Author: isper3at <sm...@gmail.com>
Date:   2017-07-19T18:47:18Z

    RYA-309 Added delete support to indexers
    
    Delete was never called on the secondary indexers
    in mongo.
    Created a test to ensure that it now happens and
    added support.

commit 5ac80dd81807d83268f465bd3a90c5246bcea870
Author: isper3at <sm...@gmail.com>
Date:   2017-07-19T19:15:50Z

    Responded to code review

commit 0d03bf7dd4f52c49746859178b42c31f1ed1e6d2
Author: isper3at <sm...@gmail.com>
Date:   2017-07-25T20:15:38Z

    RYA-317 Added Mongo Near support
    
    Support for mongo added.
    fixed so no longer always calls sfWithin
    properly enabled Geo indexer in mongo

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    
    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/282/<h2>Build result: FAILURE</span></h2>[...truncated 8.12 MB...][INFO] ------------------------------------------------------------------------[INFO] Total time: 41:06 min[INFO] Finished at: 2017-07-26T22:13:01+00:00[INFO] Final Memory: 219M/1005M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project rya.geoindexing: Compilation failure: Compilation failure:[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoMesaGeoIndexer.java:[123,8] org.apache.rya.indexing.accumulo.geo.GeoMesaGeoIndexer is not abstract and does not override abstract method queryNear(org.apache.rya.indexing.accumulo.geo.GeoTupleSet.GeoSearchFunctionFactory.NearQuery,org.a
 pache.rya.indexing.StatementConstraints) in org.apache.rya.indexing.GeoIndexer[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoMesaGeoIndexer.java:[414,5] method does not override or implement a method from a supertype[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoWaveGeoIndexer.java:[133,8] org.apache.rya.indexing.accumulo.geo.GeoWaveGeoIndexer is not abstract and does not override abstract method queryNear(org.apache.rya.indexing.accumulo.geo.GeoTupleSet.GeoSearchFunctionFactory.NearQuery,org.apache.rya.indexing.StatementConstraints) in org.apache.rya.indexing.GeoIndexer[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/ge
 o/GeoWaveGeoIndexer.java:[662,5] method does not override or implement a method from a supertype[ERROR] -> [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 <goals> -rf :rya.geoindexingchannel stoppedSetting status of 0d03bf7dd4f52c49746859178b42c31f1ed1e6d2 to FAILURE with url https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/282/ 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

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



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

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



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    
    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/296/<h2>Build result: ABORTED</span></h2>[...truncated 5.76 MB...][INFO] --- apache-rat-plugin:0.11:check (check-licenses) @ rya.console ---[INFO] 51 implicit excludes (use -debug for more details).[INFO] Exclude: spring-shell.log[INFO] 25 resources included (use -debug for more details)[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 24 licence.[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 27 iota=55[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-mvn) @ rya.console ---[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 27 iota=55[INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default-prepare-agent) @ rya.console ---[INFO] argLine set to -javaagent:/home/jenkins
 /jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.console/target/jacoco.exec[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 27 iota=55[INFO] [INFO] --- license-maven-plugin:2.6:format (default) @ rya.console ---[INFO] Updating license headers...[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 27 iota=55[INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ rya.console ---Build was abortedchannel stoppedSetting status of c455851f013d9a82257717a4fecdd54756bf8c2a to FAILURE with url https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/296/ and message: 'FAILURE 'Using context: Jenkins: cle
 an 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    @isper3at also: bonus for the use of "spheroid complement disc" :1st_place_medal: 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya pull request #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    
    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/283/<h2>Build result: FAILURE</span></h2>[...truncated 8.11 MB...][INFO] Final Memory: 211M/1236M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project rya.geoindexing: Compilation failure: Compilation failure:[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoMesaGeoIndexer.java:[420,68] method queryNear(java.lang.String,org.apache.rya.indexing.StatementConstraints) is already defined in class org.apache.rya.indexing.accumulo.geo.GeoMesaGeoIndexer[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoMesaGeoIndexer.java:[123
 ,8] org.apache.rya.indexing.accumulo.geo.GeoMesaGeoIndexer is not abstract and does not override abstract method queryNear(org.apache.rya.indexing.accumulo.geo.GeoTupleSet.GeoSearchFunctionFactory.NearQuery,org.apache.rya.indexing.StatementConstraints) in org.apache.rya.indexing.GeoIndexer[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoMesaGeoIndexer.java:[414,5] method does not override or implement a method from a supertype[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoMesaGeoIndexer.java:[419,5] method does not override or implement a method from a supertype[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoWaveGe
 oIndexer.java:[133,8] org.apache.rya.indexing.accumulo.geo.GeoWaveGeoIndexer is not abstract and does not override abstract method queryNear(org.apache.rya.indexing.accumulo.geo.GeoTupleSet.GeoSearchFunctionFactory.NearQuery,org.apache.rya.indexing.StatementConstraints) in org.apache.rya.indexing.GeoIndexer[ERROR] /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/accumulo/geo/GeoWaveGeoIndexer.java:[662,5] method does not override or implement a method from a supertype[ERROR] -> [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 <goals> -rf :rya.geoindexingchannel stoppedSetting status of 912a1bdf1e73578308ac879d8888a383520cfad5 to FAILURE with url https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/283/ 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    @isper3at @meiercaleb There was a slight build error.  I don't think I can append a commit onto this PR, so I started a fresh one at #187. Lets move any conversation there.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

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



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    
    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/300/<h2>Build result: FAILURE</span></h2>[...truncated 5.03 MB...][INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 08:48 min[INFO] Finished at: 2017-07-28T17:21:10+00:00[INFO] Final Memory: 143M/3046M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project rya.indexing: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?[ERROR] Command was /bin/sh -c cd /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing && /usr/local/asfpackages/java/j
 dk1.8.0_144/jre/bin/java -Dfile.encoding=UTF-8 -jar /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/target/surefire/surefirebooter8526755790345756435.jar /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/target/surefire/surefire6942979927131188213tmp /home/jenkins/jenkins-slave/workspace/incubator-rya-master-with-optionals-pull-requests/extras/indexing/target/surefire/surefire_81720187939286316452tmp[ERROR] -> [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/PluginExecutionException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR]   mvn
  <goals> -rf :rya.indexingchannel stoppedSetting status of c455851f013d9a82257717a4fecdd54756bf8c2a to FAILURE with url https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/300/ 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    
    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/309/<h2>Failed Tests: <span class='status-failure'>39</span></h2><h3><a name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.geoindexing' /><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.geoindexing</a>: <span class='status-failure'>36</span></h3><ul><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_constantSubject/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_constantSubject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.ap
 ache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_variableSubject_existingBindingset/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_variableSubject_existingBindingset</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_variableSubject/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_variableSubject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_variableSubject_existingBindingsetWrongFilters/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_variableSubject_existingBindingsetWrongFilters</strong></a></li><li><a href='https://builds.
 apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/EventDocumentConverterTest/to_and_from_document/'><strong>org.apache.rya.indexing.geotemporal.mongo.EventDocumentConverterTest.to_and_from_document</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_onlyGeos/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_onlyGeos</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_onlyOneGeo/'><strong>org.apache.rya
 .indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_onlyOneGeo</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_GeoTemporalOneEach/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_GeoTemporalOneEach</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/serializeTest/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.serializeTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apa
 che.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_GeoTemporalTwoEach/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_GeoTemporalTwoEach</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_GeoTemporalSingleGeoTwoTemporal/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_GeoTemporalSingleGeoTwoTemporal</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/create_and_get/'><strong>org.apache.
 rya.indexing.geotemporal.mongo.MongoEventStorageTest.create_and_get</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/delete/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoEventStorageTest.delete</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/update/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoEventStorageTest.update</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/can_not_create_with_same_subject/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoEve
 ntStorageTest.can_not_create_with_same_subject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testCrossesLine/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testCrossesLine</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testIntersectsLine/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testIntersectsLine</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testContainsLine/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testContainsLine</strong></a></li><li><a href='https:
 //builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testOverlapsPoint/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testOverlapsPoint</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testOverlapsLine/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testOverlapsLine</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testEquals/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testEquals</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$ry
 a.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testIntersectsPoint/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testIntersectsPoint</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearch/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearch</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithContext/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithContext</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDe
 leteSearch/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDeleteSearch</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testPrimeMeridianSearch/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testPrimeMeridianSearch</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithSubject/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithSubject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithPredicate/'><strong>org.apache.rya.indexing.mongo.MongoGeoI
 ndexerTest.testDcSearchWithPredicate</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithSubjectAndContext/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithSubjectAndContext</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal/MongoGeoTemporalIndexIT/variableSubjQuery_Test/'><strong>org.apache.rya.indexing.geotemporal.MongoGeoTemporalIndexIT.variableSubjQuery_Test</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal/MongoGeoTemporalIndexIT/ensureInEventStore_Test/'><strong>org.apache.rya.indexing.geotemporal.MongoGeo
 TemporalIndexIT.ensureInEventStore_Test</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal/MongoGeoTemporalIndexIT/constantSubjQuery_Test/'><strong>org.apache.rya.indexing.geotemporal.MongoGeoTemporalIndexIT.constantSubjQuery_Test</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoGeoTemporalIndexerIT/ensureEvent/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoGeoTemporalIndexerIT.ensureEvent</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIT/deleteTest/'><strong>org.apache.rya.indexing.mongo.MongoGeoIT.deleteTest</strong></a></li><li><a href=
 'https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerFilterIT/nearHappyUsesTest/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerFilterIT.nearHappyUsesTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoIndexerDeleteIT/deleteTest/'><strong>org.apache.rya.indexing.mongo.MongoIndexerDeleteIT.deleteTest</strong></a></li></ul><h3><a name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.prospector' /><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.prospector/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.prospector</a>: <span class='status-failure'>3</span></h3><ul><li><a href='https://builds.apache.org/job
 /incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.prospector/testReport/org.apache.rya.prospector.mr/ProspectorTest/testCount/'><strong>org.apache.rya.prospector.mr.ProspectorTest.testCount</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.prospector/testReport/org.apache.rya.prospector.service/ProspectorServiceEvalStatsDAOTest/testCount/'><strong>org.apache.rya.prospector.service.ProspectorServiceEvalStatsDAOTest.testCount</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/309/org.apache.rya$rya.prospector/testReport/org.apache.rya.prospector.service/ProspectorServiceEvalStatsDAOTest/testNoAuthsCount/'><strong>org.apache.rya.prospector.service.ProspectorServiceEvalStatsDAOTest.testNoAuthsCount</strong></a></li></ul>



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    
    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/316/<h2>Failed Tests: <span class='status-failure'>35</span></h2><h3><a name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:mongodb.rya' /><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$mongodb.rya/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:mongodb.rya</a>: <span class='status-failure'>3</span></h3><ul><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$mongodb.rya/testReport/org.apache.rya.mongodb/MongoDBQueryEngineTest/org_apache_rya_mongodb_MongoDBQueryEngineTest/'><strong>org.apache.rya.mongodb.MongoDBQueryEngineTest.org.apache.rya.mongodb.MongoDBQueryEngineTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$mongodb.rya/testReport/org.apache.rya.
 mongodb/MongoDBRyaDAOTest/org_apache_rya_mongodb_MongoDBRyaDAOTest/'><strong>org.apache.rya.mongodb.MongoDBRyaDAOTest.org.apache.rya.mongodb.MongoDBRyaDAOTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$mongodb.rya/testReport/org.apache.rya.mongodb/MongoDBRyaDAOIT/org_apache_rya_mongodb_MongoDBRyaDAOIT/'><strong>org.apache.rya.mongodb.MongoDBRyaDAOIT.org.apache.rya.mongodb.MongoDBRyaDAOIT</strong></a></li></ul><h3><a name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.geoindexing' /><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.geoindexing</a>: <span class='status-failure'>30</span></h3><ul><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/test
 Report/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_constantSubject/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_constantSubject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_variableSubject_existingBindingset/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_variableSubject_existingBindingset</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_variableSubject/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_variableSubject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optional
 s-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.model/EventQueryNodeTest/evaluate_variableSubject_existingBindingsetWrongFilters/'><strong>org.apache.rya.indexing.geotemporal.model.EventQueryNodeTest.evaluate_variableSubject_existingBindingsetWrongFilters</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/EventDocumentConverterTest/to_and_from_document/'><strong>org.apache.rya.indexing.geotemporal.mongo.EventDocumentConverterTest.to_and_from_document</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_onlyGeos/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBSto
 rageStrategyTest.equalsInstantAfterInterval_onlyGeos</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_onlyOneGeo/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_onlyOneGeo</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_GeoTemporalOneEach/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_GeoTemporalOneEach</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache
 .rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/serializeTest/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.serializeTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_GeoTemporalTwoEach/'><strong>org.apache.rya.indexing.geotemporal.mongo.GeoTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_GeoTemporalTwoEach</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/GeoTemporalMongoDBStorageStrategyTest/equalsInstantAfterInterval_GeoTemporalSingleGeoTwoTemporal/'><strong>org.apache.rya.indexing.geotemporal.mongo.Ge
 oTemporalMongoDBStorageStrategyTest.equalsInstantAfterInterval_GeoTemporalSingleGeoTwoTemporal</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/create_and_get/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoEventStorageTest.create_and_get</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/delete/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoEventStorageTest.delete</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/update/'><strong>org.apache.rya.indexing.geotempor
 al.mongo.MongoEventStorageTest.update</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoEventStorageTest/can_not_create_with_same_subject/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoEventStorageTest.can_not_create_with_same_subject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerSfTest/testEquals/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerSfTest.testEquals</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearch/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearch</strong></a></l
 i><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithContext/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithContext</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testPrimeMeridianSearch/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testPrimeMeridianSearch</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithSubject/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithSubject</strong></a></li><li><a href='https://builds.apache.org/job/incubator-
 rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testRestrictPredicatesSearch/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testRestrictPredicatesSearch</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithPredicate/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithPredicate</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerTest/testDcSearchWithSubjectAndContext/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerTest.testDcSearchWithSubjectAndContext</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optio
 nals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal/MongoGeoTemporalIndexIT/variableSubjQuery_Test/'><strong>org.apache.rya.indexing.geotemporal.MongoGeoTemporalIndexIT.variableSubjQuery_Test</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal/MongoGeoTemporalIndexIT/ensureInEventStore_Test/'><strong>org.apache.rya.indexing.geotemporal.MongoGeoTemporalIndexIT.ensureInEventStore_Test</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal/MongoGeoTemporalIndexIT/constantSubjQuery_Test/'><strong>org.apache.rya.indexing.geotemporal.MongoGeoTemporalIndexIT.constantSubjQuery_Test</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-opti
 onals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.geotemporal.mongo/MongoGeoTemporalIndexerIT/ensureEvent/'><strong>org.apache.rya.indexing.geotemporal.mongo.MongoGeoTemporalIndexerIT.ensureEvent</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIT/deleteTest/'><strong>org.apache.rya.indexing.mongo.MongoGeoIT.deleteTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.mongo/MongoGeoIndexerFilterIT/nearHappyUsesTest/'><strong>org.apache.rya.indexing.mongo.MongoGeoIndexerFilterIT.nearHappyUsesTest</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.geoindexing/testReport/org.apache.rya.indexing.m
 ongo/MongoIndexerDeleteIT/deleteTest/'><strong>org.apache.rya.indexing.mongo.MongoIndexerDeleteIT.deleteTest</strong></a></li></ul><h3><a name='incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.pcj.fluo.integration' /><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.pcj.fluo.integration/testReport'>incubator-rya-master-with-optionals-pull-requests/org.apache.rya:rya.pcj.fluo.integration</a>: <span class='status-failure'>2</span></h3><ul><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.pcj.fluo.integration/testReport/org.apache.rya.indexing.pcj.fluo.integration/KafkaRyaSubGraphExportIT/basicConstructQuery/'><strong>org.apache.rya.indexing.pcj.fluo.integration.KafkaRyaSubGraphExportIT.basicConstructQuery</strong></a></li><li><a href='https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/316/org.apache.rya$rya.pcj
 .fluo.integration/testReport/org.apache.rya.indexing.pcj.fluo.integration/KafkaRyaSubGraphExportIT/constructQueryWithVisAndMultipleSubGraphs/'><strong>org.apache.rya.indexing.pcj.fluo.integration.KafkaRyaSubGraphExportIT.constructQueryWithVisAndMultipleSubGraphs</strong></a></li></ul>



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rya issue #186: Rya 317 Added Near function for geo mongodb

Posted by amihalik <gi...@git.apache.org>.
Github user amihalik commented on the issue:

    https://github.com/apache/incubator-rya/pull/186
  
    @isper3at this commit looks good.  I don't have any comments on my initial pass.  I'm building and testing this locally right now to see if I have any issues with it.
    
    @meiercaleb @isper3at note that this branch has drifted from master and therefore won't build.  I cherry-picked the relevant commit (912a1bd), created amihalik:RYA-317, and I'm building it on Jenkins [here](https://builds.apache.org/job/incubator-rya-fork-with-optionals/20/)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---