On Tue, Jun 15, 2010 at 4:52 AM, zhengbing li <[email protected]> wrote: > hi, > I want to know whether the following code is row locked default > Yes.
> Put put = new Put(rowID) > hTable.put(put); > You are missing put.add... in the above, adding actual values to insert. St.Ack
