Re: Delete row that has columns with future timestamp

2016-06-27 Thread M. BagherEsmaeily
t; > > > > wrote: > > > > > > > > > you need to run a major compact after deletion > > > > > lise > > > > > > > > > > > On 26 Jun 2016, at 11:20, M. BagherEsmaeily < > mbesmae...@gmail.com > > &

Re: Delete row that has columns with future timestamp

2016-06-27 Thread Ted Yu
: > > > > > > > you need to run a major compact after deletion > > > > lise > > > > > > > > > On 26 Jun 2016, at 11:20, M. BagherEsmaeily <mbesmae...@gmail.com > > <javascript:;>> > > > > wrote: > > > > > > >

Re: Delete row that has columns with future timestamp

2016-06-26 Thread Dima Spivak
> > > you need to run a major compact after deletion > > > lise > > > > > > > On 26 Jun 2016, at 11:20, M. BagherEsmaeily <mbesmae...@gmail.com > <javascript:;>> > > > wrote: > > > > > > > > Hel

Re: Delete row that has columns with future timestamp

2016-06-26 Thread Jean-Marc Spaggiari
t;mbesmae...@gmail.com> > > wrote: > > > > > > Hello > > > I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i > > > delete row that has columns with future timestamp, delete not affect > and > > > row still survi

Re: Delete row that has columns with future timestamp

2016-06-26 Thread M. BagherEsmaeily
26 Jun 2016, at 11:20, M. BagherEsmaeily <mbesmae...@gmail.com> > wrote: > > > > Hello > > I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i > > delete row that has columns with future timestamp, delete not affect and > > row still surviving

Re: Delete row that has columns with future timestamp

2016-06-26 Thread Lise Regnier
you need to run a major compact after deletion lise > On 26 Jun 2016, at 11:20, M. BagherEsmaeily <mbesmae...@gmail.com> wrote: > > Hello > I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i > delete row that has columns with future timestamp, delete

Delete row that has columns with future timestamp

2016-06-26 Thread M. BagherEsmaeily
Hello I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i delete row that has columns with future timestamp, delete not affect and row still surviving. For example when i put a row with future timestamp: Put p = new Put(Bytes.toBytes("key1")); p.add(Bytes.