Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-03-01 Thread John Mora
aby > > El mié, 24 de feb. de 2021 a la(s) 11:36, John Mora (jhnmora...@gmail.com) > escribió: > >> Hi Gaby >> >> Thanks for your report >> >> The delete method should return true when a record is actually deleted. >> If the key does not exist it

Re: Add datastore for Elasticsearch. Outreachy Week 12 Report

2021-03-01 Thread John Mora
Hi Maria. Thanks for your update. 1) I made some experiments and I think you have to execute a refresh call on the flush() method. "An elasticsearch refresh makes your documents available for search"

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-02-24 Thread John Mora
ion, When the method Neo4jStore#delete(key) should > return true or false?, I found out that I had to always return true in > order to pass the tests, is that correct? > > My code is here: https://github.com/mgov88/gora/tree/GORA-663 > > Regards, > Gaby > > El lun, 15 de

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

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-02-15 Thread John Mora
21 a la(s) 21:33, gabriela ortiz ( > arqgabyor...@gmail.com) escribió: > >> Hi John. >> >> Thanks for the feedback I will work on your comments. >> >> Regards, >> Gaby >> >> >> El mié, 10 de feb. de 2021 a la(s) 12:04, John Mora (jhnmora

Re: Add datastore for Elasticsearch. Outreachy Week 10 Report

2021-02-15 Thread John Mora
Hi Maria, Thanks for the update. 1) I think you can copy the content from _id to a manually created field let's say 'gora_id' using copy_to. https://www.elastic.co/guide/en/elasticsearch/reference/current/copy-to.html But, I have not try it yet, I am not sure if this will work. Alternatively,

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-02-10 Thread John Mora
nts. >> * Make EXIST constraints optional. >> * Activate tests: >> testNewInstance >> testAutoCreateSchema >> testPut >> testBenchmarkExists >> testGetNonExisting >> testObjectFieldValue >> * Write a blog (Career opportu

Re: Add datastore for Elasticsearch. Outreachy Week 9 Report

2021-02-10 Thread John Mora
Hi Maria Thanks for the update. Some comments: Please use an Enum instead of literal strings for the Authentication Method parameter. https://github.com/podorvanova/gora/blob/gora-664/gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/store/ElasticsearchStore.java#L126 Use

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-01-27 Thread John Mora
El lun, 18 de ene. de 2021 a la(s) 22:58, gabriela ortiz ( > arqgabyor...@gmail.com) escribió: > >> Hi >> >> Thanks for your comments. I am working on them. >> >> Best regards, >> Gaby >> >> El lun, 18 de ene. de 2021 a la(s) 17:11, John Mora (jhnmora.

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:

Re: Add datastore for Elasticsearch. Outreachy Week 7 Report

2021-01-20 Thread John Mora
ould write "boss: '123'" instead of specifying the whole object. > Should I be making an additional GET request for this case? > > Regards, > Maria > > On Tue, 19 Jan 2021 at 08:53, John Mora wrote: > >> Hi Maria, >> >> Thanks for the update. >>

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-01-18 Thread John Mora
g documentation and thanks >> for your reminder I will fill the form now. >> >> Best regards, >> Gaby >> >> El lun, 11 de ene. de 2021 a la(s) 00:16, John Mora (jhnmora...@gmail.com) >> escribió: >> >>> Hi. >>> >>> Thanks for t

Re: Add datastore for Elasticsearch. Outreachy Week 7 Report

2021-01-18 Thread John Mora
Hi Maria, Thanks for the update. Some comments: https://github.com/podorvanova/gora/blob/gora-664/gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/store/ElasticsearchStore.java#L192 Please add the index mappings when you create the elasticsearch index.

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-01-10 Thread John Mora
la(s) 13:28, gabriela ortiz ( > arqgabyor...@gmail.com) escribió: > >> Hi John >> >> Thanks for your comments. >> >> >> El mié, 6 de ene. de 2021 a la(s) 16:10, John Mora (jhnmora...@gmail.com) >> escribió: >> >>> Hi >>> &g

Re: Add datastore for Elasticsearch. Outreachy Week 6 Report

2021-01-10 Thread John Mora
Hi. Thanks for the update. Some comments: Please define a parameter for the XSD validation ( gora.xsd_validation, default: false ) Example: https://github.com/apache/gora/blob/master/gora-lucene/src/main/java/org/apache/gora/lucene/store/LuceneStore.java#L131 I do not think the Elasticsearch

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-01-06 Thread John Mora
g about my project. > > You can find my code in my branch: > > https://github.com/mgov88/gora/tree/GORA-663 > > Best Regards, > Gaby > > El mié, 30 de dic. de 2020 a la(s) 13:28, John Mora (jhnmora...@gmail.com) > escribió: > >> Hi >> >>

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

[jira] [Resolved] (GORA-655) Implement RethinkDB datastore module

2020-12-22 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora resolved GORA-655. Resolution: Fixed Fixed by: Rumesh Perera GSoC 2020 project: [https://cwiki.apache.org/confluence/display

[jira] [Commented] (GORA-655) Implement RethinkDB datastore module

2020-12-22 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17253735#comment-17253735 ] John Mora commented on GORA-655: hi [~ThanoshanMV] Thanks for your interest. This issue is already [fixed

[jira] [Assigned] (GORA-655) Implement RethinkDB datastore module

2020-12-22 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora reassigned GORA-655: -- Assignee: (was: John Mora) > Implement RethinkDB datastore mod

[jira] [Assigned] (GORA-655) Implement RethinkDB datastore module

2020-12-22 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora reassigned GORA-655: -- Assignee: John Mora > Implement RethinkDB datastore mod

Re: Design for the Neo4j datastore

2020-12-19 Thread John Mora
Hi Gaby Thanks for sharing I left a couple of comments on the document. Cheers, John El vie, 18 dic 2020 a las 23:12, gabriela ortiz () escribió: > Hi all. > > I want to share with you my proposed design implementation for the Neo4j > datastore. > > >

Fwd: [Due Dec 11] Outreachy initial feedback requested for Maria Podorvanova

2020-12-09 Thread John Mora
c 11] Outreachy initial feedback requested for Maria Podorvanova To: Maria Podorvanova , djkevincr < djkevincr1...@gmail.com>, John Mora , madhawa < madh...@apache.org>, Carlos Muñoz , Matt Sicker < boa...@gmail.com>, Awasum Yannick , Katia Rojas < ka...@apache.org> Greetings O

[jira] [Assigned] (GORA-663) Add datastore for Neo4j

2020-12-05 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora reassigned GORA-663: -- Assignee: Gaby Ortiz > Add datastore for Neo4j > --- > >

[jira] [Assigned] (GORA-664) Add datastore for Elasticsearch

2020-12-05 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora reassigned GORA-664: -- Assignee: Mariia Podorvanova > Add datastore for Elasticsea

Fwd: Gaby Ortiz accepted for Outreachy

2020-11-28 Thread John Mora
.org/confluence/display/GORA/Outreachy%3A+December+2020+-+March+2021 -- Forwarded message - De: Outreachy Organizers Date: lun, 23 nov 2020 a las 11:01 Subject: Gaby Ortiz accepted for Outreachy To: Gaby Ortiz , djkevincr , John Mora , madhawa , Carlos Muñoz , Matt Sicker , Awasum Yan

Fwd: Maria Podorvanova accepted for Outreachy

2020-11-28 Thread John Mora
.org/confluence/display/GORA/Outreachy%3A+December+2020+-+March+2021 -- Forwarded message - De: Outreachy Organizers Date: lun, 23 nov 2020 a las 11:01 Subject: Maria Podorvanova accepted for Outreachy To: Maria Podorvanova , djkevincr < djkevincr1...@gmail.com>, John Mora , madh

[jira] [Commented] (GORA-665) Add support for the Ignite datastore in GoraExplorer

2020-10-25 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17220404#comment-17220404 ] John Mora commented on GORA-665: Hi [~arqgabyortiz] , Thanks for your interest in this issue. I think

[jira] [Commented] (GORA-666) Add support for the Kudu datastore in GoraExplorer

2020-10-25 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17220392#comment-17220392 ] John Mora commented on GORA-666: Hi [~arqgabyortiz] Thanks for your interest in this issue, I

[jira] [Comment Edited] (GORA-338) Complete site documentation for gora-dynamodb

2020-10-25 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17220383#comment-17220383 ] John Mora edited comment on GORA-338 at 10/25/20, 8:27 PM: --- hi [~Nilo] You can

[jira] [Commented] (GORA-338) Complete site documentation for gora-dynamodb

2020-10-25 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17220383#comment-17220383 ] John Mora commented on GORA-338: hi [~Nilo] You can submit a patch for the website if you do not have

Re: Interest in Outreachy project: Add a datastore for Elasticsearch in Apache Gora

2020-10-12 Thread John Mora
Hi. Can you re-run Maven using the -X switch to enable full debug logging?. It seems a problem with the Maven central repository, in the artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde . Best, John El lun., 12 oct. 2020 a las 2:10, Ngowo Merilyn () escribió: > Hello

[jira] [Created] (GORA-666) Add support for the Kudu datastore in GoraExplorer

2020-10-12 Thread John Mora (Jira)
John Mora created GORA-666: -- Summary: Add support for the Kudu datastore in GoraExplorer Key: GORA-666 URL: https://issues.apache.org/jira/browse/GORA-666 Project: Apache Gora Issue Type: New

[jira] [Created] (GORA-665) Add support for the Ignite datastore in GoraExplorer

2020-10-12 Thread John Mora (Jira)
John Mora created GORA-665: -- Summary: Add support for the Ignite datastore in GoraExplorer Key: GORA-665 URL: https://issues.apache.org/jira/browse/GORA-665 Project: Apache Gora Issue Type: New

Re: Outreachy - Add a datastore for Neo4j in Apache Gora

2020-10-08 Thread John Mora
Hi Welcome to Apache Gora!. Response inline. Best, John El mié., 7 oct. 2020 a las 22:47, gabriela ortiz () escribió: > Hi all. > > I am Gaby Ortiz and my initial application for the Outreach program was > accepted today. I was checking out the projects list and this project seems > to be a

[jira] [Updated] (GORA-664) Add datastore for Elasticsearch

2020-09-12 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora updated GORA-664: --- Labels: outreachy2020 (was: ) > Add datastore for Elasticsea

[jira] [Updated] (GORA-663) Add datastore for Neo4j

2020-09-12 Thread John Mora (Jira)
[ https://issues.apache.org/jira/browse/GORA-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Mora updated GORA-663: --- Labels: outreachy2020 (was: ) > Add datastore for Neo4j > --- > >

Outreachy 2020: Apache Gora

2020-08-30 Thread John Mora
Hi. I hope you guys and your families are in good health. I have been discussing with Carlos Muñoz about the possibility of submitting a project proposal for Outreachy this year. I have sketched project ideas and warm up tasks in the Wiki of Gora [1]. Please, let us know if you have suggestions

[jira] [Created] (GORA-641) Update developers list

2020-02-16 Thread John Mora (Jira)
John Mora created GORA-641: -- Summary: Update developers list Key: GORA-641 URL: https://issues.apache.org/jira/browse/GORA-641 Project: Apache Gora Issue Type: Task Components: website

[jira] [Created] (GORA-625) Add documentation for the Kudu DataStore

2019-08-19 Thread John Mora (Jira)
John Mora created GORA-625: -- Summary: Add documentation for the Kudu DataStore Key: GORA-625 URL: https://issues.apache.org/jira/browse/GORA-625 Project: Apache Gora Issue Type: New Feature

Re: Kudu datastore reports

2019-08-09 Thread John Mora
pache/gora/pull/178 [3] https://hub.docker.com/r/usuresearch/apache-kudu/ Cheers, John El vie., 9 ago. 2019 a las 13:33, John Mora () escribió: > Hi Alfonso, > > Please take into a consideration that the property > 'gora.datastore.kudu.masterAddress' is overridden in the class &

Re: Kudu datastore reports

2019-08-09 Thread John Mora
x-x86_64/bin/kudu-master: >> process exited on signal 6 (core dumped) >> >> (I expected to fail too, since the problem doesn't look like being >> related to the jvm). >> >> Thanks for giving it a look. Don't know what must be the problem :\ >> >> Best Regard

Re: Kudu datastore reports

2019-08-06 Thread John Mora
cker, using such approach allow us to avoid these OS, > dependency related stuff come in to play in builds. > > [1] https://hub.docker.com/r/usuresearch/apache-kudu/ > [2] https://www.testcontainers.org/ > [3] linux-x86_64 > > Regards > Kevin > > On Tue, Aug 6, 2019 at

Re: Kudu datastore reports

2019-08-05 Thread John Mora
hn, >>> >>> I've already made my comments at your PR. Please check them carefully >>> and ask me if you need help. >>> >>> For the documentation, I've checked what you've done. On the other hand, >>> I would want to encourage you to write

Re: Kudu datastore reports

2019-08-03 Thread John Mora
> good. I think tha you should send a PR in order to receive feedback from > other community members. > > Best, > Carlos > > El dom., 28 jul. 2019 a las 23:20, John Mora () > escribió: > >> Hi all. >> >> I updated my report in the Wiki[1]. Also, I pushed my l

Re: Kudu datastore reports

2019-07-28 Thread John Mora
/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports [2] https://github.com/jhnmora000/gora/tree/GORA-485 Cheers, John El mié., 24 jul. 2019 a las 11:34, John Mora () escribió: > Hi Alfonso, > > Yes, I was using this class javafx.util.Pair. It is not a problem I will > find an

Re: Kudu datastore reports

2019-07-20 Thread John Mora
/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports [2] https://github.com/jhnmora000/gora/tree/GORA-485 Thanks, John El sáb., 13 jul. 2019 a las 19:31, John Mora () escribió: > Hi all > > I updated my report in the Wiki[1]. Also, I pushed my last commits to my > branch [2]. Please gi

Re: Kudu datastore reports

2019-07-13 Thread John Mora
have suggestions. [1] https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports [2] https://github.com/jhnmora000/gora/tree/GORA-485 Best, John. El mié., 10 jul. 2019 a las 16:17, John Mora () escribió: > Hi Alfonso, > > Thanks so much for

Re: Kudu datastore reports

2019-07-10 Thread John Mora
ore/HBaseStore.java#L517 > [7] - > https://github.com/apache/gora/blob/apache-gora-0.9/gora-mongodb/src/main/java/org/apache/gora/mongodb/store/MongoStore.java#L533 > [8] - > https://github.com/apache/gora/blob/apache-gora-0.9/gora-cassandra/src/main/java/org/apache/gora/cassandra/s

Re: Kudu datastore reports

2019-07-07 Thread John Mora
+Reports [2] https://github.com/jhnmora000/gora/tree/GORA-485 El dom., 30 jun. 2019 a las 16:56, John Mora () escribió: > Hi all. > > I received my first evaluation from the Google Summer of Code program with > a positive result. Thanks so much for your support and confidence to the >

Re: Kudu datastore reports

2019-06-30 Thread John Mora
about Date types. Please give it a look if you have time. [1] https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports [2] https://github.com/jhnmora000/gora/tree/GORA-485 Cheers, John El jue., 27 jun. 2019 a las 21:02, John Mora () escribió: > Hi Car

Re: Kudu datastore reports

2019-06-27 Thread John Mora
tion on time. > > Regards, > Carlos > > El dom., 23 jun. 2019 a las 18:29, John Mora () > escribió: > >> Hi all. >> >> FYI, I updated my report of this week on the Wiki[1]. Also, I pushed my >> last commits to my branch [2]. >> >> As I mentioned

Re: Kudu datastore reports

2019-06-15 Thread John Mora
/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports Cheers, John. El mar., 11 jun. 2019 a las 0:11, John Mora () escribió: > Hi Alfonso. > > Thanks so much for your feedback. I am working on your comments. > > Best, > John > > El lun., 10 jun. 2019 a las

Re: Kudu datastore reports

2019-06-10 Thread John Mora
e/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L822 >> [11] - >> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/src/main/java/org/apache/gora/kudu/mapping/KuduMappingBuilder.java#L141 >> [12] - >> https://github.com/jhnmora000/gora/blob/master/gora-h

Kudu datastore reports

2019-06-08 Thread John Mora
Hi all. I have just updated my weekly reports on Cwiki [1]. This next week I think I should be focusing on the create schema operation and solving the issue of the partitioning configurations in the mapping file. Please let me know if you have suggestions, my last commits are available here [2]

Kudu mapping file

2019-06-07 Thread John Mora
Hi. I have two questions about the Kudu mapping file, so hopefully you guys can help me out. 1) The decimal data type in Kudu is parameterizable [1]. "The decimal type is a parameterized type that takes precision and scale type attributes.". For instace. It could be decimal(5, 2). I could not

Apache Kudu datastore for Gora - First steps

2019-06-01 Thread John Mora
Hi all I would like to share some ideas for the Apache Kudu Datastore. I have created a document with some items, could you please give it a look. It is about the connection mechanism to the Kudu instances. Also, I am working on the mapping between Avro fields and Kudu columns.

Re: Wiki permission for GSoC proposals/reporting

2019-05-30 Thread John Mora
, 2019 at 9:53 AM Kevin Ratnasekera < > > djkevincr1...@gmail.com> > > > wrote: > > > > > >> Hi Infra@apache, > > >> > > >> We need four users to be added and granted edit permissions to > following > > >> wiki pages. H

Re: Wiki permission for GSoC proposals/reporting

2019-05-29 Thread John Mora
Hi all, Same here. Best, John El mié., 29 may. 2019 a las 6:29, Lahiru Jayasekera (< mlpjayasek...@gmail.com>) escribió: > Hi, > Same here > > On Wed, May 29, 2019 at 3:51 AM FRANCISCO XAVIER SUMBA TORAL < > xavier.sumb...@ucuenca.edu.ec> wrote: > >> Hi, >> >> Same here... >> >> Xavier >> >> On

Re: GSoC 2019: Congratulations, your proposal with The Apache Software Foundation has been accepted!

2019-05-27 Thread John Mora
> Hi John, > > Can you try to edit it? Otherwise @Kevin Ratnasekera > can you check the permissions? > > Kind Regards, > Furkan KAMACI > > On Mon, May 27, 2019 at 10:27 PM John Mora wrote: > > > Hi Furkan. > > > > Sure, I will post my proposal into the G

Re: GSoC 2019: Congratulations, your proposal with The Apache Software Foundation has been accepted!

2019-05-27 Thread John Mora
ers, John Thank you! :) > > Regards, > > Alfonso Nishikawa > > > El lun., 27 may. 2019 a las 19:27, John Mora () > escribió: > > > Hi Furkan. > > > > Sure, I will post my proposal into the Gora Wiki. Can you please grant me > > access my Con

Re: GSoC 2019: Congratulations, your proposal with The Apache Software Foundation has been accepted!

2019-05-27 Thread John Mora
ra/projects/GORA/issues) to find tasks > > > that > > > > > you > > > > > can work as a warm-up. On the other hand, please check previous > > reports > > > > > from here ( > > > > > > > https://cwiki.apache.org/co

[jira] [Commented] (GORA-393) bin/compile-examples.sh should do a touch on source files before compiling

2019-05-22 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16846424#comment-16846424 ] John Mora commented on GORA-393: Hi [~alfonso.nishikawa] I was wondering if there is some pending task

[jira] [Commented] (GORA-538) No content stored for an object field with name "value"

2019-05-11 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16838004#comment-16838004 ] John Mora commented on GORA-538: Hi. I have been trying to reproduce this issue and it seems

Fwd: GSoC 2019: Congratulations, your proposal with The Apache Software Foundation has been accepted!

2019-05-06 Thread John Mora
Hi all. I have received the acceptance email from the Google Summer of Code program, Thanks so much for the confidence that you guys put on me with this project. I really want to make the most out of this summer working with the Apache Gora Community so please let me know if you have warm up taks

[jira] [Commented] (GORA-411) Add exists(key) to DataStore interface

2019-04-06 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16811623#comment-16811623 ] John Mora commented on GORA-411: Hi [~djkevincr] That's a good point, new datastore developers could miss

Re: Student proposal for Google Summer of Code 2019

2019-04-02 Thread John Mora
, Apr 2, 2019 at 9:06 AM carlos muñoz wrote: > > > Hi John. > > > > Nice work, the proposal looks promising. I have left a few comments. > > > > Best, > > Carlos > > > > El vie., 29 mar. 2019 a las 18:48, John Mora () > > escribió: > &g

Student proposal for Google Summer of Code 2019

2019-03-29 Thread John Mora
Hi all. As I stated on Jira[1] I would like to apply to the Google summer of Code program with Apache Gora. I have wrote a proposal for the issue and I would like to share it with you. Could you please give some feedback?.

[jira] [Commented] (GORA-411) Add exists(key) to DataStore interface

2019-03-25 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16801331#comment-16801331 ] John Mora commented on GORA-411: Hi. I have just sent the PR. I also added a small test that compares

[jira] [Comment Edited] (GORA-411) Add exists(key) to DataStore interface

2019-03-18 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795698#comment-16795698 ] John Mora edited comment on GORA-411 at 3/19/19 5:24 AM: - Hi [~alfonso.nishikawa

[jira] [Commented] (GORA-411) Add exists(key) to DataStore interface

2019-03-18 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795698#comment-16795698 ] John Mora commented on GORA-411: Hi [~alfonso.nishikawa] , [~lewismc]. I would like to work

[jira] [Commented] (GORA-485) Apache Kudu datastore for Gora

2019-03-11 Thread John Mora (JIRA)
[ https://issues.apache.org/jira/browse/GORA-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16790160#comment-16790160 ] John Mora commented on GORA-485: Hi all. I am John Mora an Informatics Engineering undergraduate student