You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/24 16:28:00 UTC

[jira] [Commented] (DRILL-3637) Add Elasticsearch Storage Plugin

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

ASF GitHub Bot commented on DRILL-3637:
---------------------------------------

cgivre commented on pull request #1961: DRILL-3637: Add Elasticsearch Storage Plugin
URL: https://github.com/apache/drill/pull/1961
 
 
   # [DRILL-3637](https://issues.apache.org/jira/browse/DRILL-3637): Add Elasticsearch Storage Plugin
   
   ## Description
   
   This PR enables Drill to query Elasticsearch.  There have been many efforts to accomplish this, but none have been successfully committed to Drill. 
   
   This plugin is based on the work found here:
   
   - https://github.com/gaoshui87/drill-storage-elastic
   - https://github.com/javiercanillas/drill-storage-elastic
   
   ## Documentation
   Documentation can be found in the README.md.
   
   ## Remaining Tasks
   - [ ] Convert RecordReader to EVF
   - [ ] Update query builder for compatibility with ES versions 6.x and 7.x
   - [ ] Convert to Base Framework for Storage Plugins (Pending [Base Framework](https://github.com/apache/drill/pull/1914) being committed)
   - [ ] Use [Calcite Elasticsearch Adapter](https://calcite.apache.org/docs/elasticsearch_adapter.html) for Pushdowns 
   - [ ] Improve configuration options to include adding "generic" options to be passed to ES
   - [ ] Finish documentation
   - [ ] Write tests for ES versions 6 and 7.  
   - [ ] Code cleanup
   
   ## Testing
   Series of unit tests, some of which require an ES instance, some which do not. 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


> Add Elasticsearch Storage Plugin
> --------------------------------
>
>                 Key: DRILL-3637
>                 URL: https://issues.apache.org/jira/browse/DRILL-3637
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Storage - ElasticSearch
>            Reporter: Andrew
>            Assignee: Arina Ielchiieva
>            Priority: Major
>             Fix For: Future
>
>
> Create a storage plugin for elasticsearch



--
This message was sent by Atlassian Jira
(v8.3.4#803005)