Hi, I am using Hbase version 1.1.2. What is the default region size
In Hbase book: hbase.hregion.max.filesize Description Maximum HFile size. If the sum of the sizes of a region's HFiles has grown to exceed this value, the region is split in two. Default 10737418240 In HBase API documentation the region size is mentioned as 256MB http://javadox.com/org.apache.hbase/hbase-client/1.1.2/org/apache/hadoop/hbase/HTableDescriptor.html#setMaxFileSize(long) What is the default value max region size Thanks, Vinod
