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
At HBaseBackfill.java:99, tables are created with no compression. Ideally we'd use snappy compression, but that's not supported in non-CDH HBase <= 0.90.4.
Maybe we can selectively enable compression in a Maven profile.
The text was updated successfully, but these errors were encountered:
At HBaseBackfill.java:99, tables are created with no compression. Ideally we'd use snappy compression, but that's not supported in non-CDH HBase <= 0.90.4.
Maybe we can selectively enable compression in a Maven profile.
The text was updated successfully, but these errors were encountered: