If you want to disable auto-flush in 0.92.1, one approach is to override the HTableInterfaceFactory in HTablePool:
https://gist.github.com/3863946 This was suggested last year on this mailing-list. Newer versions of HBase add the missing setAutoFlush(boolean) to HTableInterface. 2012/10/10 Mohit Anchlia <[email protected]>: > I am using 92.1 HTableDescriptor and I don't see setAutoFlush method. I am > using HTablePool
