But you can only use a timestamp on a specific column, not the whole row.
Here's the help:

Delete all cells in a given row; pass a table name, row, and optionally
a column and timestamp. Examples:

  hbase> deleteall 't1', 'r1'
  hbase> deleteall 't1', 'r1', 'c1'
  hbase> deleteall 't1', 'r1', 'c1', ts1




--
View this message in context: 
http://apache-hbase.679495.n3.nabble.com/Hbase-shell-deletall-doesnt-remove-records-tp4056162p4056246.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to