[
https://issues.apache.org/jira/browse/HBASE-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755528#action_12755528
]
stack commented on HBASE-1574:
------------------------------
The batch delete is different from delete, no? Would be hard to refactor so
they shared commonage.
Yeah, will fix the HTable comment on commit?
Yeah, processBatchOfRows is not a good name but I don't want to change it for
this commit to 0.20 branch. I could open new issue for 0.21 where we look at
these batch operations -- including batch get -- and figure out better method
namings deprecating the old?
One other thing, I was going to change Row to be package private (Any reaction
to this new interface? Do you think Row a good name? Should it be HasRow or
something?).
Thanks J-D.
St.Ack
> Client and server APIs to do batch deletes.
> -------------------------------------------
>
> Key: HBASE-1574
> URL: https://issues.apache.org/jira/browse/HBASE-1574
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: ryan rawson
> Fix For: 0.20.1
>
> Attachments: batchdelete-v2.patch, batchdelete.patch
>
>
> in 880 there is no way to do a batch delete (anymore?). We should add one
> back in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.