Hi Serega, You don't see it because it's not modified. It just uses the default value.
CDH 4.6 is hbase-0.94.15. So you have org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy execpt if you have overwritten this property in your table. http://grepcode.com/file/repo1.maven.org/maven2/org.apache.hbase/hbase/0.94.15/org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java#39 JM 2014-10-03 6:12 GMT-04:00 Serega Sheypak <[email protected]>: > I'm on Cloudera CDH 4.6 > There is no such property, I tried to find it in > - Cloudera Manager UI > - in RegionServer ui, there is a link to get configuration > - in Cloudera Manager UI -> RegionServer role -> processes -> > configuration. Here Cloudera Managers shows configs used by running > processes. > > no luck... > > 2014-10-03 13:51 GMT+04:00 Ted Yu <[email protected]>: > > > Have you tried the 'describe' command ? > > > > In case SPLIT_POLICY property isn't set, global config > > from hbase-default.xml would be effective. > > > > Cheers > > > > On Fri, Oct 3, 2014 at 1:53 AM, Serega Sheypak <[email protected] > > > > wrote: > > > > > Hi, I do can get it from Java API I was wandering is there any chance > to > > > get it use shell. > > > > > > 2014-10-02 23:48 GMT+04:00 Ted Yu <[email protected]>: > > > > > > > Please see http://hbase.apache.org/book.html#arch.region.splits > > > > > > > > On Thu, Oct 2, 2014 at 12:46 PM, Serega Sheypak < > > > [email protected]> > > > > wrote: > > > > > > > > > Hi, is that true that I can set split policy per cluster or per > > table? > > > > > How can I get current split policy for cluster/table? > > > > > > > > > > > > > > >
