mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add an explicit dependency for mapreduce-client-core
This commit is contained in:
parent
b7b06cd0c0
commit
9a23a21727
1 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,11 @@
|
|||
<artifactId>hadoop-yarn-api</artifactId>
|
||||
<version>${hbase.hadoop.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
||||
<version>${hbase.hadoop.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hbase</groupId>
|
||||
<artifactId>hbase-client</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue