Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
GIRAPH-1094 remove hbase1 from distribution for hadoop_1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sergey Edunov committed Sep 21, 2016
1 parent 9e97a90 commit 06de6c4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions giraph-dist/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -87,10 +97,6 @@
<groupId>org.apache.giraph</groupId>
<artifactId>giraph-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.giraph</groupId>
<artifactId>giraph-hbase</artifactId>
</dependency>
<dependency>
<groupId>org.apache.giraph</groupId>
<artifactId>giraph-accumulo</artifactId>
Expand Down

0 comments on commit 06de6c4

Please sign in to comment.