You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2011/01/21 20:05:44 UTC

[jira] Updated: (HBASE-3338) "create" command: fix support for bloomfitler options

     [ https://issues.apache.org/jira/browse/HBASE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-3338:
-------------------------

    Fix Version/s:     (was: 0.90.1)
                   0.90.0

This was included in 0.90.0.

> "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.0
>
>   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.