Issue 11664
Enable snappy compression on the HBase backfill
11664
Reporter: trobertson
Assignee: trobertson
Type: Improvement
Summary: Enable snappy compression on the HBase backfill
Priority: Major
Resolution: WontFix
Status: Closed
Created: 2012-08-09 13:24:52.353
Updated: 2013-12-05 11:05:11.206
Resolved: 2013-09-27 19:34:57.608
Description: Currently in the Cube project the HBase table creation has this:
// cfDesc.setCompressionType(Algorithm.SNAPPY); // fails on the Snapshotter at the end
For some reason it fails with something like "snappy libraries not available".
We want compressed tables, and this needs to be fixed]]>