datacube icon indicating copy to clipboard operation
datacube copied to clipboard

Use compression

Open drevell opened this issue 13 years ago • 1 comments

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.

drevell avatar Jun 23 '12 16:06 drevell

Or we could use reflection to use Algorithm.SNAPPY if it's present.

drevell avatar Jun 23 '12 21:06 drevell