0

How can we enable compression for a specific table using jdo and datanucleus in hbase ?

4

1 回答 1

0

You get the code for that plugin, look at the class HBaseUtils method createSchemaForClass and you contribute it back. You can easily annotate a class with @Extension, and then get access to the metadata in that method using cmd.extensions. When you're done you raise an issue in JIRA and attach your patch.

于 2012-10-26T13:52:23.210 回答