Description
Kylin hardcoded the region split size in RangeKeyDistributionReducer.java; It will use 10G, 20G and 100G as the split for a Small/Medium/Large cube; Besides, it set a limit on max region count to 500; Hardcode is not good; we should externalize these values to config file.