Hi, Can some one please explain why region splitting for HBase has been disabled? Is it the case that the Kylin cube job determines the region size using the kylin.hbase.region.cut property in kylin.properties? If so, what are the other configuration parameters that determine region split in HBase?
The link in the code says ConstantSizeRegionSplitPolicy but the code has DisabledRegionSplitPolicy.[1] Also the ConstantSizeRegionSplitPolicy link in the code does not work. [1] https://github.com/apache/kylin/blob/master/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java#L61
