Re: What property would trigger a region split besides hbase.hregion.max.filesize ?

2014-05-29 Thread Tao Xiao
Ted, I'm using HBase 0.96.1.2.0.6.1 (HDP 2.0.6). I set the regionserver log level to *INFO*, so I did not find any log containing "SplitPolicy". I will set the log level to *DEBUG *and take a look at regionserver log later. Thanks Tao 2014-05-29 10:32 GMT+08:00 Ted Yu : > Which HBase relea

Re: What property would trigger a region split besides hbase.hregion.max.filesize ?

2014-05-28 Thread Ted Yu
Which HBase release are you using ? Can you look in the region server log which SplitPolicy is in effect ? Below is a sample log snippet: 2014-04-09 15:35:03,737 DEBUG [MemStoreFlusher.0] regionserver.IncreasingToUpperBoundRegionSplitPolicy: ShouldSplit because On Wed, May 28, 2014 at 6:49 PM,

What property would trigger a region split besides hbase.hregion.max.filesize ?

2014-05-28 Thread Tao Xiao
I hope each region can be 10GB in size, so I set the property *hbase.hregion.max.filesize* as 10737418240, which is 10GB. Then I restarted the HBase cluster. To check whether this property works, I created a new table and wrote a lot of records into it. However, when I checked the size of the reg