[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316519047 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/mapping/KuduMappingBuilder.java ## @@ -0,0 +1,170 @@

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316521129 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/store/KuduStore.java ## @@ -0,0 +1,654 @@ +/* + * Lic

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316516924 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/mapping/KuduMappingBuilder.java ## @@ -0,0 +1,170 @@

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316517481 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/query/KuduResult.java ## @@ -0,0 +1,86 @@ +/* + * Lic

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316513181 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/mapping/Column.java ## @@ -0,0 +1,161 @@ +/* + * Lice

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316517848 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/query/KuduResult.java ## @@ -0,0 +1,86 @@ +/* + * Lic

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316512221 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/mapping/Column.java ## @@ -0,0 +1,161 @@ +/* + * Lice

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316517431 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/query/KuduQuery.java ## @@ -0,0 +1,36 @@ +/* + * Lice

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316512967 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/mapping/Column.java ## @@ -0,0 +1,161 @@ +/* + * Lice

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316513054 ## File path: gora-kudu/src/main/java/org/apache/gora/kudu/mapping/Column.java ## @@ -0,0 +1,161 @@ +/* + * Lice

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

2019-08-21 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_r316498705 ## 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-21 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_r316498705 ## 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-21 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_r316496181 ## 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-21 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_r316492084 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisQuery.java ## @@ -0,0 +1,45 @@ +/**

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

2019-08-21 Thread GitBox
cuent 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_r316485046 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@ +/** +

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

2019-08-21 Thread GitBox
cuent 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_r316484889 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisQuery.java ## @@ -0,0 +1,45 @@ +/** + *

Re: Final Report

2019-08-21 Thread Furkan KAMACI
Hi Sheriffo, Thanks for your great effort! 1) Could you separate charts for HBase and MongoDB? HBase charts suppress MongoDB ones. 2) Report says that: *"In this work, we have time to include only three gora data stores (MongoDB, HBase and CouchDB)"* However, you have not run this benchmark fo

Final Report

2019-08-21 Thread Sheriffo Ceesay
All, My draft final report is available at https://cwiki.apache.org/confluence/display/GORA/Final+Report%3A+%5BGORA-532%5D+Benchmark+Module+For+Apache+Gora We have until 26th of this month submit the report. Please let me know if you have any comments to improve it. Meanwhile, I will work on the

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316101724 ## File path: pom.xml ## @@ -1642,16 +1676,16 @@ - org.apache.pig - pig -

[GitHub] [gora] djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora

2019-08-21 Thread GitBox
djkevincr commented on a change in pull request #178: GORA-485 Apache Kudu datastore for Gora URL: https://github.com/apache/gora/pull/178#discussion_r316100408 ## File path: gora-kudu/pom.xml ## @@ -0,0 +1,189 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http:/

[GitHub] [gora] djkevincr commented on issue #186: [GORA-527] Implement a data store for redis

2019-08-21 Thread GitBox
djkevincr commented on issue #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#issuecomment-523383201 @cuent This is excellent work and thank you for all the hard work/research you put into it. This PR is in great shape and there are several case

[GitHub] [gora] djkevincr commented on issue #186: [GORA-527] Implement a data store for redis

2019-08-21 Thread GitBox
djkevincr commented on issue #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#issuecomment-523380046 mvn javadoc:aggregate - Its better if you can fix these warnings. ``` [WARNING] Javadoc Warnings [WARNING] /home/djkevincr/apache_membe

[GitHub] [gora] djkevincr commented on issue #186: [GORA-527] Implement a data store for redis

2019-08-21 Thread GitBox
djkevincr commented on issue #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#issuecomment-523379426 mvn clean install ``` [WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 30.902 s - in org.apache.gora.redis.store