Index: src/main/resources/hbase-default.xml =================================================================== --- src/main/resources/hbase-default.xml (revision 1188497) +++ src/main/resources/hbase-default.xml (working copy) @@ -326,7 +326,7 @@ hbase.hregion.memstore.flush.size - 67108864 + 134217728 Memstore will be flushed to disk if size of the memstore exceeds this number of bytes. Value is checked by a thread that runs @@ -372,11 +372,11 @@ hbase.hregion.max.filesize - 268435456 + 1073741824 Maximum HStoreFile size. If any one of a column families' HStoreFiles has grown to exceed this value, the hosting HRegion is split in two. - Default: 256M. + Default: 1G.