you can use Hbase RowFilter to do that. Regards, Mohammad Tariq
On Tue, Jun 19, 2012 at 1:13 PM, shashwat shriparv <[email protected]> wrote: > Try to impliment something like this > > Class RegexStringComparator > > > > On Tue, Jun 19, 2012 at 5:06 AM, Amitanand Aiyer <[email protected]> wrote: > >> You could set up a scan with the criteria you want (start row, end row, >> keyonlyfilter etc), and do a delete for >> The rows you get. >> >> On 6/18/12 3:08 PM, "Oleg Ruchovets" <[email protected]> wrote: >> >> >Hi , >> >I need to delete rows from hbase table by criteria. >> >For example I need to delete all rows started with "12345". >> >I didn't find a way to set a row prefix for delete operation. >> >What is the best way ( practice ) to delete rows by criteria from hbase >> >table? >> > >> >Thanks in advance. >> >Oleg. >> >> > > > -- > > > ∞ > Shashwat Shriparv
