Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Overload HbaseIO with KV<RowKey, RowMutations> #25830

Closed
3 of 15 tasks
georgecma opened this issue Mar 13, 2023 · 1 comment · Fixed by #25864
Closed
3 of 15 tasks

[Feature Request]: Overload HbaseIO with KV<RowKey, RowMutations> #25830

georgecma opened this issue Mar 13, 2023 · 1 comment · Fixed by #25864

Comments

@georgecma
Copy link
Contributor

What would you like to happen?

We want to add HbaseIO support for writing KV<RowKey, RowMutations> to Hbase. We anticipate using this in Dataflow for writing Bigtable change streams to Hbase. Support for the KV signature will allow atomic, in-order mutations to be applied to Hbase most of the time.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment