Hi, in 0.94 we could use autoFlush method for HTable. Now HTable shouldn't be used, we refactoring code for Table
Here is a note: http://hbase.apache.org/book.html#perf.hbase.client.autoflush >When performing a lot of Puts, make sure that setAutoFlush is set to false on your Table <http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Table.html> instance What is the right way to set autoFlush for Table instance? Can't find method/example to do this?
