Dave Revell

Results 4 issues of Dave Revell

Datacube javadocs should be google-able. This page has some ideas: http://stackoverflow.com/questions/3939595/making-javadocs-available-with-github-sonatype-maven-repo

We spend a lot of space on storing row keys. We should figure out a way to reduce this. Possibilities: - Combine multiple values under a single key - Use...

The write path involves combining a bunch of writes into a single batch and placing the batch on a queue to be flushed to the database. Each batch is flushed...

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