Re: Empty a table

2013-02-07 Thread ramkrishna vasudevan
ust not pretty. > >>>> > >>>> On Tue, Feb 5, 2013 at 12:28 PM, Ted Yu > > >> wrote: > >>>> > >>>>> To my knowledge there is no such tool. > >>>>> > >>>>> You can file a JIRA in case someone has

Re: Empty a table

2013-02-07 Thread Michael Segel
13 at 12:28 PM, Ted Yu > >> wrote: >>>> >>>>> To my knowledge there is no such tool. >>>>> >>>>> You can file a JIRA in case someone has bandwidth to work on such >> tool. >>>>> >>>>> Thanks >

Re: Empty a table

2013-02-07 Thread Jean-Marc Spaggiari
-5525 >> >> >> >> There is a patch there that works, it is just not pretty. >> >> >> >> On Tue, Feb 5, 2013 at 12:28 PM, Ted Yu >> >> > >> wrote: >> >> >> >> > To my knowledge there is no such tool. >> >&

Re: Empty a table

2013-02-05 Thread Andrew Purtell
. > >> > > >> > You can file a JIRA in case someone has bandwidth to work on such > tool. > >> > > >> > Thanks > >> > > >> > On Tue, Feb 5, 2013 at 8:13 AM, Jean-Marc Spaggiari < > >> > jean-m...@spaggiari.org >

Re: Empty a table

2013-02-05 Thread Jean-Marc Spaggiari
d Yu wrote: >> >> > To my knowledge there is no such tool. >> > >> > You can file a JIRA in case someone has bandwidth to work on such tool. >> > >> > Thanks >> > >> > On Tue, Feb 5, 2013 at 8:13 AM, Jean-Marc Spaggiari &

Re: Empty a table

2013-02-05 Thread Ted Yu
> > On Tue, Feb 5, 2013 at 8:13 AM, Jean-Marc Spaggiari < > > jean-m...@spaggiari.org > > > wrote: > > > > > Hi, > > > > > > Is there an easy way to empty a table but keep the regions? Truncate > > > will remove everything even the sp

Re: Empty a table

2013-02-05 Thread Kevin O'dell
; You can file a JIRA in case someone has bandwidth to work on such tool. > > Thanks > > On Tue, Feb 5, 2013 at 8:13 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org > > wrote: > > > Hi, > > > > Is there an easy way to empty a table but keep the

RE: Empty a table

2013-02-05 Thread Tianying Chang
: Tuesday, February 05, 2013 9:28 AM To: user@hbase.apache.org Subject: Re: Empty a table To my knowledge there is no such tool. You can file a JIRA in case someone has bandwidth to work on such tool. Thanks On Tue, Feb 5, 2013 at 8:13 AM, Jean-Marc Spaggiari wrote: > Hi, > > Is there an

Re: Empty a table

2013-02-05 Thread Ted Yu
To my knowledge there is no such tool. You can file a JIRA in case someone has bandwidth to work on such tool. Thanks On Tue, Feb 5, 2013 at 8:13 AM, Jean-Marc Spaggiari wrote: > Hi, > > Is there an easy way to empty a table but keep the regions? Truncate > will remove everyth

Empty a table

2013-02-05 Thread Jean-Marc Spaggiari
Hi, Is there an easy way to empty a table but keep the regions? Truncate will remove everything even the splitting. But I want to keep the regions the way they are. I just want to clean them. Is there a simple way to do that with the shell or something like that? Thanks, JM