Re: Add datastore for Elasticsearch. Outreachy Week 8 Report

2021-01-31 Thread Maria Podorvanova
Hi John, Thank you for your feedback. I am back from my small holiday and will address your comment this week. Regards, Maria On Thu, 28 Jan 2021 at 03:41, John Mora wrote: > Hi María. > > Thanks for your report. > > Some comments. > > When a Key is not found in the Datastore the get method s

Re: Add datastore for Elasticsearch. Outreachy Week 8 Report

2021-01-27 Thread John Mora
Hi María. Thanks for your report. Some comments. When a Key is not found in the Datastore the get method should return null, but currently a NullPointerException is thrown here: https://github.com/podorvanova/gora/blob/gora-664/gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/sto

Add datastore for Elasticsearch. Outreachy Week 8 Report

2021-01-24 Thread Maria Podorvanova
Hi, Report #8 Period: January, 17 - January, 23 Activities: - Fix createSchema method [1] 1. Added the index mappings while creating the Elasticsearch index 2. Added getter and setter to enum Datatype - Implement serialization/deserialization for some Avro data types [2] 1. Implemented