не последняя версия
Последняя версия 3.0.0-alpha-2

org.apache.hbase:hbase-mapreduce 2.0.3

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

Группа

Группа

org.apache.hbase
Идентификатор

Идентификатор

hbase-mapreduce
Версия

Версия

2.0.3
Тип

Тип

jar

Скачать hbase-mapreduce 2.0.3


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