BulkDeleteEP allows to pass a Scan .  What all rows this Scan returns
all can be deleted.  So you can create an appropriate Scan to fetch
all rows with a common prefix.   Pls try once.

-Anoop-

On Sat, Mar 3, 2018 at 2:49 AM, Ted Yu <yuzhih...@gmail.com> wrote:
> For #2, BulkDeleteEndpoint still exists - in hbase-examples branch.
>
> ./hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java
>
> On Thu, Mar 1, 2018 at 10:02 PM, Vikash Agarwal <vikash.nit...@gmail.com>
> wrote:
>
>> Hi Team,
>>
>> I am looking for  a bulk delete in Hbase.
>>
>> I am looking here for two things:
>>
>> 1. In case I provide a Row key Prefix , Is it possible to delete all the
>> rows with that prefix.
>>
>> 2. In case Where we can scan and delete and the server End. Something like
>> BulkDeleteEndpoint which uses to exist in old hbase version 0.94.
>>
>>
>>
>> --
>> Vikash Agarwal
>>

Reply via email to