You can serialize any RowMutation for BMT but if all you're doing is deleting rows why bother with BMT? It is not significantly more efficient than Thrift for that.
On Tue, Apr 20, 2010 at 12:47 PM, Sonny Heer <sonnyh...@gmail.com> wrote: > How do i delete a row using BMT method? > > Do I simply do a mutate with column delete flag set to true? Thanks. >