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

[Bug]: HbaseIO writeRowMutations failing because of old dependency version #27711

Closed
2 of 15 tasks
georgecma opened this issue Jul 27, 2023 · 2 comments · Fixed by #27746
Closed
2 of 15 tasks

[Bug]: HbaseIO writeRowMutations failing because of old dependency version #27711

georgecma opened this issue Jul 27, 2023 · 2 comments · Fixed by #27746

Comments

@georgecma
Copy link
Contributor

georgecma commented Jul 27, 2023

What happened?

HbaseIO.writeRowMutations cannot write to Hbase because the Hbase dependency version is at 1.2.6. EOL for Hbase 1.2.6 was in 2022. We should upgrade HbaseIO dependency to 2.x

Issue Priority

Priority: 2 (default / most bugs 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
@Abacn
Copy link
Contributor

Abacn commented Jul 27, 2023

If I understood correctly HbaseIO.writeRowMutations should work on hbase client 1.x (currently beam HBaseIO defaults); it is more a feature request to bump hbase client depenency to 2.x in Beam HBaseIO

@Abacn Abacn added the hbase label Jul 27, 2023
@georgecma
Copy link
Contributor Author

HbaseIO.writeRowMutations does not work right now because of dependency issues

@Abacn Abacn mentioned this issue Jul 28, 2023
3 tasks
@Abacn Abacn self-assigned this Jul 28, 2023
@github-actions github-actions bot added this to the 2.50.0 Release milestone Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants