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

Upgrade hbase-client to v2.x #37

Open
andyjefferson opened this issue Aug 31, 2021 · 0 comments
Open

Upgrade hbase-client to v2.x #37

andyjefferson opened this issue Aug 31, 2021 · 0 comments

Comments

@andyjefferson
Copy link
Member

andyjefferson commented Aug 31, 2021

All HBase client docs on the internet are for v1.x, but it doesn't seem to work with Java 11+. See https://hbase.apache.org/book.html#java Seems that, as of Aug 2021, they still don't have full support for Java 11.

Need to decipher what needs changing.

See http://hbase.apache.org/2.2/apidocs/overview-summary.html

As a starter
HBaseAdmin -> Admin
HTableDescriptor -> TableDescriptor
HColumnDescriptor -> ColumnFamilyDescriptor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant