You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: