[
https://issues.apache.org/jira/browse/HBASE-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Izaak Rubin updated HBASE-696:
------------------------------
Attachment: hbase-696-shellfix.patch
The patch I've attached (hbase-696-shellfix.patch) fixes the one problem I
could find in the shell resulting from the bloomfilter changes. There was no
DEFAULT_BLOOMFILTER constant in HColumnDescriptor, so I added one (set to
false).
> Make bloomfilter true/false and self-sizing
> -------------------------------------------
>
> Key: HBASE-696
> URL: https://issues.apache.org/jira/browse/HBASE-696
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: stack
> Assignee: Izaak Rubin
> Fix For: 0.2.0
>
> Attachments: hbase-696-shellfix.patch, patch.txt
>
>
> Remove bloomfilter options. Only one bloomfilter type makes sense in hbase
> context. Also, make bloomfilter self-sizing; you know size when flushing.
> Putting in 0.2 for now because its API change (for the simpler). We can punt
> later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.