You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ed...@apache.org on 2016/09/21 18:04:44 UTC

git commit: updated refs/heads/trunk to 9e97a90

Repository: giraph
Updated Branches:
  refs/heads/trunk c4cb42f7d -> 9e97a9075


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/9e97a907
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/9e97a907
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/9e97a907

Branch: refs/heads/trunk
Commit: 9e97a9075da943fdaf08f3ad681c24962e272212
Parents: c4cb42f
Author: Sergey Edunov <ed...@fb.com>
Authored: Wed Sep 21 11:04:34 2016 -0700
Committer: Sergey Edunov <ed...@fb.com>
Committed: Wed Sep 21 11:04:34 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/giraph/blob/9e97a907/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68e2800..e39ff7b 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>