+1 vote
in HBase by

What is the difference between the commands delete column and delete familyin HBase?

1 Answer

0 votes
by

The Delete column command deletes all versions of a column but the delete family deletes all columns of a particular family.

...