I have rows in my Hbase whose keys are made up of 5 components. I would like to search my hbase using rowFilters by using only some(May be only the first 2 components ) of the components. I don't want to use RegexStringComparator.
I would like to use BitComparator because it is fast. how would I do that? -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Row-Filters-using-BitComparator-tp4050739.html Sent from the HBase User mailing list archive at Nabble.com.
