Re: Add datastore for Elasticsearch. Outreachy Week 5 Report

2021-01-06 Thread Maria Podorvanova
Hi, Thank you for your feedback. Yes, I did not check that XSD validation was working. I will fix it and also add a test for it. I will add comments for the connection parameters. Yes, it seems you are right that Docker container has no authentication parameters, because I did not set them up.

Re: Add datastore for Elasticsearch. Outreachy Week 5 Report

2021-01-06 Thread John Mora
Hi, Thanks for your hard work. Some comments: The XSD validation is not working: org.apache.gora.util.GoraException: java.lang.RuntimeException: org.xml.sax.SAXParseException; schema_reference.4: Failed to read schema document 'file:/tmp/gora/gora-elasticsearch/gora-elasticsearch.xsd', because

Add datastore for Elasticsearch. Outreachy Week 5 Report

2021-01-02 Thread Maria Podorvanova
Hi, Report #5 Period: December 27 - January 2 Activities: - Added a property for choosing the authentication method [1] - Implemented testing with Elasticsearch container [2] 1. Researched testing side 2. Added test dependencies 3. Added GoraElasticsearchTestDriver with Elasticsearch