datacube
datacube copied to clipboard
Use compression
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.
Or we could use reflection to use Algorithm.SNAPPY if it's present.