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