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