[
https://issues.apache.org/jira/browse/HBASE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-3338.
--------------------------
Resolution: Fixed
Fixed by HBASE-3173 committed to branch and trunk already. Please reopen if
not working Charles... Thanks.
> "create" command: fix support for bloomfitler options
> -----------------------------------------------------
>
> Key: HBASE-3338
> URL: https://issues.apache.org/jira/browse/HBASE-3338
> Project: HBase
> Issue Type: New Feature
> Affects Versions: 0.89.20100924
> Reporter: Charles Thayer
> Priority: Minor
> Fix For: 0.90.1
>
> Original Estimate: 6h
> Remaining Estimate: 6h
>
> From "hbase shell", it used to be possible to create column families with
> bloomfilters, but that is currently not working, probably since the API moved
> to a BloomType from a simple boolean:
> public void setBloomFilterType(StoreFile.BloomType bt)
> http://hbase.apache.org/docs/r0.89.20100924/apidocs/org/apache/hadoop/hbase/regionserver/StoreFile.BloomType.html
> Need:
> * Add support for BLOOMFILTER=>"row", and "rowcol"
> * Fix support for BLOOMFILTER=>"true", and "false" (and maybe "none")
> * Update the shell docs, and shell help
> . Add or update shell regression/unittests so it doesn't break in the future
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.