GIRAPH-1094 Remove hbase from hadoop_1

Summary: Hadoop_1 and current versions of hbase are incompatible. Removing 
support for HBASE from Hadoop_1 profile

Test Plan: mvn clean package -Phadoop_1 -fae

Reviewers: majakabiljo, maja.kabiljo, dionysis.logothetis

Reviewed By: maja.kabiljo, dionysis.logothetis

Differential Revision: https://reviews.facebook.net/D64197


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/1bb23dfa
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/1bb23dfa
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/1bb23dfa

Branch: refs/heads/release-1.2
Commit: 1bb23dfaa9a441452688627e567ae5d5aabf6deb
Parents: 931d198
Author: Sergey Edunov <edu...@fb.com>
Authored: Wed Sep 21 11:04:34 2016 -0700
Committer: Sergey Edunov <edu...@fb.com>
Committed: Wed Sep 21 11:19:06 2016 -0700

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/1bb23dfa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 31c4fad..21d6f22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1044,7 +1044,6 @@ under the License.
       <id>hadoop_1</id>
       <modules>
         <module>giraph-accumulo</module>
-        <module>giraph-hbase</module>
         <module>giraph-hcatalog</module>
         <module>giraph-gora</module>
         <module>giraph-rexster</module>

Reply via email to