(gora) 01/01: Merge pull request #292 from apache/revert-273-GORA-698

2024-01-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git

commit cc01c182e9fbf839ac79f66142cf9cbd9f1596c5
Merge: 6c6b06c9 e5940fa7
Author: Kevin Ratnasekera 
AuthorDate: Thu Jan 11 12:37:00 2024 +0100

Merge pull request #292 from apache/revert-273-GORA-698

Revert "[IN-PROGRESS] GORA-698 Geode DataStore"

 gora-geode/pom.xml |  87 -
 .../org/apache/gora/geode/query/GeodeQuery.java|  38 
 .../org/apache/gora/geode/query/GeodeResult.java   |  85 -
 .../org/apache/gora/geode/store/GeodeStore.java| 200 -
 .../gora/geode/store/GeodeStoreParameters.java |  60 ---
 gora-geode/src/test/conf/gora.properties   |  18 --
 .../gora/geode/GeodeStartupLogWaitStrategy.java|  36 
 .../org/apache/gora/geode/GoraGeodeTestDriver.java |  88 -
 gora-geode/src/test/java/store/TestGeodeStore.java | 161 -
 pom.xml|   8 -
 10 files changed, 781 deletions(-)



(gora) branch master updated (6c6b06c9 -> cc01c182)

2024-01-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


from 6c6b06c9 Merge pull request #273 from himanshuacharya95/GORA-698
 add e5940fa7 Revert "[IN-PROGRESS] GORA-698 Geode DataStore"
 new cc01c182 Merge pull request #292 from apache/revert-273-GORA-698

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gora-geode/pom.xml |  87 -
 .../org/apache/gora/geode/query/GeodeQuery.java|  38 
 .../org/apache/gora/geode/query/GeodeResult.java   |  85 -
 .../org/apache/gora/geode/store/GeodeStore.java| 200 -
 .../gora/geode/store/GeodeStoreParameters.java |  60 ---
 gora-geode/src/test/conf/gora.properties   |  18 --
 .../gora/geode/GeodeStartupLogWaitStrategy.java|  36 
 .../org/apache/gora/geode/GoraGeodeTestDriver.java |  88 -
 gora-geode/src/test/java/store/TestGeodeStore.java | 161 -
 pom.xml|   8 -
 10 files changed, 781 deletions(-)
 delete mode 100644 gora-geode/pom.xml
 delete mode 100644 
gora-geode/src/main/java/org/apache/gora/geode/query/GeodeQuery.java
 delete mode 100644 
gora-geode/src/main/java/org/apache/gora/geode/query/GeodeResult.java
 delete mode 100644 
gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java
 delete mode 100644 
gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStoreParameters.java
 delete mode 100644 gora-geode/src/test/conf/gora.properties
 delete mode 100644 
gora-geode/src/test/java/org/apache/gora/geode/GeodeStartupLogWaitStrategy.java
 delete mode 100644 
gora-geode/src/test/java/org/apache/gora/geode/GoraGeodeTestDriver.java
 delete mode 100644 gora-geode/src/test/java/store/TestGeodeStore.java



(gora) 01/01: Revert "[IN-PROGRESS] GORA-698 Geode DataStore"

2024-01-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch revert-273-GORA-698
in repository https://gitbox.apache.org/repos/asf/gora.git

commit e5940fa712c3f475de44c6ce2c3e1ad9aa143c82
Author: Kevin Ratnasekera 
AuthorDate: Thu Jan 11 12:25:43 2024 +0100

Revert "[IN-PROGRESS] GORA-698 Geode DataStore"
---
 gora-geode/pom.xml |  87 -
 .../org/apache/gora/geode/query/GeodeQuery.java|  38 
 .../org/apache/gora/geode/query/GeodeResult.java   |  85 -
 .../org/apache/gora/geode/store/GeodeStore.java| 200 -
 .../gora/geode/store/GeodeStoreParameters.java |  60 ---
 gora-geode/src/test/conf/gora.properties   |  18 --
 .../gora/geode/GeodeStartupLogWaitStrategy.java|  36 
 .../org/apache/gora/geode/GoraGeodeTestDriver.java |  88 -
 gora-geode/src/test/java/store/TestGeodeStore.java | 161 -
 pom.xml|   8 -
 10 files changed, 781 deletions(-)

diff --git a/gora-geode/pom.xml b/gora-geode/pom.xml
deleted file mode 100644
index 420e90ca..
--- a/gora-geode/pom.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-http://maven.apache.org/POM/4.0.0;
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
-
-gora
-org.apache.gora
-1.0-SNAPSHOT
-../pom.xml
-
-4.0.0
-
-gora-geode
-
-
-8
-8
-
-
-
-
-
-org.apache.gora
-gora-core
-
-
-
-org.apache.gora
-gora-core
-test-jar
-test
-
-
-
-org.apache.avro
-avro
-
-
-
-
-org.apache.hadoop
-hadoop-client
-
-
-
-
-org.apache.geode
-geode-core
-
-
-
-
-org.slf4j
-slf4j-log4j12
-
-
-
-log4j
-log4j
-
-
-javax.jms
-jms
-
-
-
-
-
-
-junit
-junit
-test
-
-
-
-org.apache.hadoop
-hadoop-minicluster
-test
-
-
-org.testcontainers
-testcontainers
-test
-
-
-
-
\ No newline at end of file
diff --git 
a/gora-geode/src/main/java/org/apache/gora/geode/query/GeodeQuery.java 
b/gora-geode/src/main/java/org/apache/gora/geode/query/GeodeQuery.java
deleted file mode 100644
index f6684d5d..
--- a/gora-geode/src/main/java/org/apache/gora/geode/query/GeodeQuery.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.gora.geode.query;
-
-import org.apache.gora.persistency.impl.PersistentBase;
-import org.apache.gora.query.impl.QueryBase;
-import org.apache.gora.store.DataStore;
-
-/**
- * {@link GeodeQuery} is the primary class
- * responsible for representing a cache manipulation query.
- */
-public class GeodeQuery extends QueryBase {
-
-  public GeodeQuery() {
-super(null);
-  }
-
-  public GeodeQuery(DataStore dataStore) {
-super(dataStore);
-  }
-
-}
diff --git 
a/gora-geode/src/main/java/org/apache/gora/geode/query/GeodeResult.java 
b/gora-geode/src/main/java/org/apache/gora/geode/query/GeodeResult.java
deleted file mode 100644
index 9583270b..
--- a/gora-geode/src/main/java/org/apache/gora/geode/query/GeodeResult.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
-

(gora) branch revert-273-GORA-698 created (now e5940fa7)

2024-01-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch revert-273-GORA-698
in repository https://gitbox.apache.org/repos/asf/gora.git


  at e5940fa7 Revert "[IN-PROGRESS] GORA-698 Geode DataStore"

This branch includes the following new commits:

 new e5940fa7 Revert "[IN-PROGRESS] GORA-698 Geode DataStore"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] branch master updated (039571bb -> 6c6b06c9)

2023-09-19 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


from 039571bb Merge pull request #284 from chaminda-neluka/GORA-711
 new fd7a4238 GORA-698 Implement Geode Store
 new a2a0e218 GORA-698 Add Gora Geode Store Implementation
 new 13fc5856 GORA-698 Code format
 new 3acc4ed3 3 amendments performed as suggested.
 new 53c5628d Test cases for Apache Geode
 new 8e4fbee5  Test Cases for Apache Geode
 new ea275745 Replaced wildcard import statements with only required ones
 new 6c6b06c9 Merge pull request #273 from himanshuacharya95/GORA-698

The 1420 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gora-geode/pom.xml |  87 +
 .../org/apache/gora/geode/query/GeodeQuery.java|  10 +-
 .../org/apache/gora/geode/query/GeodeResult.java   |  36 ++--
 .../org/apache/gora/geode/store/GeodeStore.java| 200 +
 .../gora/geode/store/GeodeStoreParameters.java |  60 +++
 .../src/test/conf/gora.properties  |   3 +
 .../gora/geode/GeodeStartupLogWaitStrategy.java|  14 +-
 .../org/apache/gora/geode/GoraGeodeTestDriver.java |  88 +
 gora-geode/src/test/java/store/TestGeodeStore.java | 161 +
 pom.xml|   8 +
 10 files changed, 634 insertions(+), 33 deletions(-)
 create mode 100644 gora-geode/pom.xml
 copy gora-jcache/src/main/java/org/apache/gora/jcache/query/JCacheQuery.java 
=> gora-geode/src/main/java/org/apache/gora/geode/query/GeodeQuery.java (80%)
 copy gora-jcache/src/main/java/org/apache/gora/jcache/query/JCacheResult.java 
=> gora-geode/src/main/java/org/apache/gora/geode/query/GeodeResult.java (72%)
 create mode 100644 
gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java
 create mode 100644 
gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStoreParameters.java
 copy gora-core/src/test/conf/.gitignore => 
gora-geode/src/test/conf/gora.properties (83%)
 copy 
gora-couchdb/src/test/java/org/apache/gora/couchdb/CouchDBStartupLogWaitStrategy.java
 => 
gora-geode/src/test/java/org/apache/gora/geode/GeodeStartupLogWaitStrategy.java 
(75%)
 create mode 100644 
gora-geode/src/test/java/org/apache/gora/geode/GoraGeodeTestDriver.java
 create mode 100644 gora-geode/src/test/java/store/TestGeodeStore.java



[gora] branch master updated: GORA-711 upgrade ignite driver to 2.14.0

2023-09-19 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new f5e12f39 GORA-711 upgrade ignite driver to 2.14.0
 new 039571bb Merge pull request #284 from chaminda-neluka/GORA-711
f5e12f39 is described below

commit f5e12f398f2bbc36ebc752618765b7e68096dbc7
Author: Chaminda Neluka 
AuthorDate: Tue Apr 4 00:43:04 2023 +0200

GORA-711 upgrade ignite driver to 2.14.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 27e211d0..4e3984f2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -841,7 +841,7 @@
 3.11.1
 3.11.0
 
-2.10.0
+2.14.0
 2.1.7
 
 3.20.0



[gora] branch master updated: GORA-650 Add ArangoDB datastore

2023-09-19 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 4bac876c GORA-650 Add ArangoDB datastore
 new 8b5cea77 Merge pull request #291 from chaminda-neluka/GORA-650
4bac876c is described below

commit 4bac876c854129181ca8a621df8bfa80f95ac899
Author: chaminda-neluka 
AuthorDate: Wed Aug 23 01:01:54 2023 +0200

GORA-650 Add ArangoDB datastore
---
 gora-arangodb/pom.xml  | 145 
 .../org/apache/gora/arangodb/package-info.java |  19 +
 .../apache/gora/arangodb/query/ArangoDBQuery.java  | 105 +++
 .../apache/gora/arangodb/query/ArangoDBResult.java |  95 +++
 .../apache/gora/arangodb/query/package-info.java   |  19 +
 .../gora/arangodb/store/ArangoDBMapping.java   | 116 
 .../arangodb/store/ArangoDBMappingBuilder.java | 119 
 .../apache/gora/arangodb/store/ArangoDBStore.java  | 742 +
 .../arangodb/store/ArangoDBStoreParameters.java| 119 
 .../apache/gora/arangodb/store/package-info.java   |  19 +
 .../apache/gora/arangodb/ArangoDBTestDriver.java   |  85 +++
 .../org/apache/gora/arangodb/package-info.java |  19 +
 .../arangodb/store/ArangoDBGoraDataStoreTest.java  |  97 +++
 .../store/ArangoDBStartupWaitStrategy.java |  33 +
 .../apache/gora/arangodb/store/package-info.java   |  19 +
 .../src/test/resources/gora-arangodb-mapping.xml   |  46 ++
 gora-arangodb/src/test/resources/gora.properties   |  23 +
 pom.xml|  11 +
 18 files changed, 1831 insertions(+)

