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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -