You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Duo <on...@gmail.com> on 2017/05/01 18:18:12 UTC

Does HBase REST API support bulk delete?

Hi experts,

I noticed that RemoteHTable supports bulk delete

delete(List<Delete> deletes)
Deletes the specified cells/rows in bulk.


However from some online documentations, for example,

https://archive.cloudera.com/cdh5/cdh/5/hbase/apidocs/org/apache/hadoop/hbase/rest/package-summary.html

I cannot find REST APIs to do bulk delete. I can find REST APIs to do bulk
insert by specifying a false row key in the REST url.

Is bulk delete supported in REST APIs in HBase?

Thanks,
Duo