b

bigtable-dataflow-import

DEPRECATED: use bigtable-beam-import insteam. This project contains artifacts that import HBase Sequence Files into Google Cloud Bigtable using Google Cloud Dataflow.
Files download
File Operation
bigtable-dataflow-import-1.0.0-pre4.jar download
bigtable-dataflow-import-1.0.0-pre4.pom download
bigtable-dataflow-import-1.0.0-pre4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-dataflow-import</artifactId>
  <version>1.0.0-pre4</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-dataflow-import:1.0.0-pre4'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-dataflow-import:1.0.0-pre4")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-dataflow-import" % "1.0.0-pre4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-dataflow-import', version='1.0.0-pre4')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-dataflow-import" rev="1.0.0-pre4" />
Leiningen
[com.google.cloud.bigtable/bigtable-dataflow-import "1.0.0-pre4"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-dataflow-import:jar:1.0.0-pre4'