Option #1 should do - one Delete for each row.

Take a look at:
hbase-server/src/test//java/org/apache/hadoop/hbase/rest/TestScannersWithFilters.java

Cheers


On Mon, Dec 30, 2013 at 5:18 PM, S. Zhou <[email protected]> wrote:

> I try to delete multiple columns for the same row in HBase. I checked the
> API for the "Delete" class, method "deleteColumns", and have some
> confusion. Basically, I am not sure: if I should call "deleteColumns" on
> the same "Delete" object multiple times (to delete multiple columns), or
> create multiple "Delete" objects and each such object is for one column
> deletion.
>
> Thanks
> Senqiang
>

Reply via email to