Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-25 Thread Maria Podorvanova
Hi Kevin, Yes, I will make a PR, once I fix some issues. Regards, Maria On Thu, 25 Feb 2021 at 15:49, Kevin Ratnasekera wrote: > Hi Maria, > > Thank you for hard work Maria. Can you raise a PR, once you are > comfortable with changes? > > Regards > Kevin > > On Thu, Feb 25, 2021 at 10:06 AM

Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-24 Thread Kevin Ratnasekera
Hi Maria, Thank you for hard work Maria. Can you raise a PR, once you are comfortable with changes? Regards Kevin On Thu, Feb 25, 2021 at 10:06 AM Maria Podorvanova < podorvanova.ma...@gmail.com> wrote: > Hi John, > > Thanks for your comment. I am working on it. > > Regards, > Maria > > On

Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-24 Thread Maria Podorvanova
Hi John, Thanks for your comment. I am working on it. Regards, Maria On Wed, 24 Feb 2021 at 17:50, John Mora wrote: > Hi Maria. > > Thanks for the update. > > Unfortunately, looping through all possible values in the range is not a > practical solution. > > You should use the range query

Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-23 Thread John Mora
Hi Maria. Thanks for the update. Unfortunately, looping through all possible values in the range is not a practical solution. You should use the range query feature for this: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html I think you should manually

Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-20 Thread Maria Podorvanova
Hi, Report #11 Week 11: February, 14 - February, 20 Activities: - Added scaling_factor support [1] - Removed unsupported Elasticsearch data types [2] - Implemented Metadata Analyzer for Elasticsearch Store [3] - Tried to fix range query by “_id” field [4] - Wrote documentation for Apache Gora

Re: Week 11 Report

2019-08-11 Thread lewis john mcgibbney
An excellent week of work Sheriffo good job. I’ll pull your code and run it locally. I’ll then update JIra with the results. Thanks On Sun, Aug 11, 2019 at 15:01 Sheriffo Ceesay wrote: > All, > > Week 11 report of [1] is available at > https://cwiki.apache.org/confluence/display/

Week 11 Report

2019-08-11 Thread Sheriffo Ceesay
All, Week 11 report of [1] is available at https://cwiki.apache.org/confluence/display/GORA/%5BGORA-532%5D+Apache+Gora+Benchmark+Module+Weekly+Report Basically, I have worked on the comments on the pull request [2]. It will be great if someone can run my code locally to see if there are any