Thanks. Yes. This is what I want to know.
On Sun, Jan 30, 2011 at 11:10 PM, JinChao Wen <[email protected]> wrote: > see htable.put(List<Put> put) > > if you set autoFlush=true, or number of puts you add to htable is exceed the > writeBufferSize of htable. > The puts will be flushed. > > > > 2011/1/31 Jim X <[email protected]> > >> Hi, HBase users, >> >> JDBC provides batch operation API. I am assigned to convert a >> JDBC batch implementation into HBase. Does HBase provide some APIs >> like PreparedStatement.addBatch() in JDBC? How do I implement HBase >> batch process in one transaction? >> >> >> Jim >> >
