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 <[email protected]> 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 >
