Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use compression #18

Open
drevell opened this issue Jun 23, 2012 · 1 comment
Open

Use compression #18

drevell opened this issue Jun 23, 2012 · 1 comment

Comments

@drevell
Copy link
Contributor

drevell commented Jun 23, 2012

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
Copy link
Contributor Author

drevell commented Jun 23, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant