更新hbase

This commit is contained in:
xiongraorao
2018-08-03 12:01:41 +08:00
parent a7c6568e6e
commit 5c1773e018
4 changed files with 69 additions and 3 deletions

View File

@ -37,6 +37,8 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-mapreduce-client-core
compile group: 'org.apache.hadoop', name: 'hadoop-mapreduce-client-core', version: '2.7.4'
// https://mvnrepository.com/artifact/org.apache.hbase/hbase-client
compile group: 'org.apache.hbase', name: 'hbase-client', version: '1.2.6'
}