HBASE-16177 In dev mode thrift server can't be run

This commit is contained in:
Elliott Clark 2016-07-05 11:55:53 -07:00
parent 8efc6148b9
commit 1318e84e14
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId> <artifactId>hbase-server</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-thrift</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop-compat</artifactId> <artifactId>hbase-hadoop-compat</artifactId>