Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Reviewed
-
Description
Add an option (count-delete-markers) to the RowCounter tool to count the number of Delete Markers of all types, i.e. (DELETE, DELETE_COLUMN, DELETE_FAMILY,DELETE_FAMILY_VERSION)
We already have such a feature within our internal implementation of RowCounter and it's very useful.
Implementation Ideas:
1. If the option is passed, initialize the empty job counters for all 4 types of deletes.
2. Within mapper, increase the respective delete counts while processing each row.