h

hbase-mapreduce

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
Files download
File Operation
hbase-mapreduce-2.0.5.jar download
hbase-mapreduce-2.0.5.pom download
hbase-mapreduce-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-mapreduce</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-mapreduce:2.0.5'
Gradle Kotlin
implementation("org.apache.hbase:hbase-mapreduce:2.0.5")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-mapreduce" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-mapreduce', version='2.0.5')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-mapreduce" rev="2.0.5" />
Leiningen
[org.apache.hbase/hbase-mapreduce "2.0.5"]
Apache Buildr
'org.apache.hbase:hbase-mapreduce:jar:2.0.5'