From 06de6c48a0126db2d0ce56693eec92d6afd9252d Mon Sep 17 00:00:00 2001 From: Sergey Edunov Date: Wed, 21 Sep 2016 14:47:10 -0700 Subject: [PATCH] GIRAPH-1094 remove hbase1 from distribution for hadoop_1 Summary: Missed that part in the last diff. Test Plan: mvn clean package -Phadoop_2 -fae then checked that giraph-hbase.jar is in the distribution mvn clean package -Phadoop_1 -fae then checked that giraph-hbase.jar is not in the distribution Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis Reviewed By: dionysis.logothetis Differential Revision: https://reviews.facebook.net/D64203 --- giraph-dist/pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/giraph-dist/pom.xml b/giraph-dist/pom.xml index 310f97f1e..197d25c3a 100644 --- a/giraph-dist/pom.xml +++ b/giraph-dist/pom.xml @@ -46,6 +46,16 @@ + + + hadoop_2 + + + org.apache.giraph + giraph-hbase + + + @@ -87,10 +97,6 @@ org.apache.giraph giraph-core - - org.apache.giraph - giraph-hbase - org.apache.giraph giraph-accumulo