is not current version
Last Version 2.8.7

com.aliyun.hbase:alihbase-mapreduce 2.8.2

This module contains implementations of InputFormat, OutputFormat, Mapper, Reducer, etc which are needed for running MR jobs on tables, WALs, HFiles and other HBase specific constructs. It also contains a bunch of tools: RowCounter, ImportTsv, Import, Export, CompactionTool, ExportSnapshot, WALPlayer, etc

GroupId

GroupId

com.aliyun.hbase
ArtifactId

ArtifactId

alihbase-mapreduce
Version

Version

2.8.2
Type

Type

jar

Download alihbase-mapreduce 2.8.2


<!-- https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-mapreduce/ -->
<dependency>
    <groupId>com.aliyun.hbase</groupId>
    <artifactId>alihbase-mapreduce</artifactId>
    <version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-mapreduce/
implementation 'com.aliyun.hbase:alihbase-mapreduce:2.8.2'
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-mapreduce/
implementation ("com.aliyun.hbase:alihbase-mapreduce:2.8.2")
'com.aliyun.hbase:alihbase-mapreduce:jar:2.8.2'
<dependency org="com.aliyun.hbase" name="alihbase-mapreduce" rev="2.8.2">
  <artifact name="alihbase-mapreduce" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.hbase', module='alihbase-mapreduce', version='2.8.2')
)
libraryDependencies += "com.aliyun.hbase" % "alihbase-mapreduce" % "2.8.2"
[com.aliyun.hbase/alihbase-mapreduce "2.8.2"]