diff --git a/gora-arangodb/pom.xml b/gora-arangodb/pom.xml
new file mode 100644
index ..14445e24
--- /dev/null
+++ b/gora-arangodb/pom.xml
@@ -0,0 +1,145 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  4.0.0
+
+  
+org.apache.gora
+gora
+1.0-SNAPSHOT
+../
+  
+  gora-arangodb
+  bundle
+
+  Apache Gora :: ArangoDB
+  http://gora.apache.org
+  The Apache Gora open source framework provides an in-memory 
data model and
+persistence for big data. Gora supports persisting to column stores, key 
value stores,
+document stores and RDBMSs, and analyzing the data with extensive Apache 
Hadoop MapReduce
+support.
+  2010
+  
+The Apache Software Foundation
+http://www.apache.org/
+  
+  
+JIRA
+https://issues.apache.org/jira/browse/GORA
+  
+  
+Jenkins
+https://builds.apache.org/job/Gora-trunk/
+  
+
+  
+*
+
org.apache.gora.arangodb*;version="${project.version}";-noimport:=true
+  
+
+  
+target
+target/classes
+${project.artifactId}-${project.version}
+target/test-classes
+src/test/java
+src/main/java
+
+  
+${project.basedir}/src/test/resources
+
+  **/*
+
+
+  
+
+
+  
+org.codehaus.mojo
+build-helper-maven-plugin
+${build-helper-maven-plugin.version}
+
+  
+generate-sources
+
+  add-source
+
+
+  
+src/examples/java
+  
+
+  
+
+  
+
+  
+
+  
+
+
+  org.apache.gora
+  gora-core
+
+
+
+  org.apache.gora
+  gora-core
+  test-jar
+  test
+
+
+
+
+
+
+  junit
+  junit
+
+
+
+  org.testcontainers
+  testcontainers
+  test
+
+
+
+
+  org.jdom
+  jdom
+  compile
+
+
+
+
+
+  com.arangodb
+  arangodb-java-driver
+
+
+
+
+  org.apache.hadoop
+  hadoop-client
+
+
+  
+
+
diff --git 
a/gora-arangodb/src/main/java/org/apache/gora/arangodb/package-info.java 
b/gora-arangodb/src/main/java/org/apache/gora/arangodb/package-info.java
new file mode 100644
index ..a4c10776
--- /dev/null
+++ b/gora-arangodb/src/main/java/org/apache/gora/arangodb/package-info.java
@@ -0,0 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or im

[gora-site] branch main updated: GORA-703 move members to emeritus (#2)

2023-04-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gora-site.git


The following commit(s) were added to refs/heads/main by this push:
 new d7b6cb9  GORA-703 move members to emeritus (#2)
d7b6cb9 is described below

commit d7b6cb9f4902a989b6d8e328f941787e447c788a
Author: Kevin Ratnasekera 
AuthorDate: Wed Apr 12 00:34:56 2023 +0200

GORA-703 move members to emeritus (#2)
---
 content/credits.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/credits.md b/content/credits.md
index 8ace18e..1b0928c 100644
--- a/content/credits.md
+++ b/content/credits.md
@@ -19,13 +19,11 @@ Gora active committers include (ordered by username)
 * [Chris A. Mattmann](http://sunset.usc.edu/~mattmann/) (mattmann) - NASA JPL 
**CPCH**
 * Roland von Herget (rherget) - ? **CP**
 * Renato Marroquin (rmarroquin) - Universidad Catolica San Pablo **CP**
-* Sertan Alkan (sertan) - Konneka **CP**
 * Dave Woollard (woollard) - NASA JPL **CP**
 * [Alparslan Avcı](http://tr.linkedin.com/pub/alparslan-avci/15/b19/b42/) 
(alparslanavci) - AGMLab **CP**
 * [Apostolos Giannakidis](http://uk.linkedin.com/in/giannakidisapostolos) 
(apgiannakidis) - Oracle **CP**
 * [Damien Raude-Morvan](https://www.linkedin.com/in/damienraudemorvan) 
(drazzib) - [Dictanova](http://www.dictanova.com) **CP**
 * [Pierre Sutra](https://sites.google.com/site/0track/) (otrack) - [Telecom 
SudParis](http://www.telecom-sudparis.eu/) **CP**
-* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
Independent **CP**
 * [Talat Uyarer](https://tr.linkedin.com/in/talatuyarer) (talat) - **CP**
 
 Gora members can be contacted by appending @apache.org to their usernames. 
@@ -48,6 +46,8 @@ Gora members can be contacted by appending @apache.org to 
their usernames.
 * [Ferdy Galema](http://www.linkedin.com/pub/ferdy-galema/4/5ba/b44) (ferdy / 
ferdy.g (JIRA)) - Kalooga **CP**
 * Dogacan Guney (dogacan) - Google **CP**
 * Julien Nioche (jnioche) - DigitalPebble **CP**
+* Sertan Alkan (sertan) - **CP**
+* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
Independent **CP**
 
 ## Contributors
 



[gora-site] branch GORA-703 updated (1093967 -> f0787c8)

2023-04-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch GORA-703
in repository https://gitbox.apache.org/repos/asf/gora-site.git


 discard 1093967  GORA-703 move members to emeritus
 add f0787c8  GORA-703 move members to emeritus

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1093967)
\
 N -- N -- N   refs/heads/GORA-703 (f0787c8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 content/credits.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gora] branch master updated (8440644c -> 2cccfdbe)

2023-03-17 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


from 8440644c [GORA-663] Add datastore for Neo4j (#235)
 add 2cccfdbe GORA-651 upgrade Orient DB driver to version 3 (#210)

No new revisions were added by this update.

Summary of changes:
 .../apache/gora/orientdb/query/OrientDBResult.java | 10 +--
 .../apache/gora/orientdb/store/OrientDBStore.java  | 94 ++
 .../orientdb/store/OrientDBStoreParameters.java| 34 +---
 gora-orientdb/src/test/resources/gora.properties   |  3 +-
 pom.xml|  2 +-
 5 files changed, 92 insertions(+), 51 deletions(-)



[gora] branch GORA-704-new created (now 72521a8f)

2023-03-16 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch GORA-704-new
in repository https://gitbox.apache.org/repos/asf/gora.git


  at 72521a8f GORA-704 upgrade hadoop dependency

No new revisions were added by this update.



[gora] branch master updated (b4bd0276 -> 8440644c)

2023-03-16 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


from b4bd0276 GORA-694 Upgrade Aerospike to the latest driver (#256)
 add 8440644c [GORA-663] Add datastore for Neo4j (#235)

No new revisions were added by this update.

Summary of changes:
 {gora-jcache => gora-neo4j}/pom.xml|  57 +-
 .../apache/gora/neo4j/mapping/Neo4jMapping.java|  48 +-
 .../gora/neo4j/mapping/Neo4jMappingBuilder.java|  99 +++
 .../org/apache/gora/neo4j/mapping/Property.java|  73 ++
 .../apache/gora/neo4j/mapping/PropertyTypes.java   |  25 +-
 .../apache/gora/neo4j/mapping}/package-info.java   |   4 +-
 .../java/org/apache/gora/neo4j}/package-info.java  |   4 +-
 .../org/apache/gora/neo4j/query/Neo4jQuery.java|  24 +-
 .../org/apache/gora/neo4j/query/Neo4jResult.java   |  56 +-
 .../org/apache/gora/neo4j/query}/package-info.java |   4 +-
 .../apache/gora/neo4j/store/Neo4jConstants.java|  33 +-
 .../apache/gora/neo4j/store/Neo4jParameters.java   | 111 +++
 .../org/apache/gora/neo4j/store/Neo4jStore.java| 763 +
 .../neo4j/store/Neo4jStoreMetadataAnalyzer.java| 113 +++
 .../gora/neo4j/store/Neo4jTableMetadata.java   |  44 +-
 .../org/apache/gora/neo4j/store/ProtocolType.java  |   8 +-
 .../org/apache/gora/neo4j/store}/package-info.java |   4 +-
 .../org/apache/gora/neo4j/utils/CypherDDL.java | 135 
 .../org/apache/gora/neo4j/utils}/package-info.java |   4 +-
 .../src/main/resources/gora-neo4j.xsd  |  22 +-
 .../org/apache/gora/neo4j/GoraNeo4jTestDriver.java |  90 +++
 .../neo4j/mapreduce/Neo4jStoreMapReduceTest.java   |  32 +-
 .../apache/gora/neo4j/mapreduce}/package-info.java |   4 +-
 .../java/org/apache/gora/neo4j}/package-info.java  |   4 +-
 .../apache/gora/neo4j/store/Neo4jStoreTest.java|  63 ++
 .../org/apache/gora/neo4j/store}/package-info.java |   4 +-
 .../neo4j/utils/Neo4jStartupLogWaitStrategy.java   |  13 +-
 .../org/apache/gora/neo4j/utils}/package-info.java |   4 +-
 .../src/test/resources/gora-neo4j-mapping-bad.xml  |  10 +-
 .../src/test/resources/gora-neo4j-mapping.xml  |  43 ++
 .../src/test/resources}/gora.properties|   9 +-
 pom.xml|  15 +
 32 files changed, 1725 insertions(+), 197 deletions(-)
 copy {gora-jcache => gora-neo4j}/pom.xml (83%)
 copy gora-core/src/main/java/org/apache/gora/mapreduce/GoraRecordCounter.java 
=> gora-neo4j/src/main/java/org/apache/gora/neo4j/mapping/Neo4jMapping.java 
(51%)
 create mode 100644 
gora-neo4j/src/main/java/org/apache/gora/neo4j/mapping/Neo4jMappingBuilder.java
 create mode 100644 
gora-neo4j/src/main/java/org/apache/gora/neo4j/mapping/Property.java
 copy gora-sql/src/main/java/org/apache/gora/sql/query/SqlQuery.java => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/mapping/PropertyTypes.java (65%)
 copy {gora-aerospike/src/main/java/org/apache/gora/aerospike => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/mapping}/package-info.java (88%)
 copy {gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/mapping 
=> gora-neo4j/src/main/java/org/apache/gora/neo4j}/package-info.java (89%)
 copy gora-redis/src/main/java/org/apache/gora/redis/query/RedisQuery.java => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/query/Neo4jQuery.java (81%)
 mode change 100755 => 100644
 copy gora-ignite/src/main/java/org/apache/gora/ignite/query/IgniteResult.java 
=> gora-neo4j/src/main/java/org/apache/gora/neo4j/query/Neo4jResult.java (59%)
 copy {gora-core/src/test/java/org/apache/gora/util => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/query}/package-info.java (89%)
 copy gora-redis/src/main/java/org/apache/gora/redis/util/ServerMode.java => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jConstants.java (50%)
 mode change 100755 => 100644
 create mode 100644 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jParameters.java
 create mode 100644 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jStore.java
 create mode 100644 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jStoreMetadataAnalyzer.java
 copy 
gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/query/ElasticsearchQuery.java
 => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jTableMetadata.java 
(57%)
 copy 
gora-accumulo/src/main/java/org/apache/gora/accumulo/store/package-info.java => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store/ProtocolType.java (88%)
 copy {gora-aerospike/src/main/java/org/apache/gora/aerospike => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/store}/package-info.java (89%)
 create mode 100644 
gora-neo4j/src/main/java/org/apache/gora/neo4j/utils/CypherDDL.java
 copy {gora-aerospike/src/main/java/org/apache/gora/aerospike => 
gora-neo4j/src/main/java/org/apache/gora/neo4j/utils}/package-info.java (88%)
 cop

[gora] branch GORA-704 created (now 72521a8f)

2023-03-16 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch GORA-704
in repository https://gitbox.apache.org/repos/asf/gora.git


  at 72521a8f GORA-704 upgrade hadoop dependency

No new revisions were added by this update.



[gora] branch master updated (14e75d76 -> b4bd0276)

2023-03-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


from 14e75d76 Upgrade spark to 2.4.8 (#272)
 add b4bd0276 GORA-694 Upgrade Aerospike to the latest driver (#256)

No new revisions were added by this update.

Summary of changes:
 .../aerospike/store/AerospikeMappingBuilder.java| 21 -
 pom.xml |  2 +-
 2 files changed, 1 insertion(+), 22 deletions(-)



[gora-site] branch GORA-703 created (now 1093967)

2023-03-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch GORA-703
in repository https://gitbox.apache.org/repos/asf/gora-site.git


  at 1093967  GORA-703 move members to emeritus

This branch includes the following new commits:

 new 1093967  GORA-703 move members to emeritus

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora-site] 01/01: GORA-703 move members to emeritus

2023-03-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch GORA-703
in repository https://gitbox.apache.org/repos/asf/gora-site.git

commit 109396705e9fe485a7f7edcec0fc9f74f3bb0316
Author: djkevincr 
AuthorDate: Sun Mar 12 18:52:04 2023 +0100

GORA-703 move members to emeritus
---
 content/credits.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/credits.md b/content/credits.md
index 8ace18e..bd73927 100644
--- a/content/credits.md
+++ b/content/credits.md
@@ -19,13 +19,11 @@ Gora active committers include (ordered by username)
 * [Chris A. Mattmann](http://sunset.usc.edu/~mattmann/) (mattmann) - NASA JPL 
**CPCH**
 * Roland von Herget (rherget) - ? **CP**
 * Renato Marroquin (rmarroquin) - Universidad Catolica San Pablo **CP**
-* Sertan Alkan (sertan) - Konneka **CP**
 * Dave Woollard (woollard) - NASA JPL **CP**
 * [Alparslan Avcı](http://tr.linkedin.com/pub/alparslan-avci/15/b19/b42/) 
(alparslanavci) - AGMLab **CP**
 * [Apostolos Giannakidis](http://uk.linkedin.com/in/giannakidisapostolos) 
(apgiannakidis) - Oracle **CP**
 * [Damien Raude-Morvan](https://www.linkedin.com/in/damienraudemorvan) 
(drazzib) - [Dictanova](http://www.dictanova.com) **CP**
 * [Pierre Sutra](https://sites.google.com/site/0track/) (otrack) - [Telecom 
SudParis](http://www.telecom-sudparis.eu/) **CP**
-* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
Independent **CP**
 * [Talat Uyarer](https://tr.linkedin.com/in/talatuyarer) (talat) - **CP**
 
 Gora members can be contacted by appending @apache.org to their usernames. 
@@ -48,6 +46,8 @@ Gora members can be contacted by appending @apache.org to 
their usernames.
 * [Ferdy Galema](http://www.linkedin.com/pub/ferdy-galema/4/5ba/b44) (ferdy / 
ferdy.g (JIRA)) - Kalooga **CP**
 * Dogacan Guney (dogacan) - Google **CP**
 * Julien Nioche (jnioche) - DigitalPebble **CP**
+* Sertan Alkan (sertan) - Konneka **CP**
+* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
Independent **CP**
 
 ## Contributors
 



[gora] branch master updated (073d6dfa -> 14e75d76)

2023-03-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


from 073d6dfa GORA-693 Improve gora-jet test cases (#255)
 add 14e75d76 Upgrade spark to 2.4.8 (#272)

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gora] branch master updated: GORA-693 Improve gora-jet test cases (#255)

2023-03-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 073d6dfa GORA-693 Improve gora-jet test cases (#255)
073d6dfa is described below

commit 073d6dfa3ae699bc8856611adb7ef531effbe8fc
Author: trisha-melani <93732746+trisha-mel...@users.noreply.github.com>
AuthorDate: Sun Mar 12 22:37:56 2023 +0530

GORA-693 Improve gora-jet test cases (#255)

* GORA-693 Improve gora-jet test cases

* Remove unnessary system out
---
 .../src/test/java/org/apache/gora/jet/JetTest.java | 43 +++---
 1 file changed, 37 insertions(+), 6 deletions(-)

diff --git a/gora-jet/src/test/java/org/apache/gora/jet/JetTest.java 
b/gora-jet/src/test/java/org/apache/gora/jet/JetTest.java
index 1f813db0..95544b32 100644
--- a/gora-jet/src/test/java/org/apache/gora/jet/JetTest.java
+++ b/gora-jet/src/test/java/org/apache/gora/jet/JetTest.java
@@ -34,6 +34,7 @@ import org.apache.hadoop.hbase.HBaseTestingUtility;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
+import java.util.Map;
 import java.util.regex.Pattern;
 
 import static com.hazelcast.jet.Traversers.traverseArray;
@@ -69,9 +70,9 @@ public class JetTest {
 resultPageView1.setUrl("How are you");
 
 ResultPageView resultPageView2 = new ResultPageView();
-resultPageView1.setIp("88.240.129.183");
-resultPageView1.setTimestamp(124L);
-resultPageView1.setUrl("This is the jet engine");
+resultPageView2.setIp("88.240.129.183");
+resultPageView2.setTimestamp(124L);
+resultPageView2.setUrl("This is the jet engine");
 
 dataStoreOut.put(1L,resultPageView);
 dataStoreOut.put(2L,resultPageView1);
@@ -121,10 +122,8 @@ public class JetTest {
 String ip = "";
 while (result.next()) {
   noOfOutputRecords++;
-  ip = result.get().getIp().toString();
-  assertEquals("88.240.129.183", ip);
 }
-assertEquals(2, noOfOutputRecords);
+assertEquals(3, noOfOutputRecords);
   }
 
   @Test
@@ -147,4 +146,36 @@ public class JetTest {
 IMap counts = jet.getMap("COUNTS");
 assertEquals(3L, (long)counts.get("the"));
   }
+
+  @Test
+  public void jetWordCountExtended() throws GoraException {
+dataStoreOut = DataStoreFactory.getDataStore(Long.class, 
ResultPageView.class, utility.getConfiguration());
+
+Query query = dataStoreOut.newQuery();
+JetEngine jetEngine = new 
JetEngine<>();
+
+Pattern delimiter = Pattern.compile("\\W+");
+Pipeline p = Pipeline.create();
+p.drawFrom(jetEngine.createDataSource(dataStoreOut, query))
+.flatMap(e -> 
traverseArray(delimiter.split(e.getValue().getUrl().toString(
+.filter(word -> !word.isEmpty())
+.groupingKey(wholeItem())
+.aggregate(counting())
+.drainTo(Sinks.map("COUNTS"));
+JetInstance jet =  Jet.newJetInstance();;
+jet.newJob(p).join();
+IMap counts = jet.getMap("COUNTS");
+
+assertEquals(3L, (long)counts.get("the"));
+assertEquals(1L, (long)counts.get("This"));
+assertEquals(1L, (long)counts.get("is"));
+assertEquals(1L, (long)counts.get("jet"));
+assertEquals(1L, (long)counts.get("engine"));
+assertEquals(1L, (long)counts.get("How"));
+assertEquals(1L, (long)counts.get("are"));
+assertEquals(1L, (long)counts.get("you"));
+assertEquals(1L, (long)counts.get("I"));
+assertEquals(1L, (long)counts.get("am"));
+assertEquals(1L, (long)counts.get("one"));
+  }
 }



[gora] branch master updated: GORA-699 fix redis tests (#281)

2023-03-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new c8e940d5 GORA-699 fix redis tests (#281)
c8e940d5 is described below

commit c8e940d537b4d429237b489a10d3ddcc78f5dc4e
Author: Kevin Ratnasekera 
AuthorDate: Sun Mar 12 14:06:05 2023 +0100

GORA-699 fix redis tests (#281)
---
 gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java 
b/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java
index ac6610d7..0023a2c8 100755
--- a/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java
+++ b/gora-redis/src/test/java/org/apache/gora/redis/GoraRedisTestDriver.java
@@ -33,7 +33,7 @@ import java.time.Duration;
  */
 public class GoraRedisTestDriver extends GoraTestDriver {
 
-  private static final String DOCKER_IMAGE = "grokzen/redis-cluster:latest";
+  private static final String DOCKER_IMAGE = "grokzen/redis-cluster:6.0.0";
   private final GenericContainer redisContainer;
 
   private final StorageMode storageMode;
diff --git a/pom.xml b/pom.xml
index 5712cf8f..88e11ece 100755
--- a/pom.xml
+++ b/pom.xml
@@ -843,7 +843,7 @@
 2.10.0
 2.1.7
 
-3.11.0
+3.20.0
 
 1.9.0
 



[gora] branch GORA-699-new created (now 32df6d99)

2023-03-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch GORA-699-new
in repository https://gitbox.apache.org/repos/asf/gora.git


  at 32df6d99 GORA-699 fix redis tests

No new revisions were added by this update.



[gora] branch master updated: GORA-701 fix github workflow build (#278)

2023-03-09 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 370234b8 GORA-701 fix github workflow build (#278)
370234b8 is described below

commit 370234b8b975ad45dc789c15a3fb778b44da4061
Author: Kevin Ratnasekera 
AuthorDate: Thu Mar 9 22:46:56 2023 +0100

GORA-701 fix github workflow build (#278)
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index fd641e94..449f7f92 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -27,7 +27,7 @@ env:
 
 jobs:
   build:
-runs-on: ubuntu-latest
+runs-on: ubuntu-20.04
 strategy:
   matrix:
 java: [ '1.8' ]
diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index d89aaabd..dc651b6d 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -27,7 +27,7 @@ env:
 
 jobs:
   build:
-runs-on: ubuntu-latest
+runs-on: ubuntu-20.04
 strategy:
   matrix:
 java: [ '1.8' ]



[gora] branch master updated: Fix GORA-690 (#252)

2023-03-07 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new db1137a9  Fix GORA-690 (#252)
db1137a9 is described below

commit db1137a9e134d45220e3225f9027802d5d8061ee
Author: trisha-melani <93732746+trisha-mel...@users.noreply.github.com>
AuthorDate: Tue Mar 7 22:40:56 2023 +0530

 Fix GORA-690 (#252)
---
 pom.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd85a95e..5712cf8f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache
 apache
-22
+24
   
 
   org.apache.gora
@@ -939,6 +939,9 @@
 apache-${project.build.finalName}
 http://www.apache.org/dist/gora
 UTF-8
+
+
+1
   
 
   



[gora] branch master updated: GORA-664 Add datastore for Elasticsearch (#234)

2021-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 2d0d910  GORA-664 Add datastore for Elasticsearch (#234)
2d0d910 is described below

commit 2d0d91093dd7bceb07a4d64fb6b075bdc2117abd
Author: Maria Podorvanova <36038640+podorvan...@users.noreply.github.com>
AuthorDate: Thu Aug 12 04:22:22 2021 +1000

GORA-664 Add datastore for Elasticsearch (#234)

* Create basic gora-elasticsearch module

* Bump Elasticsearch version and remove redundant dependency

* Implement connection and basic schema management

- Create ElasticsearchStore class with connection initialization
- Create basic Elasticsearch types mapping
- Implement the necessary files for mapping representation 
(ElasticsearchMapping, ElasticsearchMappingBuilder)
- Read schema from mapping file
- Cover initialization with test

* Set up Elasticsearch client parameters

- Created gora.properties file with configuration properties
- Loaded connection parameters from configuration
- Implemented connection to Elasticsearch cluster with 
ElasticsearchParameters
- Covered ElasticsearchParameters with tests
- Added javadoc descriptions

* Add a property for choosing the authentication method

* Implement testing with Elasticsearch container

- Added testing dependencies
- Added GoraElasticsearchTestDriver with Elasticsearch container
- Added javadoc descriptions to GoraElasticsearchTestDriver class
- Fixed two existing tests in accordance to Elasticsearch container

* Implement some methods for schema management

Implemented schemaExists, createSchema, deleteSchema and flush methods

* Add XSD validation file for the XML mapping

* Fix XSD validation

- Relocated gora-elasticsearch.xsd file to main resources
- Covered XSD validation with test
- Added gora-elasticsearch-mapping-invalid.xml file for test

* Set up Elasticsearch container's authentication parameters

* Implement exists method

* Add comments for the connection parameters

* Fix authentication

- Set up password to Elasticsearch container properly
- Set default Elasticsearch container server’s username in gora.properties
- Added exceptions for missing arguments in authentication

* Add parameter for the XSD validation

- Defined a parameter for the XSD validation
- Added a test case for the parameter
- Made ElasticsearchStore read mapping file from properties, not 
configuration

* Implement some basic Input-Output operations for schema management

- Implemented delete, get and put methods
- Implemented newInstance and getUnionSchema utility methods
- Implemented basic serialization/deserialization for primitive AVRO types

* Fix createSchema method

- Added mappings while creating an Elasticsearch index
- Added getter and setter to Datatype enum

* Implement serialization/deserialization for some Avro data types

- Implemented serializeFieldValue and deserializeFieldValue methods for 
ARRAY, BOOLEAN, BYTES and FIXED Avro data types
- Fixed deserialization for STRING Avro data type
- Added javadoc descriptions

* Fix NPE when getting a non-existent Elasticsearch document

* Implement serialization/deserialization for MAP Avro data type

* Refactor serialization/deserialization to have better javadocs and 
arguments

* Implement serialization/deserialization for RECORD Avro data type

* Implement serialization/deserialization for UNION Avro data type

* Fix passed Schema argument for ARRAY deserialization

* Fix BYTES deserialization for Base64 encoded String

* Ignore testGet3UnionField test

* Add javadoc descriptions to serialization and deserialization methods

* Implement newQuery method

* Implement deleteByQuery method

* Use an Enum instead of literal strings for the Authentication Type 
parameter

* Use parameterized logging instead of string concatenation

* Implement execute method

* Implement getPartitions method

* Add scaling_factor support

* Remove unsupported Elasticsearch data types

* Implement Metadata Analyzer for Elasticsearch Store

* Try to fix range query by “_id” field

* Fix execute method by adding a special "gora_id" field

* Implement deleting specific fields of the records in deleteByQuery method

* Implement MapReduce test

* Fix flush method by using refresh

* Address reviewer's comments

* Add Elasticsearch specific logging dependency
---
 gora-elast

[gora] branch GORA-679-2 created (now 874607d)

2021-05-08 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch GORA-679-2
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 874607d  Add maven repos

No new revisions were added by this update.


[gora] branch master updated: GORA-652 Enable tests by default for redis/couchdb/aerospike datastore (#209)

2020-10-24 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new b38c957  GORA-652 Enable tests by default for redis/couchdb/aerospike 
datastore (#209)
b38c957 is described below

commit b38c957a6e6326fb827ca7f667566d060dabb4b1
Author: Damien Raude-Morvan 
AuthorDate: Sat Oct 24 14:39:10 2020 +0200

GORA-652 Enable tests by default for redis/couchdb/aerospike datastore 
(#209)

* GORA-652 Remove `aerospike-with-test` profile and enable tests by default

* GORA-652 Remove `couchdb-with-test` profile and enable tests by default

* GORA-652 Remove `redis-with-test` profile and enable tests by default

* GORA-652 CouchDB: Use standard chouchdb container

* GORA-652 CouchDB: Configure exposed port and server ip

* GORA-652 CouchDB: wait for HTTP endpoint to return 200

* Update mvn opts

* Remove Wait import
---
 .github/workflows/master-pr-build.yml  |  2 +-
 .github/workflows/master-push-build.yml|  2 +-
 gora-aerospike/pom.xml | 26 --
 gora-couchdb/pom.xml   |  5 -
 .../apache/gora/couchdb/GoraCouchDBTestDriver.java |  1 +
 gora-redis/pom.xml | 26 --
 6 files changed, 3 insertions(+), 59 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index 590833f..5d2a207 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -34,4 +34,4 @@ jobs:
   with:
 java-version: ${{ matrix.java }}
 - name: mvn sourcecheck
-  run: mvn clean install
\ No newline at end of file
+  run: mvn --no-transfer-progress --batch-mode clean install
\ No newline at end of file
diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index 29d5746..3e3c627 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -34,4 +34,4 @@ jobs:
 with:
   java-version: ${{ matrix.java }}
   - name: mvn sourcecheck
-run: mvn clean install
\ No newline at end of file
+run: mvn --no-transfer-progress --batch-mode clean install
\ No newline at end of file
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index e2a734e..cf61899 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -54,24 +54,6 @@
 
org.apache.gora.aerospike*;version="${project.version}";-noimport:=true
   
 
-  
-
-  aerospike-with-test
-  
-
-  
-org.apache.maven.plugins
-maven-surefire-plugin
-2.4.2
-
-  false
-
-  
-
-  
-
-  
-
   
 target
 target/classes
@@ -89,14 +71,6 @@
 
 
   
-org.apache.maven.plugins
-maven-surefire-plugin
-2.4.2
-
-  true
-
-  
-  
 org.codehaus.mojo
 build-helper-maven-plugin
 ${build-helper-maven-plugin.version}
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 24f5355..4ff0b93 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -71,11 +71,6 @@
 
 
   
-org.apache.maven.plugins
-maven-surefire-plugin
-2.4.2
-  
-  
 org.codehaus.mojo
 build-helper-maven-plugin
 ${build-helper-maven-plugin.version}
diff --git 
a/gora-couchdb/src/test/java/org/apache/gora/couchdb/GoraCouchDBTestDriver.java 
b/gora-couchdb/src/test/java/org/apache/gora/couchdb/GoraCouchDBTestDriver.java
index 7996708..9b9b20a 100644
--- 
a/gora-couchdb/src/test/java/org/apache/gora/couchdb/GoraCouchDBTestDriver.java
+++ 
b/gora-couchdb/src/test/java/org/apache/gora/couchdb/GoraCouchDBTestDriver.java
@@ -53,6 +53,7 @@ public class GoraCouchDBTestDriver extends GoraTestDriver {
   @Override
   public void setUpClass() {
 log.info("Setting up CouchDB Test Driver");
+properties.put(CouchDBParameters.PROP_COUCHDB_SERVER, 
couchdbContainer.getContainerIpAddress());
 properties.put(CouchDBParameters.PROP_COUCHDB_PORT, 
couchdbContainer.getMappedPort(5984).toString());
   }
 
diff --git a/gora-redis/pom.xml b/gora-redis/pom.xml
index ee33cb1..1057afd 100755
--- a/gora-redis/pom.xml
+++ b/gora-redis/pom.xml
@@ -54,24 +54,6 @@
 
org.apache.gora.redis*;version="${project.version}";-noimport:=true
   
   
-  
-
-  redis-with-test
-  
-
-  
-org.apache.maven.plugins
-maven-surefire-plugin
-2.4.2
-
-  false
-
-  
-
-  
-
-  
-  
   
 target
 

[gora] branch master updated: GORA-546 Hazelcast Jet execution engine support (#175)

2020-03-23 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 392b264  GORA-546 Hazelcast Jet execution engine support (#175)
392b264 is described below

commit 392b264fdb0da86556a632be5a12d41da3512f49
Author: Lahiru Jayasekara 
AuthorDate: Mon Mar 23 15:37:47 2020 +0530

GORA-546 Hazelcast Jet execution engine support (#175)

* Add hazelcast jet source initial impls

* Add HazelcastJet Source Vertex with distributed execution support

* Rename class name

* Improve test cases

* Add gora-jet sink connector implementations

* Refactor code and moved into gora-jet module

* Fix Indentation to 2 spaces

* Fix injecting datastore key into jet source

* Fix JetSource data partitioning

* Add Apache License

* Remove printStackTrace

* Add java doc comments

* Fix test cases via hbase testing utilities

* Remove printStackTrace

* Resolve hazelcast dependency conflict

* Resolve issues from review

* Add LogAnalyticsJet tutorial class

* Move gora-jet module up in pom.xml

* Change snapshot version in gora-jet module

* Add license header
---
 gora-jet/conf/gora-aerospike-mapping.xml   |  44 +
 gora-jet/conf/gora-cassandra-mapping.xml   |  51 ++
 gora-jet/conf/gora-couchdb-mapping.xml |  41 +
 gora-jet/conf/gora-hbase-mapping.xml   |  55 ++
 gora-jet/conf/gora-solr-mapping.xml|  43 +
 gora-jet/conf/gora-sql-mapping.xml |  43 +
 gora-jet/conf/gora.properties  |  66 ++
 gora-jet/conf/hazelcast-client.xml |  31 +
 gora-jet/conf/hazelcast.xml|  34 +
 gora-jet/pom.xml   | 131 +++
 .../main/java/org/apache/gora/jet/JetEngine.java   |  51 ++
 .../org/apache/gora/jet/JetInputOutputFormat.java  |  50 ++
 .../src/main/java/org/apache/gora/jet/JetSink.java |  91 +++
 .../main/java/org/apache/gora/jet/JetSource.java   | 109 +++
 gora-jet/src/test/avro/pageview.json   |  15 +
 gora-jet/src/test/avro/resultPageView.json |  10 +
 .../src/test/java/org/apache/gora/jet/JetTest.java | 150 
 .../org/apache/gora/jet/generated/Pageview.java| 881 +
 .../apache/gora/jet/generated/ResultPageView.java  | 468 +++
 gora-tutorial/pom.xml  |   5 +
 .../apache/gora/tutorial/log/LogAnalyticsJet.java  | 108 +++
 pom.xml|  16 +-
 22 files changed, 2492 insertions(+), 1 deletion(-)

diff --git a/gora-jet/conf/gora-aerospike-mapping.xml 
b/gora-jet/conf/gora-aerospike-mapping.xml
new file mode 100644
index 000..5506880
--- /dev/null
+++ b/gora-jet/conf/gora-aerospike-mapping.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+  
+  
+
+  
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+
diff --git a/gora-jet/conf/gora-cassandra-mapping.xml 
b/gora-jet/conf/gora-cassandra-mapping.xml
new file mode 100644
index 000..bb0275f
--- /dev/null
+++ b/gora-jet/conf/gora-cassandra-mapping.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+  
+
+
+
+  
+  
+  
+
+  
+
+  
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+
diff --git a/gora-jet/conf/gora-couchdb-mapping.xml 
b/gora-jet/conf/gora-couchdb-mapping.xml
new file mode 100644
index 000..2cbee77
--- /dev/null
+++ b/gora-jet/conf/gora-couchdb-mapping.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+
diff --git a/gora-jet/conf/gora-hbase-mapping.xml 
b/gora-jet/conf/gora-hbase-mapping.xml
new file mode 100644
index 000..9722144
--- /dev/null
+++ b/gora-jet/conf/gora-hbase-mapping.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+   
+ 
+
+
+  
+
+   
+ 
+  
+
+  
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+  
+
+
+
+  
+
diff --git a/gora-jet/conf/gora-solr-mapping.xml 
b/gora-jet/conf/gora-solr-mapping.xml
new file mode 100644
index 000..5fe10fb
--- /dev/null
+++ b/gora-jet/conf/gora-solr-mapping.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+  
+
+
+
diff --git a/gora-jet/conf/gora-sql-mapping.xml 
b/gora-jet/conf/gora-sql-mapping.xml
new file mode 100644
index 000..90f1cfc
--- /dev/null
+++ b/gora-jet/conf/gora-sql-mapping.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+  
+
+
+
diff --git a/gora-jet/conf/gora.properties b/gora-jet/conf/gora.properties
new file mode 100644
index 000..ddce0ed
--- /dev/null
+++ b/gora-jet

[gora] branch master updated: Disable Gora Kudu tests (#202)

2020-03-13 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 4adf88c  Disable Gora Kudu tests (#202)
4adf88c is described below

commit 4adf88ca644c7ebc8b1ec95750fe22d4e79bf6c3
Author: Madhawa Gunasekara 
AuthorDate: Fri Mar 13 20:37:16 2020 +0100

Disable Gora Kudu tests (#202)
---
 gora-kudu/pom.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/gora-kudu/pom.xml b/gora-kudu/pom.xml
index 3855ff1..199f96d 100644
--- a/gora-kudu/pom.xml
+++ b/gora-kudu/pom.xml
@@ -89,6 +89,13 @@
   
 
   
+  
+org.apache.maven.plugins
+maven-surefire-plugin
+
+  true
+
+  
 
 
   



[gora] branch master updated: GORA-271 Make consistent across datastores the way of getting the mapping filename (#170)

2020-03-13 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 51ff495  GORA-271 Make consistent across datastores the way of getting 
the mapping filename (#170)
51ff495 is described below

commit 51ff495ca1c0dade1ae988940d211f9d0301ecf9
Author: Lahiru Jayasekara 
AuthorDate: Sat Mar 14 00:06:59 2020 +0530

GORA-271 Make consistent across datastores the way of getting the mapping 
filename (#170)

* Fix mapping file name access method in hbaseStore

* Fix mapping file name access method in dynamoDBStore

* Remove unused imports



[gora] branch master updated: Update developers list (#200)

2020-03-13 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 783580c  Update developers list (#200)
783580c is described below

commit 783580ca6f91e12bafeb227c00290ef5e149ecca
Author: jhnmora000 <48849676+jhnmora...@users.noreply.github.com>
AuthorDate: Fri Mar 13 12:42:26 2020 -0500

Update developers list (#200)
---
 pom.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index c501ce4..3258f05 100755
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,15 @@
   
 
 
+  jhnmora000
+  John Mora
+  jhnmora000[at] apache [dot] org
+  
+Committer
+PMC Member
+  
+
+
   jnioche
   Julien Nioche
   jnioche[at] apache [dot] org



[gora] branch master updated: GORA-644 (#201)

2020-03-13 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 736d457  GORA-644 (#201)
736d457 is described below

commit 736d457cd9ba1243858477c7218585858c70060c
Author: Madhawa Gunasekara 
AuthorDate: Fri Mar 13 18:41:28 2020 +0100

GORA-644 (#201)
---
 .github/workflows/master-pr-build.yml   | 37 +
 .github/workflows/master-push-build.yml | 37 +
 README.md   |  1 +
 3 files changed, 75 insertions(+)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
new file mode 100644
index 000..590833f
--- /dev/null
+++ b/.github/workflows/master-pr-build.yml
@@ -0,0 +1,37 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+name: master pr build
+
+on:
+  pull_request:
+branches:
+  - master
+jobs:
+  build:
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+java: [ '1.8' ]
+steps:
+- uses: actions/checkout@v1
+- name: Set up JDK ${{ matrix.java }}
+  uses: actions/setup-java@v1
+  with:
+java-version: ${{ matrix.java }}
+- name: mvn sourcecheck
+  run: mvn clean install
\ No newline at end of file
diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
new file mode 100644
index 000..29d5746
--- /dev/null
+++ b/.github/workflows/master-push-build.yml
@@ -0,0 +1,37 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+name: build
+
+on:
+  push:
+branches:
+  - master
+jobs:
+  build:
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+java: [ '1.8' ]
+steps:
+  - uses: actions/checkout@v1
+  - name: Set up JDK ${{ matrix.java }}
+uses: actions/setup-java@v1
+with:
+  java-version: ${{ matrix.java }}
+  - name: mvn sourcecheck
+run: mvn clean install
\ No newline at end of file
diff --git a/README.md b/README.md
index 79e2ca1..e696c10 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 http://gora.apache.org/resources/img/powered-by-gora.png; 
align="right" width="300" />
 
+[![CI](https://github.com/apache/gora/workflows/CI/badge.svg?branch=master)](https://github.com/apache/gora/actions?query=workflow%3ACI)
 
[![license](https://img.shields.io/github/license/apache/gora.svg?maxAge=2592000?style=plastic)](http://www.apache.org/licenses/LICENSE-2.0)
 
[![Jenkins](https://img.shields.io/jenkins/s/https/builds.apache.org/gora-trunk.svg?maxAge=2592000?style=plastic)](https://builds.apache.org/job/gora-trunk/)
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/builds.apache.org/gora-trunk.svg?maxAge=2592000?style=plastic)](https://builds.apache.org/job/gora-trunk)



[gora] branch master updated: [GORA-638] Add gora-ignite into the gora-tutorial module (#195)

2020-03-03 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 6b7e9a7  [GORA-638] Add gora-ignite into the gora-tutorial module 
(#195)
6b7e9a7 is described below

commit 6b7e9a7b6c9b6a6c1982da45b160783970a45285
Author: José Ortiz 
AuthorDate: Wed Mar 4 01:26:34 2020 -0500

[GORA-638] Add gora-ignite into the gora-tutorial module (#195)

* Add ignite to gora-tutorial

* Add logging configurations for Ignite

* Revert changes in pom.xml
---
 gora-tutorial/conf/gora-ignite-mapping.xml | 40 
 gora-tutorial/conf/gora.properties |  8 ++-
 gora-tutorial/pom.xml  |  7 +-
 .../META-INF/config/java.util.logging.properties   | 74 ++
 4 files changed, 127 insertions(+), 2 deletions(-)

diff --git a/gora-tutorial/conf/gora-ignite-mapping.xml 
b/gora-tutorial/conf/gora-ignite-mapping.xml
new file mode 100644
index 000..5b0237a
--- /dev/null
+++ b/gora-tutorial/conf/gora-ignite-mapping.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+  
+  
+
+
+
+
+
+
+
+
+
+  
+  
+  
+
+
+
+
+  
+
diff --git a/gora-tutorial/conf/gora.properties 
b/gora-tutorial/conf/gora.properties
index a1b2433..718a27a 100644
--- a/gora-tutorial/conf/gora.properties
+++ b/gora-tutorial/conf/gora.properties
@@ -23,6 +23,7 @@ gora.datastore.default=org.apache.gora.hbase.store.HBaseStore
 #gora.datastore.default=org.apache.gora.aerospike.store.AerospikeStore
 #gora.datastore.default=org.apache.gora.mongodb.store.MongoStore
 #gora.datastore.default=org.apache.gora.kudu.store.KuduStore
+#gora.datastore.default=org.apache.gora.ignite.store.IgniteStore
 
 #gora.datastore.default=org.apache.gora.avro.store.AvroStore
 #gora.avrostore.input.path=hdfs://localhost:9000/gora.avrostore.test.input
@@ -76,4 +77,9 @@ 
gora.datastore.jcache.provider=com.hazelcast.cache.impl.HazelcastServerCachingPr
 #gora.mongodb.writeconcern=acknowledged
 
 ##Kudu dataStore properties
-#gora.datastore.kudu.masterAddresses=localhost:7051
\ No newline at end of file
+#gora.datastore.kudu.masterAddresses=localhost:7051
+
+##Ignite dataStore properties
+#gora.datastore.ignite.schema=PUBLIC
+#gora.datastore.ignite.host=localhost
+#gora.datastore.ignite.port=10800
\ No newline at end of file
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index bbc94ee..e89ff95 100644
--- a/gora-tutorial/pom.xml
+++ b/gora-tutorial/pom.xml
@@ -138,7 +138,12 @@
   org.apache.gora
   gora-mongodb
 
-
+
+
+  org.apache.gora
+  gora-ignite
+
+
 
   org.apache.gora
   gora-kudu
diff --git 
a/gora-tutorial/src/main/resources/META-INF/config/java.util.logging.properties 
b/gora-tutorial/src/main/resources/META-INF/config/java.util.logging.properties
new file mode 100644
index 000..72e267f
--- /dev/null
+++ 
b/gora-tutorial/src/main/resources/META-INF/config/java.util.logging.properties
@@ -0,0 +1,74 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+#
+#   Default java.util.logging configuration for Ignite.
+#
+# To use another config file use `java.util.logging.config.file` system
+# property. For example `java -Djava.util.logging.config.file=myfile`
+#
+
+#
+# Comma-separated list of logging "handlers". Note that some of them may be
+# reconfigured (or even removed) at runtime according to system properties.
+#
+# By default all messages will be passed to console and file.
+#
+handlers=java.util.logging.ConsoleHandler, 
org.apache.ignite.logger.java.JavaLoggerFileHandler
+
+#
+# Default global logging level.
+# This specifies which kinds of events are logged across all loggers.
+# For any given category this global level can be overriden by a category
+# specific level.
+# Note that handlers also have a separate level setting to limit messages
+# printed through it.
+#
+.level=OFF
+

[gora] branch master updated: Use HTTPS instead of HTTP to resolve dependencies (#199)

2020-03-03 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 00abd59  Use HTTPS instead of HTTP to resolve dependencies (#199)
00abd59 is described below

commit 00abd59c982c76157ac5863b4edc3732f7a49e0e
Author: Jonathan Leitschuh 
AuthorDate: Tue Mar 3 19:16:59 2020 -0500

Use HTTPS instead of HTTP to resolve dependencies (#199)

This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh 
---
 gora-couchdb/pom.xml | 2 +-
 gora-solr/pom.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 430fcef..df464b7 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -120,7 +120,7 @@
   
 
   clojars.org
-  http://clojars.org/repo
+  https://clojars.org/repo
 
   
 
diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index f9faf79..e488c61 100644
--- a/gora-solr/pom.xml
+++ b/gora-solr/pom.xml
@@ -106,7 +106,7 @@
 
   maven-restlet
   Public online Restlet repository
-  http://maven.restlet.org
+  https://maven.restlet.org
 
   
 



[gora] branch master updated: [GORA-527] Redis Datastore (#198)

2019-10-22 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new f2bab9c  [GORA-527] Redis Datastore (#198)
f2bab9c is described below

commit f2bab9cebfe8514b9e67004f0b3c84158bf2b7cb
Author: Kevin Ratnasekera 
AuthorDate: Tue Oct 22 15:50:11 2019 +0530

[GORA-527] Redis Datastore (#198)

* add redis support

* implement mentor sugggestions

* remove duplicated dependency

* upgrade versions

* Fix proper ending xml tag

* Fix test failues due to non existent mapping

* Disable Hadoop tests due to failures

* Improve documentation in disabled tests
---
 gora-redis/pom.xml | 196 
 .../java/org/apache/gora/redis/package-info.java   |  20 +
 .../org/apache/gora/redis/query/RedisQuery.java|  46 ++
 .../org/apache/gora/redis/query/RedisResult.java   |  91 
 .../org/apache/gora/redis/query/package-info.java  |  21 +
 .../org/apache/gora/redis/store/RedisMapping.java  | 103 
 .../gora/redis/store/RedisMappingBuilder.java  |  76 +++
 .../org/apache/gora/redis/store/RedisStore.java| 540 +
 .../org/apache/gora/redis/store/RedisType.java |  39 ++
 .../org/apache/gora/redis/store/package-info.java  |  20 +
 .../org/apache/gora/redis/util/DatumHandler.java   | 399 +++
 .../gora/redis/util/RedisStoreConstants.java   |  42 ++
 .../org/apache/gora/redis/util/ServerMode.java |  41 ++
 .../org/apache/gora/redis/util/StorageMode.java|  34 ++
 .../org/apache/gora/redis/util/package-info.java   |  20 +
 .../org/apache/gora/redis/GoraRedisTestDriver.java | 115 +
 .../redis/mapreduce/RedisStoreMapReduceTest.java   |  70 +++
 .../apache/gora/redis/mapreduce/package-info.java  |  17 +
 .../java/org/apache/gora/redis/package-info.java   |  21 +
 .../gora/redis/store/RedisStoreClusterTest.java|  57 +++
 .../gora/redis/store/RedisStoreHashTest.java   |  58 +++
 .../gora/redis/store/RedisStoreStringTest.java |  58 +++
 .../org/apache/gora/redis/store/package-info.java  |  21 +
 .../redis/util/RedisStartupLogWaitStrategy.java|  54 +++
 .../org/apache/gora/redis/util/package-info.java   |  20 +
 .../src/test/resources/gora-redis-mapping.xml  |  40 ++
 gora-redis/src/test/resources/gora.properties  |  34 ++
 pom.xml|  43 +-
 28 files changed, 2285 insertions(+), 11 deletions(-)

diff --git a/gora-redis/pom.xml b/gora-redis/pom.xml
new file mode 100755
index 000..ee33cb1
--- /dev/null
+++ b/gora-redis/pom.xml
@@ -0,0 +1,196 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  4.0.0
+
+  
+org.apache.gora
+gora
+1.0-SNAPSHOT
+../
+  
+  gora-redis
+  bundle
+
+  Apache Gora :: Redis
+  http://gora.apache.org
+  The Apache Gora open source framework provides an in-memory 
data model and
+persistence for big data. Gora supports persisting to column stores, key 
value stores,
+document stores and RDBMSs, and analyzing the data with extensive Apache 
Hadoop MapReduce
+support.
+  2010
+  
+The Apache Software Foundation
+http://www.apache.org/
+  
+  
+JIRA
+https://issues.apache.org/jira/browse/GORA
+  
+  
+Jenkins
+https://builds.apache.org/job/Gora-trunk/
+  
+
+  
+*
+
org.apache.gora.redis*;version="${project.version}";-noimport:=true
+  
+  
+  
+
+  redis-with-test
+  
+
+  
+org.apache.maven.plugins
+maven-surefire-plugin
+2.4.2
+
+  false
+
+  
+
+  
+
+  
+  
+  
+target
+target/classes
+${project.artifactId}-${project.version}
+target/test-classes
+src/test/java
+src/main/java
+
+  
+${project.basedir}/src/test/resources
+
+  **/*
+
+
+  
+
+
+  
+org.apache.maven.plugins
+maven-surefire-plugin
+2.4.2
+
+  true
+
+  
+  
+org.codehaus.mojo
+build-helper-maven-plugin
+${build-helper-maven-plugin.version}
+
+  
+generate-sources
+
+  add-source
+
+
+  
+src/examples/java
+  
+
+  
+
+  
+
+  
+
+  
+
+
+  org.apache.gora
+  gora-core
+
+
+
+  org.apache.gora
+  gora-core
+  test-jar
+  test
+
+
+
+
+  org.redisson
+  redisson-all
+
+
+  io.netty
+  netty-

[gora] branch master updated: Add value field to employee mappings in hive mapping xml (#191)

2019-08-28 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 2f97b50  Add value field to employee mappings in hive mapping xml 
(#191)
2f97b50 is described below

commit 2f97b50c06cd040155a688cccf6990961f2170cf
Author: Chanaka Balasooriya 
AuthorDate: Wed Aug 28 15:47:36 2019 +0530

Add value field to employee mappings in hive mapping xml (#191)
---
 gora-hive/src/test/resources/gora-hive-mapping.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gora-hive/src/test/resources/gora-hive-mapping.xml 
b/gora-hive/src/test/resources/gora-hive-mapping.xml
index 6d31df9..766eeef 100644
--- a/gora-hive/src/test/resources/gora-hive-mapping.xml
+++ b/gora-hive/src/test/resources/gora-hive-mapping.xml
@@ -24,6 +24,7 @@
 
 
 
+
   
 
   



[gora] branch master updated: GORA-320 Hive backend support in Gora (#187)

2019-08-27 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 504833f  GORA-320 Hive backend support in Gora (#187)
504833f is described below

commit 504833f99f9bffd3b92bd46a48daebdabf1ccd57
Author: Chanaka Balasooriya 
AuthorDate: Tue Aug 27 21:39:55 2019 +0530

GORA-320 Hive backend support in Gora (#187)

* GORA 320 Hive backend support for Gora

* Add type safety issues

* Configure hive embedded server for testing

* Support delete queries in gora-hive

* Moving hive dependencies to parent pom

* Add hive test server

* Resolve hive dependency issues

* Remove gora-hive test profile
---
 .../org/apache/gora/store/DataStoreTestUtil.java   |  10 +-
 gora-hive/pom.xml  | 217 +
 .../java/org/apache/gora/hive/package-info.java|  21 +
 .../java/org/apache/gora/hive/query/HiveQuery.java |  40 ++
 .../org/apache/gora/hive/query/HiveResult.java |  79 
 .../org/apache/gora/hive/query/package-info.java   |  21 +
 .../apache/gora/hive/store/HiveDataContext.java| 256 ++
 .../org/apache/gora/hive/store/HiveMapping.java|  95 
 .../apache/gora/hive/store/HiveMappingBuilder.java | 157 +++
 .../java/org/apache/gora/hive/store/HiveStore.java | 374 +++
 .../gora/hive/store/HiveStoreParameters.java   | 123 +
 .../org/apache/gora/hive/store/package-info.java   |  21 +
 .../apache/gora/hive/util/HiveQueryBuilder.java| 521 +
 .../apache/gora/hive/util/HiveResultParser.java| 243 ++
 .../org/apache/gora/hive/util/package-info.java|  22 +
 .../org/apache/gora/hive/GoraHiveTestDriver.java   |  49 ++
 .../java/org/apache/gora/hive/package-info.java|  21 +
 .../org/apache/gora/hive/store/TestHiveStore.java  | 171 +++
 .../org/apache/gora/hive/store/package-info.java   |  21 +
 .../org/apache/gora/hive/util/HiveTestServer.java  | 109 +
 .../org/apache/gora/hive/util/package-info.java|  21 +
 gora-hive/src/test/resources/gora-hive-mapping.xml |  45 ++
 gora-hive/src/test/resources/gora.properties   |  28 ++
 gora-hive/src/test/resources/hive-site.xml |  85 
 pom.xml|  75 ++-
 25 files changed, 2817 insertions(+), 8 deletions(-)

diff --git 
a/gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java 
b/gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java
index bb935ba..a452999 100644
--- a/gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java
+++ b/gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java
@@ -105,7 +105,7 @@ public class DataStoreTestUtil {
 return employee;
   }
 
-  private static  WebPage createWebPage() {
+  public static  WebPage createWebPage() {
 WebPage webpage = WebPage.newBuilder().build();
 webpage.setUrl(new Utf8("url.."));
 webpage.setContent(ByteBuffer.wrap("test 
content".getBytes(Charset.defaultCharset(;
@@ -338,7 +338,7 @@ public class DataStoreTestUtil {
* @param employee
* @param after
*/
-  private static void assertEqualEmployeeObjects(Employee employee, Employee 
after) {
+  public static void assertEqualEmployeeObjects(Employee employee, Employee 
after) {
 //for (int i = 1; i < employee.SCHEMA$.getFields().size(); i++) {
 //  for (int j = 1; j < after.SCHEMA$.getFields().size(); j++) {
 //assertEquals(employee.SCHEMA$.getFields().get(i), 
after.SCHEMA$.getFields().get(j));
@@ -388,7 +388,7 @@ public class DataStoreTestUtil {
* @param beforeWebPage
* @param afterWebPage
*/
-  private static void assertEqualWebPageObjects(WebPage beforeWebPage, WebPage 
afterWebPage) {
+  public static void assertEqualWebPageObjects(WebPage beforeWebPage, WebPage 
afterWebPage) {
 //check url field
 CharSequence beforeUrl = beforeWebPage.getUrl();
 CharSequence afterUrl = afterWebPage.getUrl();
@@ -424,7 +424,7 @@ public class DataStoreTestUtil {
* @param beforeMetadata
* @param afterMetadata
*/
-  private static void assertEqualMetadataObjects(Metadata beforeMetadata, 
Metadata afterMetadata) {
+  public static void assertEqualMetadataObjects(Metadata beforeMetadata, 
Metadata afterMetadata) {
 //check version field
 int beforeVersion = beforeMetadata.getVersion();
 int afterVersion = afterMetadata.getVersion();
@@ -767,7 +767,7 @@ public class DataStoreTestUtil {
 " actual=" + CONTENTS[i] + " i=" + i
 , Arrays.equals( toByteArray(page.getContent() )
 , CONTENTS[i].getBytes(Charset.defaultCharset(;
-
+
   List parsedContent = page.getParsedContent();
   assertNotNull(parsedContent);
   assertTrue(parsedContent

[gora] branch master updated (9b1d297 -> cb9bf82)

2019-08-16 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.


from 9b1d297  Merge pull request #174 from cuent/GORA-396
 add 482be55  Prepare Apache Gora release 0.9
 add bd4b34a  [maven-release-plugin] prepare release apache-gora-0.9
 add 66172a0  [maven-release-plugin] prepare for next development iteration
 new cb9bf82  Merge pull request #188 from apache/0.9-release-branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md   | 63 
 NOTICE.md|  2 +-
 README.md|  3 +-
 gora-accumulo/pom.xml|  2 +-
 gora-aerospike/pom.xml   |  2 +-
 gora-cassandra/pom.xml   |  2 +-
 gora-compiler-cli/pom.xml|  2 +-
 gora-compiler/pom.xml|  2 +-
 gora-core/pom.xml|  2 +-
 gora-couchdb/pom.xml |  2 +-
 gora-dynamodb/pom.xml|  2 +-
 gora-goraci/pom.xml  |  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 gora-hbase/pom.xml   |  2 +-
 gora-ignite/pom.xml  |  2 +-
 gora-infinispan/pom.xml  |  2 +-
 gora-jcache/pom.xml  |  2 +-
 gora-lucene/pom.xml  |  2 +-
 gora-maven-plugin/pom.xml|  2 +-
 gora-mongodb/pom.xml |  2 +-
 gora-orientdb/pom.xml|  2 +-
 gora-pig/pom.xml |  8 ++---
 gora-solr/pom.xml|  2 +-
 gora-tutorial/pom.xml|  2 +-
 pom.xml  |  2 +-
 sources-dist/pom.xml |  2 +-
 26 files changed, 93 insertions(+), 31 deletions(-)



svn commit: r1048848 - /websites/production/gora/content/

2019-08-16 Thread djkevincr
Author: djkevincr
Date: Fri Aug 16 15:45:47 2019
New Revision: 1048848

Log:
Publishing svnmucc operation to gora site by djkevincr

Added:
websites/production/gora/content/
  - copied from r1048847, websites/staging/gora/trunk/content/



svn commit: r1865311 - /gora/site/trunk/content/index.md

2019-08-16 Thread djkevincr
Author: djkevincr
Date: Fri Aug 16 15:44:56 2019
New Revision: 1865311

URL: http://svn.apache.org/viewvc?rev=1865311=rev
Log:
Add changes to index.md file

Modified:
gora/site/trunk/content/index.md

Modified: gora/site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1865311=1865310=1865311=diff
==
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Fri Aug 16 15:44:56 2019
@@ -11,8 +11,8 @@ Title: Welcome to Apache Gora
  persistence for big data. Gora supports persisting to column stores, 
key value stores, 
  document stores, distributed in-memory key/value stores, in-memory 
data grids, in-memory caches,
 distributed multi-model stores, and hybrid in-memory architectures.
-   Gora also enables analysis of data with extensive Apache Hadoop 
MapReduce 
-   and Apache Spark Apache Flink and Apache Pig 
support. Gora uses the [Apache Software License 
v2.0](https://www.apache.org/licenses/LICENSE-2.0.html). 
+   Gora also enables analysis of data with extensive Apache Hadoop 
MapReduce,
+Apache Spark, Apache Flink and Apache Pig 
support. Gora uses the [Apache Software License 
v2.0](https://www.apache.org/licenses/LICENSE-2.0.html). 
 Gora graduated from the Apache Incubator in January 2012 to become a 
top-level Apache project.
 You can find the Gora DOAP [here](./current/doap_Gora.rdf).
   




svn commit: r1865302 - /gora/committers/doap_Gora.rdf

2019-08-16 Thread djkevincr
Author: djkevincr
Date: Fri Aug 16 14:22:10 2019
New Revision: 1865302

URL: http://svn.apache.org/viewvc?rev=1865302=rev
Log:
Add latest updates to doap_Gora.rdf

Modified:
gora/committers/doap_Gora.rdf

Modified: gora/committers/doap_Gora.rdf
URL: 
http://svn.apache.org/viewvc/gora/committers/doap_Gora.rdf?rev=1865302=1865301=1865302=diff
==
--- gora/committers/doap_Gora.rdf (original)
+++ gora/committers/doap_Gora.rdf Fri Aug 16 14:22:10 2019
@@ -27,8 +27,11 @@
 Apache Gora
 http://gora.apache.org; />
 http://gora.apache.org; />
-The Apache Gora open source framework provides an in-memory 
data model and persistence for big data. Gora supports persisting to column 
stores, key value stores, document stores and RDBMSs, and analyzing the data 
with extensive Apache Hadoop MapReduce support.
-Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop support.
+The Apache Gora open source framework provides an in-memory 
data model and 
+ persistence for big data. Gora supports persisting to column stores, 
key value stores, 
+ document stores, distributed in-memory key/value stores, in-memory 
data grids, in-memory caches,
+distributed multi-model stores, and hybrid in-memory 
architectures.
+Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop MapReduce, Apache 
Spark, Apache Flink and Apache Pig support.
 https://issues.apache.org/jira/browse/GORA; />
 http://gora.apache.org/mailing_lists.html; />
 http://gora.apache.org/releases.html; />
@@ -36,9 +39,23 @@
 http://projects.apache.org/category/nosql; />
 
   
-0.6.1 release
-2015-09-14
-0.6.1
+0.9 release
+2019-08-15
+0.9
+  
+
+
+  
+0.8 release
+2017-09-20
+0.8
+  
+
+
+  
+0.7 release
+2017-03-23
+0.7
   
 
 




svn commit: r1048830 - /websites/production/gora/content/

2019-08-16 Thread djkevincr
Author: djkevincr
Date: Fri Aug 16 10:50:05 2019
New Revision: 1048830

Log:
Add 0.9 release updates to Apache Gora Website.

Added:
websites/production/gora/content/
  - copied from r1048829, websites/staging/gora/trunk/content/



svn commit: r1865287 - in /gora/site/trunk/content: credits.md current/doap_Gora.rdf downloads.md index.md

2019-08-16 Thread djkevincr
Author: djkevincr
Date: Fri Aug 16 10:46:43 2019
New Revision: 1865287

URL: http://svn.apache.org/viewvc?rev=1865287=rev
Log:
Add 0.9 release artifacts to site

Modified:
gora/site/trunk/content/credits.md
gora/site/trunk/content/current/doap_Gora.rdf
gora/site/trunk/content/downloads.md
gora/site/trunk/content/index.md

Modified: gora/site/trunk/content/credits.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/credits.md?rev=1865287=1865286=1865287=diff
==
--- gora/site/trunk/content/credits.md (original)
+++ gora/site/trunk/content/credits.md Fri Aug 16 10:46:43 2019
@@ -14,8 +14,8 @@ Gora active committers include (ordered
 * [Furkan KAMACI](https://tr.linkedin.com/in/furkankamaci) (kamaci) - 
Alcatel-Lucent **CP**
 * Kazuomi Kashii (kaz) - Healthline Networks **CP**
 * Keith Turner (kturner) - [Peterson Technologies](http://www.ptech-llc.com/) 
**CP**
-* [Kevin Ratnasekera](http://www.linkedin.com/in/djkevincr) (djkevincr) - 
[WSO2](http://wso2.com) **CP**
-* [Lewis John McGibbney](http://uk.linkedin.com/in/lmcgibbney) (lewismc) - 
[NASA JPL](http://jpl.nasa.gov) **CPVP**
+* [Kevin Ratnasekera](http://www.linkedin.com/in/djkevincr) (djkevincr) - 
Independent **CPVP**
+* [Lewis John McGibbney](http://uk.linkedin.com/in/lmcgibbney) (lewismc) - 
[NASA JPL](http://jpl.nasa.gov) **CP**
 * [Chris A. Mattmann](http://sunset.usc.edu/~mattmann/) (mattmann) - NASA JPL 
**CPCH**
 * Roland von Herget (rherget) - ? **CP**
 * Renato Marroquin (rmarroquin) - Universidad Catolica San Pablo **CP**
@@ -25,7 +25,7 @@ Gora active committers include (ordered
 * [Apostolos Giannakidis](http://uk.linkedin.com/in/giannakidisapostolos) 
(apgiannakidis) - Oracle **CP**
 * [Damien Raude-Morvan](https://www.linkedin.com/in/damienraudemorvan) 
(drazzib) - [Dictanova](http://www.dictanova.com) **CP**
 * [Pierre Sutra](https://sites.google.com/site/0track/) (otrack) - [Telecom 
SudParis](http://www.telecom-sudparis.eu/) **CP**
-* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
[WSO2](http://wso2.com) **CP**
+* [Madhawa Gunasekara](http://www.linkedin.com/in/mgunasekara) (madhawa) - 
Independent **CP**
 * [Talat Uyarer](https://tr.linkedin.com/in/talatuyarer) (talat) - **CP**
 
 Gora members can be contacted by appending @apache.org to their usernames. 

Modified: gora/site/trunk/content/current/doap_Gora.rdf
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/doap_Gora.rdf?rev=1865287=1865286=1865287=diff
==
--- gora/site/trunk/content/current/doap_Gora.rdf (original)
+++ gora/site/trunk/content/current/doap_Gora.rdf Fri Aug 16 10:46:43 2019
@@ -31,7 +31,7 @@
  persistence for big data. Gora supports persisting to column stores, 
key value stores, 
  document stores, distributed in-memory key/value stores, in-memory 
data grids, in-memory caches,
 distributed multi-model stores, and hybrid in-memory 
architectures.
-Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop support.
+Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop MapReduce, Apache 
Spark, Apache Flink and Apache Pig support.
 https://issues.apache.org/jira/browse/GORA; />
 http://gora.apache.org/mailing_lists.html; />
 http://gora.apache.org/releases.html; />
@@ -39,6 +39,13 @@
 http://projects.apache.org/category/nosql; />
 
   
+0.9 release
+2019-08-15
+0.9
+  
+
+
+  
 0.8 release
 2017-09-20
 0.8

Modified: gora/site/trunk/content/downloads.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/downloads.md?rev=1865287=1865286=1865287=diff
==
--- gora/site/trunk/content/downloads.md (original)
+++ gora/site/trunk/content/downloads.md Fri Aug 16 10:46:43 2019
@@ -10,7 +10,7 @@ Download the newest release of Apache Go
 as source code an

svn commit: r35268 - in /release/gora: ./ 0.9/

2019-08-15 Thread djkevincr
Author: djkevincr
Date: Fri Aug 16 05:47:03 2019
New Revision: 35268

Log:
Publish artifacts for Apache Gora 0.9 release

Added:
release/gora/0.9/
release/gora/0.9/CHANGES.txt
release/gora/0.9/apache-gora-0.9-src.tar.gz   (with props)
release/gora/0.9/apache-gora-0.9-src.tar.gz.asc
release/gora/0.9/apache-gora-0.9-src.tar.gz.sha512
release/gora/0.9/apache-gora-0.9-src.zip   (with props)
release/gora/0.9/apache-gora-0.9-src.zip.asc
release/gora/0.9/apache-gora-0.9-src.zip.sha512
Modified:
release/gora/KEYS

Added: release/gora/0.9/CHANGES.txt
==
--- release/gora/0.9/CHANGES.txt (added)
+++ release/gora/0.9/CHANGES.txt Fri Aug 16 05:47:03 2019
@@ -0,0 +1,646 @@
+ CHANGES.txt
+ ===
+ 
+ # Apache Gora 0.9 Release - 12/08/19 (dd/mm/)
+ Release report - https://s.apache.org/0.9GoraReleaseNotes
+  
+ Bug
+  
+ [GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+ [GORA-225] - Various Issues with MemStore
+ [GORA-373] - Failing TestQueryBase with JDK8
+ [GORA-421] - PersistentBase#setDirty() does not set dirty
+ [GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+ [GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+ [GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+ [GORA-508] - Website title cut off issue
+ [GORA-526] - Potential null dereference in 
AvroSerializer#analyzePersistent
+ [GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+ [GORA-560] - Fix build failure due java docs
+ [GORA-611] - Fix intermittent test failures with HBase module
+ [GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+ [GORA-617] - Fix Inception Year at Gora Pig Module
+ [GORA-619] - Remove duplicated properties in gora-tutorial gora.properties
+ [GORA-620] - Migrate HBase auto flush parameter name in Pig Module
+ [GORA-621] - Remove log4j 2 transitive dependencies inheriting from 
solr-core dependency
+ [GORA-622] - maven-assemly-plugin complains that group id is too big and 
fails build on macOS Mojave 10.14.6 (18G87)
+   
+ New Feature
+ 
+ [GORA-109] - Pig Adapter for Gora
+ [GORA-266] - Lucene datastore for Gora
+ [GORA-411] - Add exists(key) to DataStore interface
+ [GORA-444] - Add #size() to Result API
+ [GORA-481] - Using Docker For Unit Testing
+ [GORA-535] - Add a data store for Apache Ignite
+ [GORA-540] - Update Gora documentation for the Ignite backend
+ [GORA-548] - Introduce Apache Flink Execution Engine for Gora
+  
+ Improvement
+ 
+ [GORA-393] - bin/compile-examples.sh should do a touch on source files 
before compiling
+ [GORA-456] - No help when GoraCompilerCli is invoked without parameters
+ [GORA-528] - Add Support for Spark 2.2.1
+ [GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+ [GORA-530] - Reinstate exception throwing at Query#execute()
+ [GORA-531] - Upgrade HBase to 1.2.6
+ [GORA-534] - Prepare gora-hbase for HBase 2.0 release
+ [GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+ [GORA-554] - Upgrade Solr dependency to latest
+ [GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+ [GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+ [GORA-565] - Enable Spark in Unit Tests
+ [GORA-613] - Remove deprecated method usages Flink Module
+ [GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ [GORA-615] - Update gora-tutorial pom to include mongodb
+ [GORA-616] - Multiple slf4j conflict issue
+ [GORA-618] - Fix gpg-maven-plugin and checksum-maven-plugin issues for 
the release
+  
+ Task
+ 
+ [GORA-536] - Avoid calling Class#newInstance
+ [GORA-543] - Upgrade Apache parent POM to version 21
+ [GORA-549] - Remove PersistentBase extending java.io.Externalizable
+ [GORA-550] - Update POM for the move to gitbox
+ [GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2
+
+# Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
+Release report - https://s.apache.org/3YdY
+
+Bug
+
+[GORA-209] - Specify query timeout for Hector usage in gora-cassandra
+[GORA-269] - Add parameter for setting port used in the Cassandra Module
+[GORA-310] - testDeleteByQueryFields is not sutiable for Solr DataStore
+[GORA-311] - Gora Solr deleteByQuery method is not suitable for 
testDeleteByQueryFields
+[GORA-327] - Upgrade to Cassandra 2.0.7
+[GORA-394] - Erroneous 'Error: KeyClass in gora-hbase-mapping is not the 
same as the one in the databean.' log when reading HBase mapping
+[GORA-395] - NPE occurs in o.a.g.cassandra.query.CassandraResult when 
accessing cc (=null) and setting the unionField (title)
+  

svn commit: r35227 - in /dev/gora/apache-gora-0.9-RC03: ./ CHANGES.md apache-gora-0.9-src.tar.gz apache-gora-0.9-src.tar.gz.asc apache-gora-0.9-src.tar.gz.sha512 apache-gora-0.9-src.zip apache-gora-0.

2019-08-13 Thread djkevincr
Author: djkevincr
Date: Tue Aug 13 16:41:49 2019
New Revision: 35227

Log:
Add release artifacts for Apache Gora 0.9 RC03

Added:
dev/gora/apache-gora-0.9-RC03/
dev/gora/apache-gora-0.9-RC03/CHANGES.md
dev/gora/apache-gora-0.9-RC03/apache-gora-0.9-src.tar.gz   (with props)
dev/gora/apache-gora-0.9-RC03/apache-gora-0.9-src.tar.gz.asc
dev/gora/apache-gora-0.9-RC03/apache-gora-0.9-src.tar.gz.sha512
dev/gora/apache-gora-0.9-RC03/apache-gora-0.9-src.zip   (with props)
dev/gora/apache-gora-0.9-RC03/apache-gora-0.9-src.zip.asc
dev/gora/apache-gora-0.9-RC03/apache-gora-0.9-src.zip.sha512

Added: dev/gora/apache-gora-0.9-RC03/CHANGES.md
==
--- dev/gora/apache-gora-0.9-RC03/CHANGES.md (added)
+++ dev/gora/apache-gora-0.9-RC03/CHANGES.md Tue Aug 13 16:41:49 2019
@@ -0,0 +1,646 @@
+ CHANGES.txt
+ ===
+ 
+ # Apache Gora 0.9 Release - 12/08/19 (dd/mm/)
+ Release report - https://s.apache.org/0.9GoraReleaseNotes
+  
+ Bug
+  
+ [GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+ [GORA-225] - Various Issues with MemStore
+ [GORA-373] - Failing TestQueryBase with JDK8
+ [GORA-421] - PersistentBase#setDirty() does not set dirty
+ [GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+ [GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+ [GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+ [GORA-508] - Website title cut off issue
+ [GORA-526] - Potential null dereference in 
AvroSerializer#analyzePersistent
+ [GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+ [GORA-560] - Fix build failure due java docs
+ [GORA-611] - Fix intermittent test failures with HBase module
+ [GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+ [GORA-617] - Fix Inception Year at Gora Pig Module
+ [GORA-619] - Remove duplicated properties in gora-tutorial gora.properties
+ [GORA-620] - Migrate HBase auto flush parameter name in Pig Module
+ [GORA-621] - Remove log4j 2 transitive dependencies inheriting from 
solr-core dependency
+ [GORA-622] - maven-assemly-plugin complains that group id is too big and 
fails build on macOS Mojave 10.14.6 (18G87)
+   
+ New Feature
+ 
+ [GORA-109] - Pig Adapter for Gora
+ [GORA-266] - Lucene datastore for Gora
+ [GORA-411] - Add exists(key) to DataStore interface
+ [GORA-444] - Add #size() to Result API
+ [GORA-481] - Using Docker For Unit Testing
+ [GORA-535] - Add a data store for Apache Ignite
+ [GORA-540] - Update Gora documentation for the Ignite backend
+ [GORA-548] - Introduce Apache Flink Execution Engine for Gora
+  
+ Improvement
+ 
+ [GORA-393] - bin/compile-examples.sh should do a touch on source files 
before compiling
+ [GORA-456] - No help when GoraCompilerCli is invoked without parameters
+ [GORA-528] - Add Support for Spark 2.2.1
+ [GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+ [GORA-530] - Reinstate exception throwing at Query#execute()
+ [GORA-531] - Upgrade HBase to 1.2.6
+ [GORA-534] - Prepare gora-hbase for HBase 2.0 release
+ [GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+ [GORA-554] - Upgrade Solr dependency to latest
+ [GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+ [GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+ [GORA-565] - Enable Spark in Unit Tests
+ [GORA-613] - Remove deprecated method usages Flink Module
+ [GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ [GORA-615] - Update gora-tutorial pom to include mongodb
+ [GORA-616] - Multiple slf4j conflict issue
+ [GORA-618] - Fix gpg-maven-plugin and checksum-maven-plugin issues for 
the release
+  
+ Task
+ 
+ [GORA-536] - Avoid calling Class#newInstance
+ [GORA-543] - Upgrade Apache parent POM to version 21
+ [GORA-549] - Remove PersistentBase extending java.io.Externalizable
+ [GORA-550] - Update POM for the move to gitbox
+ [GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2
+
+# Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
+Release report - https://s.apache.org/3YdY
+
+Bug
+
+[GORA-209] - Specify query timeout for Hector usage in gora-cassandra
+[GORA-269] - Add parameter for setting port used in the Cassandra Module
+[GORA-310] - testDeleteByQueryFields is not sutiable for Solr DataStore
+[GORA-311] - Gora Solr deleteByQuery method is not suitable for 
testDeleteByQueryFields
+[GORA-327] - Upgrade to Cassandra 2.0.7
+[GORA-394] - Erroneous 'Error: KeyClass in gora-hbase-mapping is not the 
same as the one in the databean.' log when reading HBase mapping
+[GORA-395] - NPE

[gora] branch 0.9-release-branch updated: [maven-release-plugin] prepare for next development iteration

2019-08-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-release-branch by this 
push:
 new 66172a0  [maven-release-plugin] prepare for next development iteration
66172a0 is described below

commit 66172a080479c9e29ffab442492c3ca60fd8c4b1
Author: Kevin Ratnasekera 
AuthorDate: Tue Aug 13 06:18:54 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 3029c47..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index e53163e..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 7e8883c..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 054aede..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 6653c69..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 6cd8760..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 78dcf7e..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index 3a162e5..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index a7294af..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index cf62486..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index f950ce4..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 9acb281..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 598f9a7..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index ac58696..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index

[gora] 01/02: Prepare Apache Gora release 0.9

2019-08-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 482be554aac116e7c984b019df6ccca74e21629c
Author: Kevin Ratnasekera 
AuthorDate: Mon Aug 12 21:00:28 2019 +0530

Prepare Apache Gora release 0.9
---
 CHANGES.md   | 63 
 NOTICE.md|  2 +-
 README.md|  3 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 4 files changed, 69 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..73b934c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,68 @@
  CHANGES.txt
  ===
+ 
+ # Apache Gora 0.9 Release - 12/08/19 (dd/mm/)
+ Release report - https://s.apache.org/0.9GoraReleaseNotes
+  
+ Bug
+  
+ [GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+ [GORA-225] - Various Issues with MemStore
+ [GORA-373] - Failing TestQueryBase with JDK8
+ [GORA-421] - PersistentBase#setDirty() does not set dirty
+ [GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+ [GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+ [GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+ [GORA-508] - Website title cut off issue
+ [GORA-526] - Potential null dereference in 
AvroSerializer#analyzePersistent
+ [GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+ [GORA-560] - Fix build failure due java docs
+ [GORA-611] - Fix intermittent test failures with HBase module
+ [GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+ [GORA-617] - Fix Inception Year at Gora Pig Module
+ [GORA-619] - Remove duplicated properties in gora-tutorial gora.properties
+ [GORA-620] - Migrate HBase auto flush parameter name in Pig Module
+ [GORA-621] - Remove log4j 2 transitive dependencies inheriting from 
solr-core dependency
+ [GORA-622] - maven-assemly-plugin complains that group id is too big and 
fails build on macOS Mojave 10.14.6 (18G87)
+   
+ New Feature
+ 
+ [GORA-109] - Pig Adapter for Gora
+ [GORA-266] - Lucene datastore for Gora
+ [GORA-411] - Add exists(key) to DataStore interface
+ [GORA-444] - Add #size() to Result API
+ [GORA-481] - Using Docker For Unit Testing
+ [GORA-535] - Add a data store for Apache Ignite
+ [GORA-540] - Update Gora documentation for the Ignite backend
+ [GORA-548] - Introduce Apache Flink Execution Engine for Gora
+  
+ Improvement
+ 
+ [GORA-393] - bin/compile-examples.sh should do a touch on source files 
before compiling
+ [GORA-456] - No help when GoraCompilerCli is invoked without parameters
+ [GORA-528] - Add Support for Spark 2.2.1
+ [GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+ [GORA-530] - Reinstate exception throwing at Query#execute()
+ [GORA-531] - Upgrade HBase to 1.2.6
+ [GORA-534] - Prepare gora-hbase for HBase 2.0 release
+ [GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+ [GORA-554] - Upgrade Solr dependency to latest
+ [GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+ [GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+ [GORA-565] - Enable Spark in Unit Tests
+ [GORA-613] - Remove deprecated method usages Flink Module
+ [GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ [GORA-615] - Update gora-tutorial pom to include mongodb
+ [GORA-616] - Multiple slf4j conflict issue
+ [GORA-618] - Fix gpg-maven-plugin and checksum-maven-plugin issues for 
the release
+  
+ Task
+ 
+ [GORA-536] - Avoid calling Class#newInstance
+ [GORA-543] - Upgrade Apache parent POM to version 21
+ [GORA-549] - Remove PersistentBase extending java.io.Externalizable
+ [GORA-550] - Update POM for the move to gitbox
+ [GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/NOTICE.md b/NOTICE.md
index 6022056..b0caba3 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1,5 +1,5 @@
 Apache Gora
-Copyright 2017 The Apache Software Foundation
+Copyright 2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index ccc8571..79e2ca1 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce 

[gora] branch 0.9-release-branch created (now bd4b34a)

2019-08-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at bd4b34a  [maven-release-plugin] prepare release apache-gora-0.9

This branch includes the following new commits:

 new 482be55  Prepare Apache Gora release 0.9
 new bd4b34a  [maven-release-plugin] prepare release apache-gora-0.9

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] annotated tag apache-gora-0.9 deleted (was 310ee08)

2019-08-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag apache-gora-0.9 was deleted! ***

   tag was  310ee08

This change permanently discards the following revisions:

 discard f193ce2  [maven-release-plugin] prepare release apache-gora-0.9
 discard 2f3bb84  Prepare Apache Gora 0.9



[gora] branch master updated: GORA-622 maven-assemly-plugin complains that group id is too big and fails build on macOS Mojave 10.14.6 (18G87)

2019-08-12 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 9975533  GORA-622 maven-assemly-plugin complains that group id is too 
big and fails build on macOS Mojave 10.14.6 (18G87)
 new d9eefd8  Merge pull request #185 from lewismc/GORA-622
9975533 is described below

commit 9975533547c7d2c15f454faf21d28f2a0a24dd58
Author: Lewis John McGibbney 
AuthorDate: Sun Aug 11 20:21:38 2019 -0700

GORA-622 maven-assemly-plugin complains that group id is too big and fails 
build on macOS Mojave 10.14.6 (18G87)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd6eac1..8173c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,7 +382,7 @@
 
   
   
-gnu
+posix
 ${assembly.finalName}
 
   sources-dist/src/main/assembly/src.xml
@@ -845,7 +845,7 @@
 2.8.1
 1.4
 0.8
-2.5.4
+3.1.1
 2.5
 1.7
 2.5



svn commit: r35199 - in /dev/gora/apache-gora-0.9-RC02: ./ CHANGES.md apache-gora-0.9-src.tar.gz apache-gora-0.9-src.tar.gz.asc apache-gora-0.9-src.tar.gz.sha512 apache-gora-0.9-src.zip apache-gora-0.

2019-08-11 Thread djkevincr
Author: djkevincr
Date: Sun Aug 11 22:25:34 2019
New Revision: 35199

Log:
Add Apache Gora RC02 artifacts

Added:
dev/gora/apache-gora-0.9-RC02/
dev/gora/apache-gora-0.9-RC02/CHANGES.md
dev/gora/apache-gora-0.9-RC02/apache-gora-0.9-src.tar.gz   (with props)
dev/gora/apache-gora-0.9-RC02/apache-gora-0.9-src.tar.gz.asc
dev/gora/apache-gora-0.9-RC02/apache-gora-0.9-src.tar.gz.sha512
dev/gora/apache-gora-0.9-RC02/apache-gora-0.9-src.zip   (with props)
dev/gora/apache-gora-0.9-RC02/apache-gora-0.9-src.zip.asc
dev/gora/apache-gora-0.9-RC02/apache-gora-0.9-src.zip.sha512

Added: dev/gora/apache-gora-0.9-RC02/CHANGES.md
==
--- dev/gora/apache-gora-0.9-RC02/CHANGES.md (added)
+++ dev/gora/apache-gora-0.9-RC02/CHANGES.md Sun Aug 11 22:25:34 2019
@@ -0,0 +1,645 @@
+ CHANGES.txt
+ ===
+ 
+ # Apache Gora 0.9 Release - 12/08/19 (dd/mm/)
+ Release report - https://s.apache.org/0.9GoraReleaseNotes
+  
+ Bug
+  
+ [GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+ [GORA-225] - Various Issues with MemStore
+ [GORA-373] - Failing TestQueryBase with JDK8
+ [GORA-421] - PersistentBase#setDirty() does not set dirty
+ [GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+ [GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+ [GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+ [GORA-508] - Website title cut off issue
+ [GORA-526] - Potential null dereference in 
AvroSerializer#analyzePersistent
+ [GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+ [GORA-560] - Fix build failure due java docs
+ [GORA-611] - Fix intermittent test failures with HBase module
+ [GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+ [GORA-617] - Fix Inception Year at Gora Pig Module
+ [GORA-619] - Remove duplicated properties in gora-tutorial gora.properties
+ [GORA-620] - Migrate HBase auto flush parameter name in Pig Module
+ [GORA-621] - Remove log4j 2 transitive dependencies inheriting from 
solr-core dependency
+   
+ New Feature
+ 
+ [GORA-109] - Pig Adapter for Gora
+ [GORA-266] - Lucene datastore for Gora
+ [GORA-411] - Add exists(key) to DataStore interface
+ [GORA-444] - Add #size() to Result API
+ [GORA-481] - Using Docker For Unit Testing
+ [GORA-535] - Add a data store for Apache Ignite
+ [GORA-540] - Update Gora documentation for the Ignite backend
+ [GORA-548] - Introduce Apache Flink Execution Engine for Gora
+  
+ Improvement
+ 
+ [GORA-393] - bin/compile-examples.sh should do a touch on source files 
before compiling
+ [GORA-456] - No help when GoraCompilerCli is invoked without parameters
+ [GORA-528] - Add Support for Spark 2.2.1
+ [GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+ [GORA-530] - Reinstate exception throwing at Query#execute()
+ [GORA-531] - Upgrade HBase to 1.2.6
+ [GORA-534] - Prepare gora-hbase for HBase 2.0 release
+ [GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+ [GORA-554] - Upgrade Solr dependency to latest
+ [GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+ [GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+ [GORA-565] - Enable Spark in Unit Tests
+ [GORA-613] - Remove deprecated method usages Flink Module
+ [GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ [GORA-615] - Update gora-tutorial pom to include mongodb
+ [GORA-616] - Multiple slf4j conflict issue
+ [GORA-618] - Fix gpg-maven-plugin and checksum-maven-plugin issues for 
the release
+  
+ Task
+ 
+ [GORA-536] - Avoid calling Class#newInstance
+ [GORA-543] - Upgrade Apache parent POM to version 21
+ [GORA-549] - Remove PersistentBase extending java.io.Externalizable
+ [GORA-550] - Update POM for the move to gitbox
+ [GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2
+
+# Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
+Release report - https://s.apache.org/3YdY
+
+Bug
+
+[GORA-209] - Specify query timeout for Hector usage in gora-cassandra
+[GORA-269] - Add parameter for setting port used in the Cassandra Module
+[GORA-310] - testDeleteByQueryFields is not sutiable for Solr DataStore
+[GORA-311] - Gora Solr deleteByQuery method is not suitable for 
testDeleteByQueryFields
+[GORA-327] - Upgrade to Cassandra 2.0.7
+[GORA-394] - Erroneous 'Error: KeyClass in gora-hbase-mapping is not the 
same as the one in the databean.' log when reading HBase mapping
+[GORA-395] - NPE occurs in o.a.g.cassandra.query.CassandraResult when 
accessing cc (=null) and setting the unionField (title)
+[GORA-399] - Gora-Cassandra

[gora] branch 0.9-release-branch updated: [maven-release-plugin] prepare for next development iteration

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-release-branch by this 
push:
 new 267e9bc  [maven-release-plugin] prepare for next development iteration
267e9bc is described below

commit 267e9bcebf4a10e36e3c3edd1f674c7779d6a916
Author: Kevin Ratnasekera 
AuthorDate: Mon Aug 12 01:57:12 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 3029c47..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index e53163e..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 7e8883c..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 054aede..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 6653c69..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 6cd8760..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 78dcf7e..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index 3a162e5..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index a7294af..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index cf62486..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index f950ce4..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 9acb281..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 598f9a7..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index ac58696..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index

[gora] 01/02: Prepare Apache Gora 0.9

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 2f3bb84c680f6d748b9c5f40cdd1236b4f6b185c
Author: Kevin Ratnasekera 
AuthorDate: Sun Aug 11 23:17:24 2019 +0530

Prepare Apache Gora 0.9
---
 CHANGES.md   | 62 
 NOTICE.md|  2 +-
 README.md|  3 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 4 files changed, 68 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..778cc45 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,67 @@
  CHANGES.txt
  ===
+ 
+ # Apache Gora 0.9 Release - 12/08/19 (dd/mm/)
+ Release report - https://s.apache.org/0.9GoraReleaseNotes
+  
+ Bug
+  
+ [GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+ [GORA-225] - Various Issues with MemStore
+ [GORA-373] - Failing TestQueryBase with JDK8
+ [GORA-421] - PersistentBase#setDirty() does not set dirty
+ [GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+ [GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+ [GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+ [GORA-508] - Website title cut off issue
+ [GORA-526] - Potential null dereference in 
AvroSerializer#analyzePersistent
+ [GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+ [GORA-560] - Fix build failure due java docs
+ [GORA-611] - Fix intermittent test failures with HBase module
+ [GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+ [GORA-617] - Fix Inception Year at Gora Pig Module
+ [GORA-619] - Remove duplicated properties in gora-tutorial gora.properties
+ [GORA-620] - Migrate HBase auto flush parameter name in Pig Module
+ [GORA-621] - Remove log4j 2 transitive dependencies inheriting from 
solr-core dependency
+   
+ New Feature
+ 
+ [GORA-109] - Pig Adapter for Gora
+ [GORA-266] - Lucene datastore for Gora
+ [GORA-411] - Add exists(key) to DataStore interface
+ [GORA-444] - Add #size() to Result API
+ [GORA-481] - Using Docker For Unit Testing
+ [GORA-535] - Add a data store for Apache Ignite
+ [GORA-540] - Update Gora documentation for the Ignite backend
+ [GORA-548] - Introduce Apache Flink Execution Engine for Gora
+  
+ Improvement
+ 
+ [GORA-393] - bin/compile-examples.sh should do a touch on source files 
before compiling
+ [GORA-456] - No help when GoraCompilerCli is invoked without parameters
+ [GORA-528] - Add Support for Spark 2.2.1
+ [GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+ [GORA-530] - Reinstate exception throwing at Query#execute()
+ [GORA-531] - Upgrade HBase to 1.2.6
+ [GORA-534] - Prepare gora-hbase for HBase 2.0 release
+ [GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+ [GORA-554] - Upgrade Solr dependency to latest
+ [GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+ [GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+ [GORA-565] - Enable Spark in Unit Tests
+ [GORA-613] - Remove deprecated method usages Flink Module
+ [GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ [GORA-615] - Update gora-tutorial pom to include mongodb
+ [GORA-616] - Multiple slf4j conflict issue
+ [GORA-618] - Fix gpg-maven-plugin and checksum-maven-plugin issues for 
the release
+  
+ Task
+ 
+ [GORA-536] - Avoid calling Class#newInstance
+ [GORA-543] - Upgrade Apache parent POM to version 21
+ [GORA-549] - Remove PersistentBase extending java.io.Externalizable
+ [GORA-550] - Update POM for the move to gitbox
+ [GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/NOTICE.md b/NOTICE.md
index 6022056..b0caba3 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1,5 +1,5 @@
 Apache Gora
-Copyright 2017 The Apache Software Foundation
+Copyright 2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index ccc8571..79e2ca1 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop MapReduce, Apache Spark, Apache Flink 
+and Apache Pig support.  
 
 ## Why Gora?
 
diff --git

[gora] 02/02: [maven-release-plugin] prepare release apache-gora-0.9

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit f193ce284d0a6dbb9c988584e7f883c9aaa94885
Author: Kevin Ratnasekera 
AuthorDate: Mon Aug 12 01:41:30 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..3029c47 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..e53163e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..7e8883c 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..054aede 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..6653c69 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..6cd8760 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..78dcf7e 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..3a162e5 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..a7294af 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..cf62486 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..f950ce4 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..9acb281 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..598f9a7 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..ac58696 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..1b87894 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora

[gora] branch 0.9-release-branch created (now f193ce2)

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at f193ce2  [maven-release-plugin] prepare release apache-gora-0.9

This branch includes the following new commits:

 new 2f3bb84  Prepare Apache Gora 0.9
 new f193ce2  [maven-release-plugin] prepare release apache-gora-0.9

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] annotated tag apache-gora-0.9 created (now 310ee08)

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 310ee08  (tag)
 tagging f193ce284d0a6dbb9c988584e7f883c9aaa94885 (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Mon Aug 12 01:56:38 2019 +0530

- Log -
[maven-release-plugin]  copy for tag apache-gora-0.9
---

No new revisions were added by this update.



[gora] annotated tag apache-gora-0.9 deleted (was 61b9a92)

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag apache-gora-0.9 was deleted! ***

   tag was  61b9a92

This change permanently discards the following revisions:

 discard 4b27f2b  [maven-release-plugin] prepare release apache-gora-0.9
 discard 610abd9  Prepare gora for release 0.9



[gora] annotated tag apache-gora-0.9-RC01 deleted (was acb2f58)

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag apache-gora-0.9-RC01 was deleted! ***

   tag was  acb2f58

This change permanently discards the following revisions:

 discard afd0ce6  [maven-release-plugin] prepare release apache-gora-0.9-RC01
 discard ad3f27b  Prepare Gora release 0.9-RC01



[gora] branch 0.9-RC01-release-branch deleted (was 010d45e)

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was 010d45e  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard 010d45e  [maven-release-plugin] prepare for next development iteration



[gora] branch 0.9-release-branch deleted (was da75abd)

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was da75abd  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard da75abd  [maven-release-plugin] prepare for next development iteration



[gora] branch master updated: GORA-621: Remove log4j 2 transitive dependencies from solr core

2019-08-11 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 60bcac3  GORA-621: Remove log4j 2 transitive dependencies from solr 
core
 new d9b4b8e  Merge pull request #184 from djkevincr/GORA-621
60bcac3 is described below

commit 60bcac3e346eee8ee1c7a7119c1b29f931603a55
Author: Kevin Ratnasekera 
AuthorDate: Sun Aug 11 21:29:11 2019 +0530

GORA-621: Remove log4j 2 transitive dependencies from solr core
---
 gora-solr/pom.xml | 16 
 gora-tutorial/pom.xml |  6 --
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index 50a4ad7..952d701 100644
--- a/gora-solr/pom.xml
+++ b/gora-solr/pom.xml
@@ -172,6 +172,22 @@
   org.eclipse.jetty.orbit
   javax.servlet
 
+
+  org.apache.logging.log4j
+  log4j-slf4j-impl
+
+
+  org.apache.logging.log4j
+  log4j-1.2-api
+
+
+  org.apache.logging.log4j
+  log4j-api
+
+
+  org.apache.logging.log4j
+  log4j-core
+
   
 
 
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index 1d6f67d..0396ef9 100644
--- a/gora-tutorial/pom.xml
+++ b/gora-tutorial/pom.xml
@@ -127,12 +127,6 @@
 
   org.apache.gora
   gora-solr
-  
-
-  org.apache.logging.log4j
-  log4j-slf4j-impl
-
-  
 
 
 



[gora] branch master updated: GORA-620: Migrate autoflush parameter after HBase refactor

2019-08-08 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new bee2240  GORA-620: Migrate autoflush parameter after HBase refactor
 new d0c1897  Merge pull request #183 from djkevincr/GORA-620
bee2240 is described below

commit bee2240a02b985131f15ad0d887d04c0c72232a4
Author: Kevin Ratnasekera 
AuthorDate: Thu Aug 8 20:36:49 2019 +0530

GORA-620: Migrate autoflush parameter after HBase refactor
---
 gora-pig/src/test/resources/gora.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gora-pig/src/test/resources/gora.properties 
b/gora-pig/src/test/resources/gora.properties
index 9a5d576..bcb8936 100644
--- a/gora-pig/src/test/resources/gora.properties
+++ b/gora-pig/src/test/resources/gora.properties
@@ -16,4 +16,4 @@
 gora.datastore.default=org.apache.gora.hbase.store.HBaseStore
 gora.datastore.autocreateschema=true
 gora.datastore.scanner.caching=10
-hbase.client.autoflush.default=false
\ No newline at end of file
+gora.hbasestore.hbase.client.autoflush.enabled=false
\ No newline at end of file



[gora] branch master updated: GORA-619: Remove duplicated properties gora.properties

2019-08-08 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new cf8e66b  GORA-619: Remove duplicated properties gora.properties
 new 5973677  Merge pull request #182 from djkevincr/GORA-619
cf8e66b is described below

commit cf8e66b9a580cbf79542586b4cd56012cdd5570f
Author: Kevin Ratnasekera 
AuthorDate: Thu Aug 8 15:41:34 2019 +0530

GORA-619: Remove duplicated properties gora.properties
---
 gora-tutorial/conf/gora.properties | 22 --
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/gora-tutorial/conf/gora.properties 
b/gora-tutorial/conf/gora.properties
index 4c95429..02ef1f8 100644
--- a/gora-tutorial/conf/gora.properties
+++ b/gora-tutorial/conf/gora.properties
@@ -21,6 +21,7 @@ gora.datastore.default=org.apache.gora.hbase.store.HBaseStore
 #gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore
 #gora.datastore.default=org.apache.gora.solr.store.SolrStore
 #gora.datastore.default=org.apache.gora.aerospike.store.AerospikeStore
+#gora.datastore.default=org.apache.gora.mongodb.store.MongoStore
 
 #gora.datastore.default=org.apache.gora.avro.store.AvroStore
 #gora.avrostore.input.path=hdfs://localhost:9000/gora.avrostore.test.input
@@ -65,17 +66,10 @@ 
gora.datastore.jcache.provider=com.hazelcast.cache.impl.HazelcastServerCachingPr
 #gora.aerospikestore.server.username=
 #gora.aerospikestore.server.password=
 
-
-# MongoDBStore properties  #
-
-
-gora.datastore.autocreateschema=true
-gora.datastore.default=org.apache.gora.mongodb.store.MongoStore
-# Don't override properties coming from Hadoop configuration for test
-# Those properties will contains override for Mongo server port
-gora.mongodb.override_hadoop_configuration=false
-gora.mongodb.mapping.file=/gora-mongodb-mapping.xml
-gora.mongodb.servers=localhost
-gora.mongodb.db=nutchtest
-gora.mongodb.readpreference=primary
-gora.mongodb.writeconcern=acknowledged
+##MongoDB dataStore properties
+#gora.mongodb.override_hadoop_configuration=false
+#gora.mongodb.mapping.file=/gora-mongodb-mapping.xml
+#gora.mongodb.servers=localhost
+#gora.mongodb.db=nutchtest
+#gora.mongodb.readpreference=primary
+#gora.mongodb.writeconcern=acknowledged



[gora] branch master updated (30645c0 -> 3ee5663)

2019-08-08 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.


from 30645c0  Merge pull request #173 from 
LahiruJayasekara/fix-gora-compiler-cli-output
 new e517117  Add gora-mongodb settings to gora-tutorial
 new 3e65014  Add gora-mongodb settings to gora-tutorial
 new a5bdf81  Add gora-mongodb settings to gora-tutorial
 new afd66e4  Add gora-mongodb settings to gora-tutorial
 new f468a67  Add gora-mongodb settings to gora-tutorial
 new a04e09b  Add gora-mongodb settings to gora-tutorial
 new 3ee5663  Merge pull request #172 from sneceesay77/master

The 1201 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gora-tutorial/conf/gora-mongodb-mapping.xml | 37 +
 gora-tutorial/conf/gora.properties  | 19 +--
 gora-tutorial/pom.xml   |  6 +
 pom.xml |  5 
 4 files changed, 65 insertions(+), 2 deletions(-)
 create mode 100644 gora-tutorial/conf/gora-mongodb-mapping.xml



[gora] branch master updated (d92d298 -> 30645c0)

2019-08-08 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.


from d92d298  Merge pull request #181 from djkevincr/GORA-618
 new 943d866  Fix goracompiler cli output for --help
 new 47325ef  Replace "\n" with `System.lineSeparator()`
 new 30645c0  Merge pull request #173 from 
LahiruJayasekara/fix-gora-compiler-cli-output

The 1194 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:



[gora] branch master updated: Fix GORA-618 gpg and checksum maven plugin issues

2019-08-08 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new d177a93  Fix GORA-618 gpg and checksum maven plugin issues
 new d92d298  Merge pull request #181 from djkevincr/GORA-618
d177a93 is described below

commit d177a938def592312238440be78aca23b1608aff
Author: Kevin Ratnasekera 
AuthorDate: Thu Aug 8 13:08:06 2019 +0530

Fix GORA-618 gpg and checksum maven plugin issues
---
 pom.xml | 23 ++-
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 220a4cc..dff5e78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,20 +719,6 @@
 
   
   
-org.apache.maven.plugins
-maven-gpg-plugin
-${maven-gpg-plugin.version}
-
-  
-sign-artifacts
-verify
-
-  sign
-
-  
-
-  
-  
 net.nicoulaj.maven.plugins
 checksum-maven-plugin
 ${checksum-maven-plugin.version}
@@ -746,19 +732,14 @@
 
 
   
-MD5
-SHA-1
 SHA-512
   
-  false
   
 
   ${project.build.directory}
   
-*.zip
-*.tar.gz
-*.jar
-*.pom
+apache-gora-${project.version}-src.zip
+
apache-gora-${project.version}-src.tar.gz
   
 
   



svn commit: r33941 - in /dev/gora: ./ apache-gora-0.9-RC01/

2019-05-08 Thread djkevincr
Author: djkevincr
Date: Wed May  8 08:59:26 2019
New Revision: 33941

Log:
Add release artifacts for Apache Gora release 0.9

Added:
dev/gora/KEYS
dev/gora/apache-gora-0.9-RC01/
dev/gora/apache-gora-0.9-RC01/CHANGES.md
dev/gora/apache-gora-0.9-RC01/apache-gora-0.9-src.tar.gz   (with props)
dev/gora/apache-gora-0.9-RC01/apache-gora-0.9-src.tar.gz.asc
dev/gora/apache-gora-0.9-RC01/apache-gora-0.9-src.tar.gz.sha512
dev/gora/apache-gora-0.9-RC01/apache-gora-0.9-src.zip   (with props)
dev/gora/apache-gora-0.9-RC01/apache-gora-0.9-src.zip.asc
dev/gora/apache-gora-0.9-RC01/apache-gora-0.9-src.zip.sha512

Added: dev/gora/KEYS
==
--- dev/gora/KEYS (added)
+++ dev/gora/KEYS Wed May  8 08:59:26 2019
@@ -0,0 +1,231 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+
+
+pub   4096R/3592721E 2011-01-21
+  Key fingerprint = A0BF C76E F6A5 6F2C DC3D  0E2C EDF4 C958 3592 721E
+uid  Henry Saputra (CODE SIGNING KEY) 
+sig 33592721E 2011-01-21  Henry Saputra (CODE SIGNING KEY) 

+sub   4096R/C318E93E 2011-01-21
+sig  3592721E 2011-01-21  Henry Saputra (CODE SIGNING KEY) 

+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
+
+mQINBE05Kw0BEACuSMJSAKgbac4pMNfzssckf4hAZMnd23DYQYMwxPNjeelqw1qJ
+1JPsDW6nOfBGVEj3OLqd6ZPH6K2i8+GdY+p+buxaRJRdpYh03P3+Hno3OMySA9wo
+7mdy/NbmYsqIfvA6+WRmRUAKOnJv8lplMwwQMoPGPkHsMJNUeIAjGyCBzwhpn3y1
+NkC6QEAE9iq1DZFhURD5D3ZfH/XO8WfQz74cghAySEF3bPCO7l5DPM3ddWYE1rmZ
+UcltqxxAy4xBzuDP7gqxKdSqZXAQfyRGgbAxu5MfHYL+XgVbn+4ZszCzFIUUIYFE
+dvFjizzG3ZM0oQXnZYnWzxY3Flui7tFrQNvy78SsWRwfjxzuRWlJLrbm0h8Rdnj6
+9MjxH6OW3ihdw2yrw79aUT5ArmE3j2wZtcLnhXoTYqqxAk6UUbAsS1EcIRte01t4
+iZrtJdkS+MkVHOQewdFJe6dQcAWy62z/pfrs2dII7EhxZCi5kx4Wwb4Ud2wrnZJu
+MhMvb91y2Lwz2WF8BXj6UdAiV/VGupmWvjvod58X6GyKsmS6+dXEkTeWr44kn6qb
+cKwuAqdZEfSDT1K/koNdWGF4ExfI8pO2IaM8YWFglX7eiP6o2GhcQ2qZwQzW3KnW
+m8aMw1BKV//xAeudR6agh/i9F+DC3wqdovFb+2NvU3d9OAK7xhbBWfWbzQARAQAB
+tDZIZW5yeSBTYXB1dHJhIChDT0RFIFNJR05JTkcgS0VZKSA8aHNhcHV0cmFAYXBh
+Y2hlLm9yZz6JAjcEEwEKACECGwMCHgECF4AFAk05OAgFCwkIBwMFFQoJCAsFFgID
+AQAACgkQ7fTJWDWSch7trg//Wq8TCY5F+tTGWA8yaKFwnKzt7SVfVDeKu9HS+O0t
+4mSMj7n0fZsMWtgUfkq7eQqswAxYMxsLNh9Y4Tc1FJ1ivzKf7AomWiFrM2YDtvSu
+5/iF0a1JgGcbxwFaoyYMZOttdx+DneCUBvVrvwAFVxuIIrcH1mSYOCy6T7A1cdjB
+RtRmvIh2qQ4d6lw4ZlB9sy04/kRK+yPmGCfpE3SD4b64tEIByPOgZABp1nXlHKQX
+rJUwfVYuPkIzzEETePzPibIlvK1/njg/AMUSibek0v2RWqaZspxh6b2QhvHfW0df
+vvTy5TxNi9WoXdIX0laS9gaj4ItyDd8tShMOl0LFNd7X+UexxiAVQ37wAvnSYPRL
+P9Lxvj0BIbzllz2+J0F4gMq5j9gcuYkuHc2bdNJ7NWbhIgEuMrWgzqxQpYkjDMSo
+r3s4KaR84+y/9JuZofjiV/Afh3i0imjczHWV1u2tp6Yh9eSKH37cQKeIlfTwgmdn
+brj7J5UF53w4O5iorUuO3scGwP2HOnWHSUx8sCaEXHk8v08y89mW1c+je7GwzQoT
+TCRdbMkaqzotHZOzJ/ha32ZEy6Q6WW2Zeo50bnDfR94ZXCY2NR9JNznNNc4Bn0G2
+WdUL/LbV3j3n8aqAUPShEzbrTtkQJdFCFddrLCxWLdNXSAroslhOAEnWhC+ZLGTy
+qh65Ag0ETTkrDQEQAMJbM3CtxrVUSh4XP4YJImC9+iOGgt4rWjqxEIkojlI3eUDa
+lU6fGHguRPs9aVLfHQoCjLw5aGfjvnYa/NE13ihPcu5CFk9TjtganTa1Av0ODG5E
+2HC95WX9k9KZsOHcmhH7nubGCLx9RDiuhyVU0dLw2qHZGqQooibc1p4r0crqsSMj
+JU2x9i7eNtFY/jNgHedaWjDcOYZEsVia9XQsaTzORmxtcbkrNJdcssYRmMjPMR1t
+PeOtofedXvVY0w2h51XTgIPzYhR9Ho7ZDPQyn5VQJ4REIrtBz0jxz/Lcj2JAtYsr
+9bfOeYe7+9h7sVTKmb4wBWZBDvZmAoGLj9f2jSmsugGBVT6TlK1R5PtPrmj1hExo
+PFH/gPpt8aLQYR73xR0fzunqfGFS651EArZoB3GSM2CoY2vxzwQpqHH9dFtf2wu9
+a+tT60rvPdag3y98N4RlGmK6KUuClOk4oRsQcI4H06zF+jwmbikMlTc3JqC+ev2c
+fExVjaFM9Hz/bzEyZerNwbntz/yBIg4NR1RfPjQUVolNg66dkMe2GwFs1f2Nd/1b
+40+vimRJXeGuyzyH3o86UAHUQu92hOMWgMlilsU0GUUMk6qZHA5SvAB3t3atZ6IR
+2453kXlOFUGl0NkGn3nFxF2xj8E6tUG72glDBW6GZP+hZilhs853HPt2UknXABEB
+AAGJAh8EGAEKAAkFAk05Kw0CGwwACgkQ7fTJWDWSch4knQ//cfFjcmFls2siwGwc
+q1H9QyhiiJcDbHFyTb7UvVwTgZ3rkdoQkrslMp3Ti/mm1NVH0c5ywuHCT1dip+yO
+7Rt8ruepDQMPDLHRsudzwJNKaZQPbtacESvDayqADOYaDN1req8+Z4+G2jyYaLve
+TTI/HpyJyp5YLXlaBM+EicqP+7WZeMvw8MkxhfXEKeaZ7K6E326USlo1os/puOtl
+VB9ywr4LD+4ZB7jzAGI0hsCn/ZxS+Uu9iAfrr1LVNQMxTbJ/nBFwrQof75SYvjwQ
+A07D6KBdea7TpTj0JI9saaI4ytuKwCi9WpyvC7bxec7GAbOSvhK/vEV0dVAnAQlL
+nyv8SS+m3gcukZNnNMz0Yz9IeFKB29J8sFgFW4f+Ww6ygmaU9+kN/4C7hzWbUjE8
+GyFr4RDRIfIQKG7D50IUzeY+jfzpa5Z1SqmBqPymKz/w7l/N9GmtzFptox30+C0l
+7CEp+B3Wyb8zdiX3EgAzka8kbsZESRC22ziowOJ8DS25vFLmw5q8W6MDLnovT1a0
+rCJsgoQny9AvP0VzCm3Xxwgcf+Q1HyHGEUIS+lwPRpeNgfgWogzDMrEUjvhQDeDZ
+e9Hhz6NeQVWGJXByjaITCa3CMY4HxRxWALQ21vJmy8WSTGGno4VaMfJ+mrnVXPt7
+PsjMuqud3oNyQDFEI+qH9ZUbnPI=
+=W5eW
+-END PGP PUBLIC KEY BLOCK-
+pub   1024D/B876884A 2007-12-24
+uid  Chris Ma

[gora] branch 0.9-release-branch updated: [maven-release-plugin] prepare for next development iteration

2019-05-07 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-release-branch by this 
push:
 new da75abd  [maven-release-plugin] prepare for next development iteration
da75abd is described below

commit da75abd4239d762574cc90a69a6d189a7134ed5d
Author: Kevin Ratnasekera 
AuthorDate: Wed May 8 02:07:30 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 3029c47..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index e53163e..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 7e8883c..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 054aede..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 6653c69..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 6cd8760..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 78dcf7e..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index 3a162e5..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index a7294af..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index cf62486..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index f950ce4..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 9acb281..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 598f9a7..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index ac58696..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9
+1.0-SNAPSHOT
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index

[gora] 01/02: Prepare gora for release 0.9

2019-05-07 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 610abd99fcbcf3b8278d879534bceb83cfcb30d9
Author: Kevin Ratnasekera 
AuthorDate: Wed May 8 00:53:00 2019 +0530

Prepare gora for release 0.9
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 pom.xml  | 23 ++--
 4 files changed, 59 insertions(+), 25 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9
diff --git a/pom.xml b/pom.xml
index 220a4cc..dff5e78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,20 +719,6 @@
 
   
   
-org.apache.maven.plugins
-maven-gpg-plugin
-${maven-gpg-plugin.version}
-
-  
-sign-artifacts
-verify
-
-  sign
-
-  
-
-  
-  
 net.nicoulaj.maven.plugins
 checksum-maven-plugin
 ${checksum-maven-plugin.version}
@@ -746,19 +732,14 @@
 
 
   
-

[gora] 02/02: [maven-release-plugin] prepare release apache-gora-0.9

2019-05-07 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 4b27f2bfebee1a77f9b957929c956ea1b509f9fb
Author: Kevin Ratnasekera 
AuthorDate: Wed May 8 02:06:03 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..3029c47 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..e53163e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..7e8883c 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..054aede 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..6653c69 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..6cd8760 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..78dcf7e 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..3a162e5 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..a7294af 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..cf62486 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..f950ce4 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..9acb281 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..598f9a7 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..ac58696 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..1b87894 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9
 ../
   
   gora-maven

[gora] annotated tag apache-gora-0.9 created (now 61b9a92)

2019-05-07 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 61b9a92  (tag)
 tagging 4b27f2bfebee1a77f9b957929c956ea1b509f9fb (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Wed May 8 02:06:57 2019 +0530

- Log -
[maven-release-plugin]  copy for tag apache-gora-0.9
---

No new revisions were added by this update.



[gora] branch 0.9-release-branch created (now 4b27f2b)

2019-05-07 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 4b27f2b  [maven-release-plugin] prepare release apache-gora-0.9

This branch includes the following new commits:

 new 610abd9  Prepare gora for release 0.9
 new 4b27f2b  [maven-release-plugin] prepare release apache-gora-0.9

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] annotated tag apache-gora-0.9-RC01 created (now acb2f58)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at acb2f58  (tag)
 tagging afd0ce6f12cd3f21522de2ca5920bfca2349d2dd (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Tue May 7 07:11:33 2019 +0530

- Log -
[maven-release-plugin]  copy for tag apache-gora-0.9-RC01
---

No new revisions were added by this update.



[gora] 01/02: Prepare Gora release 0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit ad3f27ba161b6607d44922bd9f7511f8e591f673
Author: Kevin Ratnasekera 
AuthorDate: Tue May 7 01:36:39 2019 +0530

Prepare Gora release 0.9-RC01
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] branch 0.9-RC01-release-branch created (now afd0ce6)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at afd0ce6  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This branch includes the following new commits:

 new ad3f27b  Prepare Gora release 0.9-RC01
 new afd0ce6  [maven-release-plugin] prepare release apache-gora-0.9-RC01

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] 02/02: [maven-release-plugin] prepare release apache-gora-0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit afd0ce6f12cd3f21522de2ca5920bfca2349d2dd
Author: Kevin Ratnasekera 
AuthorDate: Tue May 7 07:10:52 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9-RC01
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..25d2a7b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..bd063d6 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..a245b28 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..69861b4 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..2d65a4c 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..006d86c 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..5746a12 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..bf92083 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..7fe5c3d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..449483a 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..276b841 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..4fd1936 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..80460a5 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..2bf37a1 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..25e7944 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7

[gora] branch 0.9-RC01-release-branch deleted (was 90dbae7)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This change permanently discards the following revisions:

 discard 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01
 discard 8a299a0  Prepare Apache Gora Release 0.9-RC01



[gora] 01/02: Prepare Apache Gora Release 0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 8a299a0216abfaf7c1c15a9764ebee043679271d
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 23:37:18 2019 +0530

Prepare Apache Gora Release 0.9-RC01
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] 02/02: [maven-release-plugin] prepare release apache-gora-0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 90dbae7a7ec53ec701aec566f0c3c58c007c2b31
Author: Kevin Ratnasekera 
AuthorDate: Tue May 7 01:05:41 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9-RC01
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..25d2a7b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..bd063d6 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..a245b28 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..69861b4 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..2d65a4c 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..006d86c 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..5746a12 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..bf92083 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..7fe5c3d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..449483a 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..276b841 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..4fd1936 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..80460a5 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..2bf37a1 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..25e7944 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7

[gora] branch 0.9-RC01-release-branch created (now 90dbae7)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This branch includes the following new commits:

 new 8a299a0  Prepare Apache Gora Release 0.9-RC01
 new 90dbae7  [maven-release-plugin] prepare release apache-gora-0.9-RC01

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] branch master updated: Add auto generation of checksums to file extensions

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 33b46e0  Add auto generation of checksums to file extensions
 new 15a8426  Merge pull request #169 from 
djkevincr/fix_issues_with_checksum_plugin
33b46e0 is described below

commit 33b46e0dc1c6b3193cf53bd46ebcf58a49f5db5a
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 23:26:24 2019 +0530

Add auto generation of checksums to file extensions
---
 pom.xml | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0c977c..220a4cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -755,12 +755,14 @@
 
   ${project.build.directory}
   
-
${project.artifactId}-${project.version}-source-release.zip
-
${project.artifactId}-${project.version}-source-release.tar*
+*.zip
+*.tar.gz
+*.jar
+*.pom
   
 
   
-  false
+  false
 
   
 



[gora] branch master updated: Add checksum plugin to release profile

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 5f21e1e  Add checksum plugin to release profile
 new 5744808  Merge pull request #168 from djkevincr/upgrade_checksum_plugin
5f21e1e is described below

commit 5f21e1e7da64e45f315250585782c2f67f5f0d1a
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 20:03:07 2019 +0530

Add checksum plugin to release profile
---
 pom.xml | 32 +---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92e2309..b0c977c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,9 +733,35 @@
 
   
   
-net.ju-n.maven.plugins
+net.nicoulaj.maven.plugins
 checksum-maven-plugin
 ${checksum-maven-plugin.version}
+
+  
+source-release-checksum
+
+  files
+
+  
+
+
+  
+MD5
+SHA-1
+SHA-512
+  
+  false
+  
+
+  ${project.build.directory}
+  
+
${project.artifactId}-${project.version}-source-release.zip
+
${project.artifactId}-${project.version}-source-release.tar*
+  
+
+  
+  false
+
   
 
   
@@ -836,9 +862,9 @@
 2.8.1
 1.4
 0.8
-2.2.2
+2.5.4
 2.5
-1.0.1
+1.7
 2.5
 
 



[gora] annotated tag apache-gora-0.9-RC01 deleted (was 21c820d)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag apache-gora-0.9-RC01 was deleted! ***

   tag was  21c820d

This change permanently discards the following revisions:

 discard 836a86d  [maven-release-plugin] prepare release apache-gora-0.9-RC01
 discard caa6b69  Upgrade assembly plugin
 discard b62e427  Prepare release 0.9-RC01



[gora] annotated tag 0.9-RC01 deleted (was f252f54)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag 0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


*** WARNING: tag 0.9-RC01 was deleted! ***

   tag was  f252f54

This change permanently discards the following revisions:

 discard abf8d71  [maven-release-plugin] prepare release 0.9-RC01
 discard ecd28b6  Upgrade maven assembly plugin
 discard dea1206  Prepare release for 0.9



[gora] branch 0.9-RC01-Release-branch deleted (was c682256)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was c682256  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard c682256  [maven-release-plugin] prepare for next development iteration



[gora] branch 0.9-RC01-Release deleted (was b07c2be)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git.


 was b07c2be  [maven-release-plugin] prepare for next development iteration

This change permanently discards the following revisions:

 discard b07c2be  [maven-release-plugin] prepare for next development iteration



[gora] branch 0.9-RC01-Release-branch created (now 836a86d)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 836a86d  [maven-release-plugin] prepare release apache-gora-0.9-RC01

This branch includes the following new commits:

 new b62e427  Prepare release 0.9-RC01
 new caa6b69  Upgrade assembly plugin
 new 836a86d  [maven-release-plugin] prepare release apache-gora-0.9-RC01

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] branch 0.9-RC01-Release-branch updated: [maven-release-plugin] prepare for next development iteration

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-RC01-Release-branch by 
this push:
 new c682256  [maven-release-plugin] prepare for next development iteration
c682256 is described below

commit c682256c42caf5b2f9ebb4928ce403431faf327f
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 16:18:51 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 25d2a7b..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index bd063d6..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index a245b28..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 69861b4..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 2d65a4c..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 006d86c..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 5746a12..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index bf92083..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index 7fe5c3d..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 449483a..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 276b841..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 4fd1936..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 80460a5..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index 2bf37a1..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora

[gora] annotated tag apache-gora-0.9-RC01 created (now 21c820d)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag apache-gora-0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at 21c820d  (tag)
 tagging 836a86dbb4da677a7b66c0de772b46f550ed4635 (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Mon May 6 16:18:26 2019 +0530

- Log -
[maven-release-plugin]  copy for tag apache-gora-0.9-RC01
---

No new revisions were added by this update.



[gora] 03/03: [maven-release-plugin] prepare release apache-gora-0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 836a86dbb4da677a7b66c0de772b46f550ed4635
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 16:17:50 2019 +0530

[maven-release-plugin] prepare release apache-gora-0.9-RC01
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 8 +++-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index cdc893b..25d2a7b 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index dba032e..bd063d6 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2956694..a245b28 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 0b12a21..69861b4 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 64e8466..2d65a4c 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 3e28af9..006d86c 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 2dffecc..5746a12 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index b55e845..bf92083 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index b91d576..7fe5c3d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 2c2b32a..449483a 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 3e68e3b..276b841 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index aa7a865..4fd1936 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index d7e58c0..80460a5 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index b46b3f7..2bf37a1 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-SNAPSHOT
+0.9-RC01
 ../
   
   gora-lucene
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 71a2e4e..25e7944 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7

[gora] 01/03: Prepare release 0.9-RC01

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release-branch
in repository https://gitbox.apache.org/repos/asf/gora.git

commit b62e427c471924acf5123dc213af7990b3cefa17
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 14:56:16 2019 +0530

Prepare release 0.9-RC01
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] branch 0.9-RC01-Release updated: [maven-release-plugin] prepare for next development iteration

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/0.9-RC01-Release by this push:
 new b07c2be  [maven-release-plugin] prepare for next development iteration
b07c2be is described below

commit b07c2beda2393bfda22485a000228368fd93497d
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 14:26:09 2019 +0530

[maven-release-plugin] prepare for next development iteration
---
 gora-accumulo/pom.xml | 2 +-
 gora-aerospike/pom.xml| 2 +-
 gora-cassandra/pom.xml| 2 +-
 gora-compiler-cli/pom.xml | 2 +-
 gora-compiler/pom.xml | 2 +-
 gora-core/pom.xml | 2 +-
 gora-couchdb/pom.xml  | 2 +-
 gora-dynamodb/pom.xml | 2 +-
 gora-goraci/pom.xml   | 2 +-
 gora-hbase/pom.xml| 2 +-
 gora-ignite/pom.xml   | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml   | 2 +-
 gora-lucene/pom.xml   | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml  | 2 +-
 gora-orientdb/pom.xml | 2 +-
 gora-pig/pom.xml  | 2 +-
 gora-solr/pom.xml | 2 +-
 gora-tutorial/pom.xml | 2 +-
 pom.xml   | 4 ++--
 sources-dist/pom.xml  | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 25d2a7b..931c143 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-accumulo
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index bd063d6..e2a734e 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-aerospike
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index a245b28..14de558 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
 
 gora-cassandra
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 69861b4..2fae97e 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler-cli
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 2d65a4c..0a743c4 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-compiler
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 006d86c..092d019 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-core
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 5746a12..430fcef 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-couchdb
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index bf92083..90e05aa 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-dynamodb
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index 7fe5c3d..76bc797 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-goraci
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 449483a..4436b23 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-hbase
diff --git a/gora-ignite/pom.xml b/gora-ignite/pom.xml
index 276b841..14b2594 100644
--- a/gora-ignite/pom.xml
+++ b/gora-ignite/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-ignite
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index 4fd1936..f6c7020 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-infinispan
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 80460a5..1cb2ca2 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-jcache
diff --git a/gora-lucene/pom.xml b/gora-lucene/pom.xml
index 2bf37a1..d0c85e7 100644
--- a/gora-lucene/pom.xml
+++ b/gora-lucene/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.gora
 gora
-0.9-RC01
+1.0-SNAPSHOT
 ../
   
   gora-lucene
diff

[gora] annotated tag 0.9-RC01 created (now f252f54)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to annotated tag 0.9-RC01
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at f252f54  (tag)
 tagging abf8d7175aa28c39959111bf62394aeacf94123d (commit)
 replaces apache-gora-0.8
  by Kevin Ratnasekera
  on Mon May 6 14:25:41 2019 +0530

- Log -
[maven-release-plugin]  copy for tag 0.9-RC01
---

No new revisions were added by this update.



[gora] 01/03: Prepare release for 0.9

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git

commit dea12065ff0d2b0be98d8403a4191b85cfef21e7
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 00:30:45 2019 +0530

Prepare release for 0.9
---
 CHANGES.md   | 53 
 README.md|  2 +-
 gora-gradle-plugin/gradle.properties |  6 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 30a7f36..3d40c6e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,58 @@
  CHANGES.txt
  ===
+ 
+# Apache Gora 0.9 Release - 06/05/19 (dd/mm/)
+Release report - https://s.apache.org/0.9GoraReleaseNotes
+ 
+Bug
+ 
+[GORA-208] - Implement consistent use of DataStoreFactory across Gora 
modules
+[GORA-225] - Various Issues with MemStore
+[GORA-373] - Failing TestQueryBase with JDK8
+[GORA-421] - PersistentBase#setDirty() does not set dirty
+[GORA-476] - Nutch 2.X GeneratorJob creates NullPointerException when 
using DataFileAvroStore
+[GORA-500] - Bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
#getDatumReader
+[GORA-503] - Field index 0 is always considered as clean even if it is 
dirty
+[GORA-508] - Website title cut off issue
+[GORA-526] - Potential null dereference in AvroSerializer#analyzePersistent
+[GORA-545] - Boxing/unboxing to parse a primitive is suboptimal
+[GORA-560] - Fix build failure due java docs
+[GORA-611] - Fix intermittent test failures with HBase module
+[GORA-612] - Fix Flink word count tests after merging PR for GORA-565
+  
+Improvement
+
+[GORA-109] - Pig Adapter for Gora
+[GORA-266] - Lucene datastore for Gora
+[GORA-411] - Add exists(key) to DataStore interface
+[GORA-444] - Add #size() to Result API
+[GORA-481] - Using Docker For Unit Testing
+[GORA-535] - Add a data store for Apache Ignite
+[GORA-540] - Update Gora documentation for the Ignite backend
+[GORA-548] - Introduce Apache Flink Execution Engine for Gora
+ 
+New Feature
+
+[GORA-528] - Add Support for Spark 2.2.1
+[GORA-529] - Remove org/apache/gora/avro/mapreduce/FsInput.java
+[GORA-530] - Reinstate exception throwing at Query#execute()
+[GORA-531] - Upgrade HBase to 1.2.6
+[GORA-534] - Prepare gora-hbase for HBase 2.0 release
+[GORA-547] - Upgrade Aerospike datastore to client 4.2.2
+[GORA-554] - Upgrade Solr dependency to latest
+[GORA-555] - Improve Lucene query implementation with NumericRangeQuery
+[GORA-564] - Remove deprecated method usages of HBase module after 
upgrading to 2
+[GORA-565] - Enable Spark in Unit Tests
+[GORA-613] - Remove deprecated method usages Flink Module
+[GORA-614] - JCache datastore should be able to work with any JCache 
provider available in classpath
+ 
+Task
+
+[GORA-536] - Avoid calling Class#newInstance
+[GORA-543] - Upgrade Apache parent POM to version 21
+[GORA-549] - Remove PersistentBase extending java.io.Externalizable
+[GORA-550] - Update POM for the move to gitbox
+[GORA-610] - Upgrade Apache Avro from 1.8.1-->1.8.2 
 
 # Apache Gora 0.8 Release - 15/09/17 (dd/mm/)
 Release report - https://s.apache.org/3YdY
diff --git a/README.md b/README.md
index ccc8571..5d8f851 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 The Apache Gora open source framework provides an in-memory data model 
 and persistence for big data. Gora supports persisting to column stores, 
 key value stores, document stores and RDBMSs, and analyzing the data 
-with extensive Apache Hadoop MapReduce support. 
+with extensive Apache Hadoop, Apache Spark, Apache Flink and Apache Pig 
support. 
 
 ## Why Gora?
 
diff --git a/gora-gradle-plugin/gradle.properties 
b/gora-gradle-plugin/gradle.properties
index e2681e9..a899836 100644
--- a/gora-gradle-plugin/gradle.properties
+++ b/gora-gradle-plugin/gradle.properties
@@ -15,8 +15,8 @@
 
 rootProject.name = 'goraPlugin'
 
-goraVersion = 0.8
-avroVersion = 1.8.1
+goraVersion = 0.9
+avroVersion = 1.8.2
 
 group = org.apache.gora.gradle
-version = 0.8
+version = 0.9



[gora] 02/03: Upgrade maven assembly plugin

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git

commit ecd28b666f772eb0eb8b6db60c8f2448854c7125
Author: Kevin Ratnasekera 
AuthorDate: Mon May 6 00:51:12 2019 +0530

Upgrade maven assembly plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92e2309..a2dcc72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -836,7 +836,7 @@
 2.8.1
 1.4
 0.8
-2.2.2
+2.5.4
 2.5
 1.0.1
 2.5



[gora] branch 0.9-RC01-Release created (now abf8d71)

2019-05-06 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch 0.9-RC01-Release
in repository https://gitbox.apache.org/repos/asf/gora.git.


  at abf8d71  [maven-release-plugin] prepare release 0.9-RC01

This branch includes the following new commits:

 new dea1206  Prepare release for 0.9
 new ecd28b6  Upgrade maven assembly plugin
 new abf8d71  [maven-release-plugin] prepare release 0.9-RC01

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[gora] branch master updated: Add release signing keys - djkevincr

2019-05-05 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 7e81bec  Add release signing keys - djkevincr
 new ea28767  Merge pull request #167 from djkevincr/rsa_keys_djkevincr
7e81bec is described below

commit 7e81becafac5deddbded0ea4f96cb323eebfdfb5
Author: Kevin Ratnasekera 
AuthorDate: Sun May 5 20:22:46 2019 +0530

Add release signing keys - djkevincr
---
 KEYS | 59 +++
 1 file changed, 59 insertions(+)

diff --git a/KEYS b/KEYS
index cdd3c45..77ee6ab 100644
--- a/KEYS
+++ b/KEYS
@@ -170,3 +170,62 @@ 
CxS+NsK871+gxIsxfmgEzO8sh8wEVEU8nJcSu0Q3VamqzwCFqp3+99eJeK7Aoghv
 U4mpCUPzJn0b//0ghg/s1QfpYW0sT6iCPWd1
 =Q6l+
 -END PGP PUBLIC KEY BLOCK-
+pub   4096R/A3E66AC7 2019-05-05
+  Key fingerprint = A8E6 7C9C 51A3 1440 F90F  CA55 396D A771 A3E6 6AC7
+uid  Kevin Ratnasekera (CODE SIGNING KEY) 

+sig 3A3E66AC7 2019-05-05  Kevin Ratnasekera (CODE SIGNING KEY) 

+sub   4096R/75547636 2019-05-05
+sig  A3E66AC7 2019-05-05  Kevin Ratnasekera (CODE SIGNING KEY) 

+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1
+
+mQINBFzO00UBEACsG+zSYzetycVXhhX13HGLhYmHEpl/+qLNrb3a5Kn0xxcJbLA9
+KNkmftOWwUtyt3zjZiF+bi9SYp6z++F6NK2sNFkkO72M8nplDxoqiCe3UYhuhyZU
+tv+y5DtFp/CDFe297o2AVt8Ldbi8hZCObV94JQsPC499fOWNBZ0+MQcNYK8tEUkM
+JSxMo5B0kYOVSh85E3WDnTSIe+j4Ev2B+u2tU/szibnfQg/VtG99bxsPq8WlcSFZ
+rof/8R58Hm9ZNV4eQoPmjskFX5SDvMuJVWkBSjhrrDzTU4BfwTJbuHXP0BdabVOI
+eQ5LZUeyphjXWqIkeKzTCe8/JA6cO+ctCfW85q19ttp/y2ujGcl4hQzhoIsUZ7ch
+/+iZ6306nnsRmTgS9n1yEygrRI2uo0E4bWMd4XcyB/doS8n7Vf23F4/AoqatEhSC
+izYdh6kUmp05O0NuFAaVmoOove4m2SaBNh1GoHaoVCZg4B8jtJUWDiKym9stU/3C
+zJqjc8l15o2VHSCa6ME9VPTxfxK4i8kD8SiA9THic00k2ITPy2tnVnU1tpgPeZZC
+YoUW3KE46FglvaCcg4vnARzzmLMfuzHYbv+NP6t4eDAzQl+X5WsHfVzjCshTJmMg
+bd4HZ3ewnzP0/7lEryCylK9P7xCmrWzp840bR0JL7T9rrEonZVenxLljZwARAQAB
+tDtLZXZpbiBSYXRuYXNla2VyYSAoQ09ERSBTSUdOSU5HIEtFWSkgPGRqa2V2aW5j
+ckBhcGFjaGUub3JnPokCNwQTAQoAIQUCXM7TRQIbAwULCQgHAwUVCgkICwUWAgMB
+AAIeAQIXgAAKCRA5badxo+Zqx9LvD/40ASZfdLAwTDbpFWAWupLli1CDP2Ra4GFs
+svbk3iskva9ZbTgZ8vjUxwaV3s+bTTKgHsbPSp3NFPDnMisS8leP8Mlo+pRF8kJC
+fpHFNXS0mpZCaJdCIgfka6HJ3jWvNxPtHJCVhsF6SgnBi/dd0suzkoPhl50USSFx
+5bSp6utW1Q1+gEgY3d2f8QgAhobIiMA29mhgZTcnxmu/w13l2jL2/sbhsY2c16fX
+X4cpy0peAt/3HLwMEXfOKTtWhA3ZCf5T32iTO7VEUSWf9I9eYRcW18nedSROu4gb
+9G1VCYnKrSPyfaBBvqlLFUWTIeui4eNvw5/KUyl4Q6ZzI/8fYCMKeW/ZJWqrv1qJ
+//2ZCO7MwzKetYcHuZbOhT2gqMjoVJxOeXXcWf8HO89+00yBZK+2AuXCANKVYEKt
+2kelmx1gFfJ7UK3LvMxRpYruJu80QMZryU8L/1OEqUcmoUuPtMORPWz6hKrqqMja
+toD83K3hud8OpEksiF1iTG+dWUlx1mRJ5QR0iQfcmz4vo70CmRkWy4v43jEOPntw
+LPf0WsInXUri9udZXzPG8txHcq5g4hwS4dO9Wzvc0XZa0sN4W1pJ2Td6sY00l+Rh
+DIe5c7+bfMYjEWnMXk7FUJqSgNKYkMJX+i+ivkPa3UhrwuhvnE/V3AYBpHpj3AWv
+IA9k27ff7bkCDQRcztNFARAA2vnHbbBPERlIS1mak6iLePlPDG9EmkhuZdMgBudF
+7Utvstih3j3+/bl5Qcws2UeVEMWByZEwgTXgYlaOofePnKoeRCTpDvAWv5nQpnf9
+OYOrMlKQ/RyZpn6MXRCBKVA8WeV0ThuWhNqQSQ8FQ+q503PpNZBc7kpwnZSzpZ+q
+CudYveylw3xM2whckwhgNRoQ9fThh2gepKxj0Ysg4IJSqr5yIa5JGFwEHURuHR2C
+T/UrkNRb+PqZfzcNpD1UgZIRyNanqSWPUlbUqFkzoXkfXxOT3AQoMB6bs4UoRlPE
+mlhjM3ijcQXhzeXvJw/O0xtF4jkooEZj/+1UIUgoHX/pSThabwK9p29MyKV9lIZH
+hdLXN77M9I5yNAAv+/H0sKMXj4emTCOtJFt4JMPmKKTeFaslKO5qVv4JrbT9V/if
+LFVTZx64XgOL/zE15c/QLuaEEYgjBc3L+TPhlrzNdwSCwyEZtKp9pf9xMSN3Z2gs
+B53RQwsImSnt9v2pdOxQd8QQiMEwKAEwFeIC13r6Ujqc3d0FlA7/enmqmJi2oXZp
+XwhG7wDkBMoYCpYrDT0JyCaBSEa5a0KrlxcZWeiwZoomrDfHhmrZV0DOqrMp+5OC
+AU6jVivQRvpyclF+WFnubVJJGUDhHrMj4WhwCVC6UWJBxlN4TObx2bDVuD+Rl07S
+HH0AEQEAAYkCHwQYAQoACQUCXM7TRQIbDAAKCRA5badxo+Zqx+nUD/9BnlypuCUS
+icObQqEiOEiAayDDRC0QBIpeWTxTxM7+hBnvknxS4JDfbFL7lyECRjNx4ORq771P
+1UtroADO7v9VpES2c33euIBT8yu3kwSEOgDOSOXnRk1Ke96ChGr5URumfMe3p3bF
+DeNjiB8BkHFNR8en7i8hX/qzkGEBKhNuDDQvJeFpS29QxxCR0479rLut8QDwTS2i
+MG+benWpp7WovLELxunpLY0LjFFNdQyefgKDmmtknqCc6Sl1jfUYx5RwXdbIkQUx
+TEO/FFAveMUc/DSgYKMmHLaNwKQAT12jelx/4qGdtPVu9gzTIco5ODsufnKXYlbp
+AC3bl650L52nx+beuA9Wh/Z8zk7oyLeZtw0oGZB8FpC8UnJlzgHDu6pwQ1xrWZa5
+4dcGYKS7AAEueUukw/K99sb9LqT+J1XKnKdvEBokewLYMqlQF8RaSNgDcaX4bbbH
+m4rSXbzui1JbUuopdXJUQH3pvQO6UVaby8CY69mf3WH3Me7IYwdTLy8gNEAzwcQE
+hnKcBBtjlT8vIgk1F3dhaS3FrNl/uhe0dppbUn/OJjZgzK4W8vMGvFE2Y2ykEQS9
+GLhgyhi1fvW/LGhR7ckxdpBFvYyqotFG0G1i3FHCVnQC82/oNqbdW0L8YZcBwmy5
+ktiatVId18WfqB3BbxyrbS3F1mrCWR8h0A==
+=7kIt
+-END PGP PUBLIC KEY BLOCK-



[gora] branch master updated: Remove code duplecate introduced by PR #156

2019-05-03 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new 8faaa4a  Remove code duplecate introduced by PR #156
 new 40fec32  Merge pull request #166 from djkevincr/remove_duplicated_code
8faaa4a is described below

commit 8faaa4a902c9c9981f9e5b2219e0a437813d7849
Author: Kevin Ratnasekera 
AuthorDate: Fri May 3 13:18:16 2019 +0530

Remove code duplecate introduced by PR #156
---
 .../gora/cassandra/serializers/AvroSerializer.java | 21 -
 .../cassandra/serializers/CassandraSerializer.java | 22 +-
 .../cassandra/serializers/NativeSerializer.java| 22 --
 3 files changed, 21 insertions(+), 44 deletions(-)

diff --git 
a/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/AvroSerializer.java
 
b/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/AvroSerializer.java
index fe51a7f..b2d273e 100644
--- 
a/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/AvroSerializer.java
+++ 
b/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/AvroSerializer.java
@@ -466,25 +466,4 @@ class AvroSerializer extends 
CassandraSerializer {
 }
   }
 
-  @Override
-  public boolean exists(Object key) throws GoraException {
-try {
-  ArrayList cassandraKeys = new ArrayList<>();
-  ArrayList cassandraValues = new ArrayList<>();
-  AvroCassandraUtils.processKeys(mapping, key, cassandraKeys, 
cassandraValues);
-  String cqlQuery = CassandraQueryFactory.getCheckExistsQuery(mapping, 
cassandraKeys);
-  SimpleStatement statement = new SimpleStatement(cqlQuery, 
cassandraValues.toArray());
-  if (readConsistencyLevel != null) {
-
statement.setConsistencyLevel(ConsistencyLevel.valueOf(readConsistencyLevel));
-  }
-  ResultSet resultSet = client.getSession().execute(statement);
-  Iterator iterator = resultSet.iterator();
-  Row next = iterator.next();
-  long aInt = next.getLong(0);
-  return aInt != 0;
-} catch (Exception e) {
-  throw new GoraException(e);
-}
-  }
-
 }
diff --git 
a/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/CassandraSerializer.java
 
b/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/CassandraSerializer.java
index 11047bf..478f71a 100644
--- 
a/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/CassandraSerializer.java
+++ 
b/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/CassandraSerializer.java
@@ -17,6 +17,7 @@
 package org.apache.gora.cassandra.serializers;
 
 import java.util.ArrayList;
+import java.util.Iterator;
 import java.util.List;
 import java.util.Locale;
 import java.util.Map;
@@ -36,6 +37,7 @@ import org.slf4j.LoggerFactory;
 import com.datastax.driver.core.ConsistencyLevel;
 import com.datastax.driver.core.KeyspaceMetadata;
 import com.datastax.driver.core.ResultSet;
+import com.datastax.driver.core.Row;
 import com.datastax.driver.core.SimpleStatement;
 import com.datastax.driver.core.TableMetadata;
 
@@ -186,7 +188,25 @@ public abstract class CassandraSerializer {
* @param key key value
* @return true/false
*/
-  public abstract boolean exists(K key) throws GoraException;
+  public boolean exists(Object key) throws GoraException {
+try {
+  ArrayList cassandraKeys = new ArrayList<>();
+  ArrayList cassandraValues = new ArrayList<>();
+  AvroCassandraUtils.processKeys(mapping, key, cassandraKeys, 
cassandraValues);
+  String cqlQuery = CassandraQueryFactory.getCheckExistsQuery(mapping, 
cassandraKeys);
+  SimpleStatement statement = new SimpleStatement(cqlQuery, 
cassandraValues.toArray());
+  if (readConsistencyLevel != null) {
+
statement.setConsistencyLevel(ConsistencyLevel.valueOf(readConsistencyLevel));
+  }
+  ResultSet resultSet = client.getSession().execute(statement);
+  Iterator iterator = resultSet.iterator();
+  Row next = iterator.next();
+  long count = next.getLong(0);
+  return count != 0;
+} catch (Exception e) {
+  throw new GoraException(e);
+}
+  }
 
   /**
* Deletes persistent value according to the key
diff --git 
a/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/NativeSerializer.java
 
b/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/NativeSerializer.java
index edf1173..dd3b3ed 100644
--- 
a/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/NativeSerializer.java
+++ 
b/gora-cassandra/src/main/java/org/apache/gora/cassandra/serializers/NativeSerializer.java
@@ -36,7 +36,6 @@ import org.slf4j.LoggerFactory;
 
 import com.datastax.driver.core.ConsistencyLevel;
 import com.datastax.driver.core.ResultSet;
-import com.datastax.

[gora] branch master updated (189ce6b -> 5de8b6b)

2019-05-02 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.


from 189ce6b  Merge pull request #165 from djkevincr/GORA-614
 new 81165ab  GORA 411 - Add exists(key) to DataStore interface
 new 0fc75e9  Merge https://github.com/apache/gora
 new 9aacf0f  Merge https://github.com/apache/gora
 new 181ee2d  GORA 411 - Add exists(key) to DataStore interface - Apply 
suggestions
 new 5de8b6b  Merge pull request #156 from jhnmora000/master

The 1176 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/gora/accumulo/store/AccumuloStore.java  | 13 +++
 .../gora/aerospike/store/AerospikeStore.java   | 10 +
 .../gora/cassandra/serializers/AvroSerializer.java | 21 +++
 .../serializers/CassandraQueryFactory.java | 18 +
 .../cassandra/serializers/CassandraSerializer.java |  8 
 .../cassandra/serializers/NativeSerializer.java| 23 +++
 .../gora/cassandra/store/CassandraStore.java   |  5 +++
 .../java/org/apache/gora/avro/store/AvroStore.java |  5 +++
 .../org/apache/gora/memory/store/MemStore.java |  6 +++
 .../main/java/org/apache/gora/store/DataStore.java |  9 +
 .../org/apache/gora/mock/store/MockDataStore.java  |  7 +++-
 .../org/apache/gora/store/DataStoreTestBase.java   | 12 ++
 .../org/apache/gora/store/DataStoreTestUtil.java   | 44 ++
 .../apache/gora/couchdb/store/CouchDBStore.java|  9 +
 .../gora/dynamodb/store/DynamoDBAvroStore.java |  7 +++-
 .../gora/dynamodb/store/DynamoDBNativeStore.java   |  7 +++-
 .../apache/gora/dynamodb/store/DynamoDBStore.java  |  5 +++
 .../org/apache/gora/hbase/store/HBaseStore.java| 12 ++
 .../org/apache/gora/ignite/store/IgniteStore.java  | 21 +++
 .../apache/gora/ignite/utils/IgniteSQLBuilder.java | 22 +++
 .../gora/infinispan/store/InfinispanStore.java | 10 +
 .../org/apache/gora/jcache/store/JCacheStore.java  |  9 +
 .../org/apache/gora/lucene/store/LuceneStore.java  | 16 
 .../org/apache/gora/mongodb/store/MongoStore.java  | 14 +++
 .../apache/gora/orientdb/store/OrientDBStore.java  |  6 ++-
 .../java/org/apache/gora/solr/store/SolrStore.java | 15 
 26 files changed, 330 insertions(+), 4 deletions(-)



[gora] branch master updated (b848deb -> 189ce6b)

2019-05-02 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git.


from b848deb  Merge pull request #163 from djkevincr/GORA-610
 new d34d32b  GORA-614: Decople JCache datastore from Hazelcast provider
 new 238d1c0  Fix proper closing in cache provider
 new 189ce6b  Merge pull request #165 from djkevincr/GORA-614

The 1171 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/gora/jcache/store/JCacheStore.java  | 171 ++--
 gora-jcache/src/test/resources/gora.properties |   1 -
 gora-tutorial/conf/gora.properties |   2 -
 .../gora/tutorial/log/DistributedLogManager.java   | 460 -
 4 files changed, 42 insertions(+), 592 deletions(-)
 delete mode 100644 
gora-tutorial/src/main/java/org/apache/gora/tutorial/log/DistributedLogManager.java



[gora] branch master updated: Upgrade AVRO version to 1.8.2

2019-05-02 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new a56c6f1  Upgrade AVRO version to 1.8.2
 new b848deb  Merge pull request #163 from djkevincr/GORA-610
a56c6f1 is described below

commit a56c6f10b01e96beb07af7dc2ef7b9fb9fea924b
Author: Kevin Ratnasekera 
AuthorDate: Thu May 2 12:12:15 2019 +0530

Upgrade AVRO version to 1.8.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1b5a10..92e2309 100644
--- a/pom.xml
+++ b/pom.xml
@@ -770,7 +770,7 @@
 
 4.2.0
 
-1.8.1
+1.8.2
 
 
 2.5.2



[gora] branch master updated: GORA-613 Remove deprecated usages in gora-core module

2019-05-02 Thread djkevincr
This is an automated email from the ASF dual-hosted git repository.

djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
 new ae505d6  GORA-613 Remove deprecated usages in gora-core module
 new 81e8f51  Merge pull request #164 from djkevincr/GORA-613
ae505d6 is described below

commit ae505d68be6f4c126d1bbb72a40ddb3a2b8dcf6a
Author: Kevin Ratnasekera 
AuthorDate: Thu May 2 12:46:48 2019 +0530

GORA-613 Remove deprecated usages in gora-core module
---
 .../apache/gora/examples/mapreduce/MapReduceSerialization.java| 2 +-
 .../java/org/apache/gora/examples/mapreduce/QueryCounter.java | 2 +-
 .../java/org/apache/gora/examples/mapreduce/WordCount.java| 2 +-
 .../src/main/java/org/apache/gora/flink/GoraFlinkEngine.java  | 8 
 .../main/java/org/apache/gora/mapreduce/NullOutputCommitter.java  | 4 
 .../src/test/java/org/apache/gora/hbase/store/TestHBaseStore.java | 2 +-
 6 files changed, 8 insertions(+), 12 deletions(-)

diff --git 
a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/MapReduceSerialization.java
 
b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/MapReduceSerialization.java
index a8dcf9e..6a9990d 100644
--- 
a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/MapReduceSerialization.java
+++ 
b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/MapReduceSerialization.java
@@ -92,7 +92,7 @@ public class MapReduceSerialization extends Configured 
implements Tool {
*/
   public Job createJob(DataStore inStore, Query query
   , DataStore outStore) throws IOException {
-Job job = new Job(getConf());
+Job job = Job.getInstance(getConf());
 
 job.setJobName("Check serialization of dirty bits");
 
diff --git 
a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/QueryCounter.java
 
b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/QueryCounter.java
index 0f8119a..9d800e6 100644
--- 
a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/QueryCounter.java
+++ 
b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/QueryCounter.java
@@ -78,7 +78,7 @@ public class QueryCounter extends 
Configured implements
* @throws IOException
*/
   public Job createJob(Query query) throws IOException {
-Job job = new Job(getConf());
+Job job = Job.getInstance(getConf());
 
 job.setJobName("QueryCounter");
 job.setNumReduceTasks(0);
diff --git 
a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/WordCount.java 
b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/WordCount.java
index 17d5df3..f6ee173 100644
--- 
a/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/WordCount.java
+++ 
b/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/WordCount.java
@@ -105,7 +105,7 @@ public class WordCount extends Configured implements Tool {
*/
   public Job createJob(Query query
   , DataStore outStore) throws IOException {
-Job job = new Job(getConf());
+Job job = Job.getInstance(getConf());

 job.setJobName("WordCount");
 
diff --git a/gora-core/src/main/java/org/apache/gora/flink/GoraFlinkEngine.java 
b/gora-core/src/main/java/org/apache/gora/flink/GoraFlinkEngine.java
index e5c1339..510b28e 100644
--- a/gora-core/src/main/java/org/apache/gora/flink/GoraFlinkEngine.java
+++ b/gora-core/src/main/java/org/apache/gora/flink/GoraFlinkEngine.java
@@ -70,7 +70,7 @@ public class GoraFlinkEngine dataStore = 
DataStoreFactory.getDataStore(dataStoreClass
 , classKeyIn, classValueIn, job.getConfiguration());
 GoraInputFormat.setInput(job, dataStore.newQuery(), true);
@@ -86,7 +86,7 @@ public class GoraFlinkEngine wrappedGoraInput =
 new HadoopInputFormat<>(new GoraInputFormat<>(),
@@ -99,7 +99,7 @@ public class GoraFlinkEngine wrappedGoraOutput =
 new HadoopOutputFormat<>(
@@ -116,7 +116,7 @@ public class GoraFlinkEngine dataStore = 
DataStoreFactory.getDataStore(dataStoreClass
 , classKeyOut, classValueOut, job.getConfiguration());
 GoraOutputFormat.setOutput(job, dataStore, true);
diff --git 
a/gora-core/src/main/java/org/apache/gora/mapreduce/NullOutputCommitter.java 
b/gora-core/src/main/java/org/apache/gora/mapreduce/NullOutputCommitter.java
index 4b95cc3..12951b1 100644
--- a/gora-core/src/main/java/org/apache/gora/mapreduce/NullOutputCommitter.java
+++ b/gora-core/src/main/java/org/apache/gora/mapreduce/NullOutputCommitter.java
@@ -33,10 +33,6 @@ public class NullOutputCommitter extends OutputCommitter {
   }
 
   @Override
-  public void cleanupJob(JobContext arg0) throws IOException {
-  }
-
-  @Override
   public void commitTask(TaskAttemptContext arg0) throws IOException {
   }
 
diff --git 
a/gora-hbase/src/test/java/org/apache/gora/hbase/store

  1   2   3   >