Hello, Is there any way to set/test for a bit flag in HBase? I looked over BitComparator but that it only compares. It should be usefull when you have a predefined set of flags. I know HBase is used for large data and this would seem as an overkill, but storing a (meaningfull) column name for each flag is a bigger waste considering that column names are saved for each row.
I checked the docs and there doesn't seem to be such a feature, but is there a plan/ way to implement it? Thanks, -- Ioan Eugen Stan http://ieugen.blogspot.com/
