is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-mapreduce 2.0.0-beta-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

org.apache.hbase
ArtifactId

ArtifactId

hbase-mapreduce
Version

Version

2.0.0-beta-2
Type

Type

jar

Download hbase-mapreduce 2.0.0-beta-2


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