Re: Why HBase Delete Reverts Back to Previous Value instead of Totally Deleting it

2019-11-26 Thread Sean Busbey
What version of hbase and how are you issuing the delete. On Tue, Nov 26, 2019, 21:06 Trixia Belleza < trixia.bell...@cheetahdigital.com> wrote: > Hbase Apache, > > Let's say I have a column named signup_date with a value 2019-09-09. Then > I will update this column to 2019-11-11. So signup_date

Why HBase Delete Reverts Back to Previous Value instead of Totally Deleting it

2019-11-26 Thread Trixia Belleza
Hbase Apache, Let's say I have a column named signup_date with a value 2019-09-09. Then I will update this column to 2019-11-11. So signup_date is now 2019-11-11. After that, if I delete the signup_date column, I expect it to be gone in the Hbase BUT, it remains there and it's reverted back to