To do that, simply use the HTable method setAutoFlush(false) and maybe play with the setWriteBufferSize method, by default it's 2MB.
J-D On Mon, Apr 13, 2009 at 6:46 PM, Jae Joo <[email protected]> wrote: > I am looking for the way to put the values and commit later. Ex. Put > 10000 rows and commoit one. It should improve the performance, but it > may not working properly on Hadoop. > Jae > > -- > Sent from my mobile device >
