Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (6.5k points)
What is the process of row deletion in HBase?

1 Answer

0 votes
by (11.3k points)

In Hadoop, when we issue a delete command using the HBase client in HBase, the actual data present within the cells isn't deleted. The cell contents are just made invisible. This is done by putting something known as a tombstone marker. After they are marked, they are removed during routine compaction operations. 

Browse Categories

...