Hello Stack, i miss your mail days before. Yes I don't see the delete or the puts it overshadows/deletes but in the Filters. So how can I filter blocks delete type cells in filter's method such as "filterRowkey"? Is there any API to detect a cell is DELETE type? I'm newer to HBase, Thanks for your help~
2012/2/11 Stack <[email protected]> > On Fri, Feb 10, 2012 at 1:13 AM, 魏超 <[email protected]> wrote: > > I'm using *HBase-0.92.0rc4*. And there is a problem really confuse me. > > I defined a CustomFilter to filter some rows, i override the method "* > > filterRowkey*" to print out which rows the filter has meet. > > > > And there is one row be deleted through JAVA client: > > *htable.delete(new Delete(theRowkey))* > > > > but when i use the CustomFilter above, I can still see this > deleted-rowkey > > be printed. > > I try many times but the problem still alive. > > > > You expect the delete to not show in the output? > > Delete is a cell like any other. Unless your filter blocks delete > type cells, I am not surprised its output. > > Client-side, you don't see the delete or the puts it overshadows/deletes, > right? > > St.Ack >
