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