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

2019-08-10 Thread GitBox
cuent commented on a change in pull request #177: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/177#discussion_r312711903 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,519 @@ +/** +

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711871 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetSource.java ## @@ -0,0 +1,108 @@

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711881 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetSource.java ## @@ -0,0 +1,108 @@

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711890 ## File path: gora-jet/src/test/java/org/apache/gora/jet/JetTest.java ## @@ -0,0 +1,149 @@ +/**

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711875 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetSource.java ## @@ -0,0 +1,108 @@

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711862 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetSink.java ## @@ -0,0 +1,90 @@ +/** +

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711885 ## File path: gora-jet/src/test/java/org/apache/gora/jet/JetTest.java ## @@ -0,0 +1,149 @@ +/**

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

2019-08-10 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-520146033 @lewismc, so what's the way forward regarding the YCSB dependency issue? I have updated my local dependency

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711838 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetEngine.java ## @@ -0,0 +1,55 @@ +/**

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711846 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetEngine.java ## @@ -0,0 +1,55 @@ +/**

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711854 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetEngine.java ## @@ -0,0 +1,55 @@ +/**

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711860 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetInputOutputFormat.java ## @@ -0,0

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711837 ## File path: gora-jet/pom.xml ## @@ -0,0 +1,132 @@ + +http://maven.apache.org/POM/4.0.0; +

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

2019-08-10 Thread GitBox
djkevincr commented on issue #177: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/177#issuecomment-520156768 @cuent Can you please take update/merge against current master ? I see so many files are added to the PR, Please add only the files where the

[GitHub] [gora] LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

2019-08-10 Thread GitBox
LahiruJayasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support URL: https://github.com/apache/gora/pull/175#discussion_r312711418 ## File path: gora-jet/src/main/java/org/apache/gora/jet/JetEngine.java ## @@ -0,0 +1,55 @@ +/**

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

2019-08-10 Thread GitBox
cuent commented on issue #177: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/177#issuecomment-520171565 > @cuent Can you please take update/merge against current master ? I see so many files are added to the PR, Please add only the files where the

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

2019-08-10 Thread GitBox
cuent commented on a change in pull request #177: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/177#discussion_r312711903 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,519 @@ +/** +

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

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

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

2019-08-10 Thread GitBox
cuent commented on a change in pull request #177: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/177#discussion_r312712055 ## File path: gora-redis/src/main/java/org/apache/gora/redis/store/RedisStore.java ## @@ -0,0 +1,519 @@ +/** +

[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-10 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_r312701363 ## File path: gora-benchmark/README.md ## @@ -0,0 +1,48 @@ +/** + *