[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315996655 ## File path: pom.xml ## @@ -1061,7 +1064,37 @@ ${flink.version} compile - +

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315996655 ## File path: pom.xml ## @@ -1061,7 +1064,37 @@ ${flink.version} compile - +

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315993566 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,531 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315992799 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,531 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315993343 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,531 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315993213 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,531 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315993624 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,531 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315991250 ## File path: gora-redis/src/test/java/org/apache/gora/redis/util/RedisStartupLogWaitStrategy.java ## @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315990817 ## File path: pom.xml ## @@ -382,7 +382,7 @@ -posix +

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315988175 ## File path: gora-redis/src/main/java/org/apache/gora/redis/util/ServerMode.java ## @@ -0,0 +1,21 @@ +/**

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315988384 ## File path: gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java ## @@ -0,0 +1,105 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315988060 ## File path: gora-redis/src/main/java/org/apache/gora/redis/util/DatumHandler.java ## @@ -0,0 +1,327 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315988210 ## File path: gora-redis/src/main/java/org/apache/gora/redis/util/ServerMode.java ## @@ -0,0 +1,21 @@ +/**

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315988240 ## File path: gora-redis/src/main/java/org/apache/gora/redis/util/StorageMode.java ## @@ -0,0 +1,21 @@ +/**

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315988304 ## File path: gora-redis/src/main/java/org/apache/gora/redis/util/StorageMode.java ## @@ -0,0 +1,21 @@ +/**

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315987970 ## File path: gora-redis/src/main/java/org/apache/gora/redis/util/DatumHandler.java ## @@ -0,0 +1,327 @@

Re: [ANNOUNCE] Apache Gora 0.9 Release

2019-08-20 Thread Alfonso Nishikawa
Done :) Thank you!!! Regards, Alfonso Nishikawa El mar., 20 ago. 2019 a las 20:23, Henry Saputra () escribió: > Congrats All! > > On Fri, Aug 16, 2019 at 10:23 AM Kevin Ratnasekera < > djkevincr1...@gmail.com> wrote: > >> Hi all, >> >> >> The Apache Gora team is pleased to announce the

Re: [ANNOUNCE] Apache Gora 0.9 Release

2019-08-20 Thread Henry Saputra
Congrats All! On Fri, Aug 16, 2019 at 10:23 AM Kevin Ratnasekera wrote: > Hi all, > > > The Apache Gora team is pleased to announce the release of Apache Gora 0.9. > > > > The Apache Gora open source framework provides an in-memory data model and > persistence for big data. Gora supports

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315815707 ## File path: gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java ## @@ -0,0 +1,105 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315814307 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisType.java ## @@ -0,0 +1,24 @@ +/**

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315813532 ## File path: pom.xml ## @@ -845,7 +848,7 @@ 2.8.1 1.4 0.8 -3.1.1 +2.5.4 Review

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315806605 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315798484 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315802210 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315798982 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315777381 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315795166 ## File path: gora-redis/pom.xml ## @@ -0,0 +1,193 @@ + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315793558 ## File path: gora-redis/pom.xml ## @@ -0,0 +1,193 @@ + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315779056 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315777963 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisMapping.java ## @@ -0,0 +1,63 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315777508 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/package-info.java ## @@ -0,0 +1,21 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315777381 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315776975 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315777130 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315776698 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315774945 ## File path: gora-redis/src/main/java/org/apache/gora/redis/package-info.java ## @@ -0,0 +1,20 @@ +/** + *

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315774753 ## File path: gora-redis/src/examples/java/.gitignore ## @@ -0,0 +1,15 @@ +# Licensed to the Apache

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315773894 ## File path: gora-redis/pom.xml ## @@ -0,0 +1,193 @@ + + +http://maven.apache.org/POM/4.0.0;

gora-trunk - Build # 1812 - Still Failing

2019-08-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built gora-trunk (build #1812) Status: Still Failing Check console output at https://builds.apache.org/job/gora-trunk/1812/ to view the results.

[GitHub] [gora] sneceesay77 commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
sneceesay77 commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315756318 ## File path:

[GitHub] [gora] sneceesay77 commented on issue #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
sneceesay77 commented on issue #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#issuecomment-523064409 > Thanks for the effort you made! Could you check indentation throughout the PR files?

[GitHub] [gora] sneceesay77 closed pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
sneceesay77 closed pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179 This is an automated message from the Apache Git Service. To

[GitHub] [gora] sneceesay77 commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
sneceesay77 commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315750627 ## File path:

[GitHub] [gora] sneceesay77 commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
sneceesay77 commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315736122 ## File path:

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

2019-08-20 Thread Lewis John McGibbney (Jira)
[ https://issues.apache.org/jira/browse/GORA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911413#comment-16911413 ] Lewis John McGibbney commented on GORA-538: --- I get successful build and test locally {code}

[GitHub] [gora] chanakadkb commented on issue #187: GORA-320 Hive backend support in Gora

2019-08-20 Thread GitBox
chanakadkb commented on issue #187: GORA-320 Hive backend support in Gora URL: https://github.com/apache/gora/pull/187#issuecomment-522973871 @djkevincr Thanks for the review. I think queries like INSERT are bit slower in hive compared to other data stores like Hbase. The main reason is

[GitHub] [gora] djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r315628275 ## File path: gora-redis/pom.xml ## @@ -0,0 +1,193 @@ + + +http://maven.apache.org/POM/4.0.0;

Re: Week 12 Report

2019-08-20 Thread Kevin Ratnasekera
Hi Sheriffo, I have added comments to questions you requested over the PR. Please let me know if you have any questions. Regards Kevin On Mon, Aug 19, 2019 at 6:39 AM Sheriffo Ceesay wrote: > All, > > Week 12 report is available at >

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315624050 ## File path:

Reminder for Final Week of GSoC 2019

2019-08-20 Thread Furkan KAMACI
Hi GSoC Students, Thanks for your great effort during this summer as a GSoC student! As you know that August 19 - 26 18:00 UTC is the final week for students to submit their final work product. Please tidy up your codes as soon as possible and try to finalize them according to the feedbacks of

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315604148 ## File path:

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315603638 ## File path:

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315592665 ## File path:

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315592665 ## File path:

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315592665 ## File path:

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315578059 ## File path:

[GitHub] [gora] djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r315578059 ## File path:

[GitHub] [gora] djkevincr commented on issue #187: GORA-320 Hive backend support in Gora

2019-08-20 Thread GitBox
djkevincr commented on issue #187: GORA-320 Hive backend support in Gora URL: https://github.com/apache/gora/pull/187#issuecomment-522917373 @chanakadkb Thank you for addressing my review comments. I ll let others to have a look as well. I do have a very minor concern on test running time

[GitHub] [gora] kamaci commented on issue #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments

2019-08-20 Thread GitBox
kamaci commented on issue #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#issuecomment-522913140 Thanks for the effort you made! Could you check indentation throughout the PR files?

[GitHub] [gora] djkevincr commented on issue #187: GORA-320 Hive backend support in Gora

2019-08-20 Thread GitBox
djkevincr commented on issue #187: GORA-320 Hive backend support in Gora URL: https://github.com/apache/gora/pull/187#issuecomment-522909305 Javadoc aggregate ( mvn javadoc:aggregate ) [INFO] [INFO] Building

[GitHub] [gora] djkevincr commented on issue #187: GORA-320 Hive backend support in Gora

2019-08-20 Thread GitBox
djkevincr commented on issue #187: GORA-320 Hive backend support in Gora URL: https://github.com/apache/gora/pull/187#issuecomment-522908117 Tests Passes - ( mvn clean install ) [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 757.768 s - in