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 21:48:17 UTC

git commit: updated refs/heads/release-1.2 to 3f331ba

Repository: giraph
Updated Branches:
  refs/heads/release-1.2 1bb23dfaa -> 3f331bad5


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


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

Branch: refs/heads/release-1.2
Commit: 3f331bad55db03275120996517bc886c9a45cc18
Parents: 1bb23df
Author: Sergey Edunov <ed...@fb.com>
Authored: Wed Sep 21 14:47:10 2016 -0700
Committer: Sergey Edunov <ed...@fb.com>
Committed: Wed Sep 21 14:48:00 2016 -0700

----------------------------------------------------------------------
 giraph-dist/pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/3f331bad/giraph-dist/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-dist/pom.xml b/giraph-dist/pom.xml
index 3d09f8f..21ae80c 100644
--- a/giraph-dist/pom.xml
+++ b/giraph-dist/pom.xml
@@ -46,6 +46,16 @@
         </plugins>
       </build>
     </profile>
+
+    <profile>
+      <id>hadoop_2</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.giraph</groupId>
+          <artifactId>giraph-hbase</artifactId>
+        </dependency>
+      </dependencies>
+      </profile>
   </profiles>
 
   <build>
@@ -89,10 +99,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.giraph</groupId>
-      <artifactId>giraph-hbase</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.giraph</groupId>
       <artifactId>giraph-accumulo</artifactId>
     </dependency>
     <dependency>