How to delete cell with max timestamp(Long.MAX) - hbase 2.2.0

2019-12-30 Thread junhyeok park
I am using cluster with hbase 2.2.0 There is a cell with max timestamp. How it was created is under investigation. COLUMN CELL _N:abc timestamp=9223372036854775807, value= I try to delete those cells. but I can't delete them. Please tell me how to delete

Re: How to delete row with Long.MAX_VALUE timestamp

2020-04-29 Thread junhyeok park
I've been through the same thing. I use 2.2.0 2020년 4월 29일 (수) 오후 10:32, Alexander Batyrshin <0x62...@gmail.com>님이 작성: > As you can see in example I already tried DELETE operation with timestamp > = Long.MAX_VALUE without any success. > > > On 29 Apr 2020, at 12:41, Wellington Chevreuil < > welli