Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.89.20100924
-
None
-
None
Description
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)
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