From 76fe3004025847b9de9e5fd209aff936a6947821 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Tue, 15 Mar 2016 20:14:33 +0700 Subject: [PATCH 1/4] Update hadoop to 2.7.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acef6c66825..99194f345f5 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ limitations under the License. true true 1.7.12 - 2.7.1 + 2.7.2 1.2 2.10.1 From 18c0ae3855bc09265b67b77e943f4d468ac13202 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Tue, 15 Mar 2016 20:56:33 +0700 Subject: [PATCH 2/4] Use netty 3.7.1.Final --- hadoop-gremlin/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index 2221d76260d..694ec835f66 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -36,6 +36,12 @@ limitations under the License. gremlin-groovy ${project.version} + + + io.netty + netty + 3.7.1.Final + org.apache.hadoop hadoop-client @@ -161,7 +167,7 @@ limitations under the License. - org.apache.hadoop:hadoop-client:2.7.1 + org.apache.hadoop:hadoop-client:2.7.2 From eb382a2d0dfbdc6bf3af543e0777eeda4eba816a Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Tue, 15 Mar 2016 21:05:46 +0700 Subject: [PATCH 3/4] Use netty 3.7.1.Final --- hadoop-gremlin/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index 694ec835f66..2ddcb15f276 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -47,6 +47,12 @@ limitations under the License. hadoop-client ${hadoop.version} + + + io.netty + netty + + log4j log4j From 915466039ff1bca2d773e7d56c8bbebf243a9d65 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Tue, 15 Mar 2016 21:31:11 +0700 Subject: [PATCH 4/4] Make hadoop-gremlin and giraph-gremlin pass enforcer --- giraph-gremlin/pom.xml | 10 ++++++++++ hadoop-gremlin/pom.xml | 22 ++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/giraph-gremlin/pom.xml b/giraph-gremlin/pom.xml index 727e1cbc091..347bd0d4093 100644 --- a/giraph-gremlin/pom.xml +++ b/giraph-gremlin/pom.xml @@ -25,6 +25,16 @@ limitations under the License. giraph-gremlin Apache TinkerPop :: Giraph Gremlin + + + + + io.netty + netty + 3.7.1.Final + + + org.apache.tinkerpop diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index 2ddcb15f276..ee18ca9a1ed 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -25,6 +25,16 @@ limitations under the License. hadoop-gremlin Apache TinkerPop :: Hadoop Gremlin + + + + + io.netty + netty + 3.7.1.Final + + + org.apache.tinkerpop @@ -36,23 +46,11 @@ limitations under the License. gremlin-groovy ${project.version} - - - io.netty - netty - 3.7.1.Final - org.apache.hadoop hadoop-client ${hadoop.version} - - - io.netty - netty - - log4j log4j