Skip to content

Commit

Permalink
HBASE-14334 Move Memcached block cache in to it's own optional module.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottneilclark committed Sep 16, 2015
1 parent 08eabb8 commit 7b08f4c
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 7 deletions.
5 changes: 5 additions & 0 deletions hbase-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
<artifactId>hbase-rest</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-external-blockcache</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-testing-util</artifactId>
Expand Down
1 change: 1 addition & 0 deletions hbase-assembly/src/main/assembly/hadoop-two-compat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<include>org.apache.hbase:hbase-server</include>
<include>org.apache.hbase:hbase-shell</include>
<include>org.apache.hbase:hbase-thrift</include>
<include>org.apache.hbase:hbase-external-blockcache</include>
</includes>
<!-- Binaries for the dependencies also go in the hbase-jars directory -->
<binaries>
Expand Down
Loading

0 comments on commit 7b08f4c

Please sign in to comment.