b

bigtable-hbase-shaded-for-dataflow

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