Hi Artem, The 1.0 API BufferedMutator should cover the use case where previously HTableUtil was used or HTable.setAutoFlush(false) is used.
BufferedMutator already groups the mutations per region server under the hood (AsyncProcess) and sends the buffered mutations in the background. There should be enough documentation to get started, and there is example code in hbase-examples module for BM usage. But let us know if it covers your use case or not. Enis On Tue, Oct 27, 2015 at 7:58 PM, Artem Ervits <[email protected]> wrote: > Hello all, > > is there an equivalent utility in HBase 1.0+ to HTableUtil? I'd like to > batch mutations by region server. > > Thanks >
