You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/03 19:34:00 UTC

[jira] [Commented] (SDAP-113) Implement Solr backend for MUDROD

    [ https://issues.apache.org/jira/browse/SDAP-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531850#comment-16531850 ] 

ASF GitHub Bot commented on SDAP-113:
-------------------------------------

jjacob7734 opened a new pull request #18: SDAP-113 Fix bug in TimeAvgMapSpark that results in row of zeros for …
URL: https://github.com/apache/incubator-sdap-nexus/pull/18
 
 
   The results from the following query incorrectly included a row of zero values:
   
   timeAvgMapSpark&ds=MUR-JPL-L4-GLOB-v4.1&maxLon=-114.8833&minLon=-117.2627&minLat=26.5483&maxLat=28.1322&startTime=1499756400&endTime=1499929200
   
   This was caused by rounding errors in the calculations that map latitude and longitude to array indices and determine the number of coordinates in each dimension and was fixed by correctly rounding the floating point arithmetic.
   
   In addition to TimeAvgMapSpark, this also fixes CorrMapSpark and ClimMapSpark.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Implement Solr backend for MUDROD
> ---------------------------------
>
>                 Key: SDAP-113
>                 URL: https://issues.apache.org/jira/browse/SDAP-113
>             Project: Apache Science Data Analytics Platform
>          Issue Type: New Feature
>          Components: mudrod
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Major
>             Fix For: 1.0
>
>
> Once SDAP-13 is addressed, we need to implement a Solr backend for MUDROD. At this stage, we should also split the ElasticSearchDriver and SolrDriver into separate modules such that a core deployment doesn't need to inherit both backends when deploying.
> More details to come subject to SDAP-13



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