Hi, Is it possible to delete a particular version values in a Hbase table?
for example,
hbase(main):050:0* scan 'test1',{VERSIONS=>3}
ROW COLUMN+CELL
1 column=f1:id, timestamp=1404138357648, value=Rams
1 column=f1:name, timestamp=1404138357705, value=Jack
1 column=f1:name, timestamp=1404138357693, value=Queen
1 column=f1:name, timestamp=1404138357680, value=King
If I want to delete the 2nd version alone, then how to do that? It should
not delete the other 2 versions of that column.
regards,
Rams
