Also just see the discussions over the JIRA which will help you to come out
with more specific usecases that you want to implement.
The example over there will surely help you out.

Regards
Ram

> -----Original Message-----
> From: Ted Yu [mailto:yuzhih...@gmail.com]
> Sent: Sunday, October 14, 2012 8:03 AM
> To: user@hbase.apache.org
> Subject: Re: Delete by timestamp?
> 
> In the latest patch, you should see this class which can be used as
> example
> for client:
> src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDelet
> eProtocol.java
> 
> Cheers
> 
> On Sat, Oct 13, 2012 at 5:30 PM, Jean-Marc Spaggiari <
> jean-m...@spaggiari.org> wrote:
> 
> > Wow. Seems it's coming right on time ;)
> >
> > Is there any code example on the way to call an endpoint?
> >
> > Thanks,
> >
> > JM
> >
> > 2012/10/13  <yuzhih...@gmail.com>:
> > > Please take a look at HBASE-6942 where you can achieve the
> following
> > using an endpoint.
> > >
> > > Cheers
> > >
> > >
> > >
> > > On Oct 13, 2012, at 4:26 PM, Jean-Marc Spaggiari <
> > jean-m...@spaggiari.org> wrote:
> > >
> > >> Hi,
> > >>
> > >> Is there a way to delete all rows older than a certain date?
> > >>
> > >> In the delete object we can specify a timestamp but we have to
> specify
> > >> a row too.
> > >>
> > >> I can still do a MR job and delete all row older than the given
> date,
> > >> but is there another option?
> > >>
> > >> Thanks,
> > >>
> > >> JM
> >

Reply via email to