License |
License |
---|---|
GroupId | GroupIdcom.aliyun.hbase |
ArtifactId | ArtifactIdalihbase-mapreduce |
Last Version | Last Version2.8.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alihbase-mapreduce-2.8.7.pom | |
alihbase-mapreduce-2.8.7.jar | 383 KB |
alihbase-mapreduce-2.8.7-tests.jar | 456 KB |
alihbase-mapreduce-2.8.7-test-sources.jar | 223 KB |
alihbase-mapreduce-2.8.7-sources.jar | 228 KB |
alihbase-mapreduce-2.8.7-javadoc.jar | 717 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-mapreduce/ -->
<dependency>
<groupId>com.aliyun.hbase</groupId>
<artifactId>alihbase-mapreduce</artifactId>
<version>2.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-mapreduce/
implementation 'com.aliyun.hbase:alihbase-mapreduce:2.8.7'
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-mapreduce/
implementation ("com.aliyun.hbase:alihbase-mapreduce:2.8.7")
'com.aliyun.hbase:alihbase-mapreduce:jar:2.8.7'
<dependency org="com.aliyun.hbase" name="alihbase-mapreduce" rev="2.8.7">
<artifact name="alihbase-mapreduce" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.hbase', module='alihbase-mapreduce', version='2.8.7')
)
libraryDependencies += "com.aliyun.hbase" % "alihbase-mapreduce" % "2.8.7"
[com.aliyun.hbase/alihbase-mapreduce "2.8.7"]
Group / Artifact | Type | Version |
---|---|---|
com.aliyun.hbase : alihbase-annotations | test-jar | 2.8.7 |
com.aliyun.hbase : alihbase-zookeeper | test-jar | 2.8.7 |
com.aliyun.hbase : alihbase-common | test-jar | 2.8.7 |
com.aliyun.hbase : alihbase-hadoop-compat | test-jar | 2.8.7 |
com.aliyun.hbase : alihbase-hadoop2-compat | test-jar | 2.8.7 |
com.aliyun.hbase : alihbase-server | test-jar | 2.8.7 |
org.apache.hadoop : hadoop-mapreduce-client-jobclient | test-jar | |
org.apache.hadoop : hadoop-hdfs | test-jar | |
org.mockito : mockito-core | jar | 2.1.0 |
junit : junit | jar | 4.12 |