is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-mapreduce 2.3.4

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

org.apache.hbase
ArtifactId

ArtifactId

hbase-mapreduce
Version

Version

2.3.4
Type

Type

jar

Download hbase-mapreduce 2.3.4


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