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


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

Branch: refs/heads/trunk
Commit: 06de6c48a0126db2d0ce56693eec92d6afd9252d
Parents: 9e97a90
Author: Sergey Edunov <edu...@fb.com>
Authored: Wed Sep 21 14:47:10 2016 -0700
Committer: Sergey Edunov <edu...@fb.com>
Committed: Wed Sep 21 14:47:10 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/giraph/blob/06de6c48/giraph-dist/pom.xml
----------------------------------------------------------------------
diff --git a/giraph-dist/pom.xml b/giraph-dist/pom.xml
index 310f97f..197d25c 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>

Reply via email to