hadoop2 - Set tombstone marker in HBase -


is there way can use tombstone marker delete data through java api.

problem statement:

as know hbase not persist null values. but, if there column needs updated null has either updated string value "na" or "null".

question:

the idea find possibility delete column if value null in-spite of value available.


Comments