License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.google.cloud.bigtable |
ArtifactId | ArtifactIdbigtable-hbase-dataflow-tools |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.google.cloud.bigtable:bigtable-hbase-dataflow-tools
This project contains artifacts that provide utility functions for Cloud Bigtable client readers and writers in Google Cloud Dataflow. Dataflow includes a different version of the cloud bigtable client, resulting in a need to have a separation of concerns and an abstraction. More importantly, there is a need for shading and renaming of packages so that Dataflow nad bigtable-hbase-dataflow's two sets of shading (needed for a variety of reasons) don't clash with each other. This submodule does package renaming which is needed for bigtable-hbase-dataflow and alleviates some issues related to developing that module.
|
<!-- https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-dataflow-tools/ -->
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-dataflow-tools</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-dataflow-tools/
implementation 'com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:0.9.1'
// https://jarcasting.com/artifacts/com.google.cloud.bigtable/bigtable-hbase-dataflow-tools/
implementation ("com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:0.9.1")
'com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:jar:0.9.1'
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-dataflow-tools" rev="0.9.1">
<artifact name="bigtable-hbase-dataflow-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-dataflow-tools', version='0.9.1')
)
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-dataflow-tools" % "0.9.1"
[com.google.cloud.bigtable/bigtable-hbase-dataflow-tools "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hbase : hbase-client | jar | 1.0.2 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.4.1 |
org.apache.hbase : hbase-common | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |