Member since
07-27-2015
6
Posts
1
Kudos Received
0
Solutions
08-05-2015
08:18 AM
Hi Asif, You will need to do some code for that. Create a small table, put some data in it and call the bulk delete. Here is an example: https://github.com/apache/hbase/blob/master/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java You might be able to re-use most of this code. JM
... View more