On Fri, Jan 20, 2012 at 4:31 PM, Dave Wang <[email protected]> wrote:

> Hello,
>
> From the hbase shell, I see this:
>
> hbase(main):049:0> scan 't1'
> ROW                   COLUMN+CELL
>
>  r1                   column=f1:c1, timestamp=1327104295560, value=value
>
>  r1                   column=f1:c2, timestamp=1327104330625, value=value
>
> 1 row(s) in 0.0300 seconds
>
> hbase(main):050:0> deleteall 't1', 'r1'
> 0 row(s) in 0.0080 seconds                  <====== I expected this to read
> "2 row(s)"
>
> hbase(main):051:0> scan 't1'
> ROW                   COLUMN+CELL
>
> 0 row(s) in 0.0090 seconds
>
> Similar behavior for delete.
>
> Is this a bug or am I misunderstanding what the output is supposed to mean?
>  If this is a bug, I can file a JIRA.
>
>
The bug is that the status we output is 0 rows rather than two rows?  (Or
do you mean 1 row since only one row was deleted)?

St.Ack

Reply via email to