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: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-01-06 Thread John Mora
Hi Thanks for your report. Some comments: You are creating a UNIQUE index instead of the NODE KEY you mentioned on your design document. why? https://github.com/mgov88/gora/blob/GORA-663/gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jStore.java#L141 Also, can you write the CREATE

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