Repository: incubator-kylin Updated Branches: refs/heads/1.x-staging 5e6700828 -> b146aa653
KYLIN-1098 two "kylin.hbase.region.count.min" in conf/kylin.properties Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/b146aa65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/b146aa65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/b146aa65 Branch: refs/heads/1.x-staging Commit: b146aa6538be40c783a23cb26d7b7f2c95872c2d Parents: 5e67008 Author: shaofengshi <[email protected]> Authored: Mon Oct 26 17:04:53 2015 +0800 Committer: shaofengshi <[email protected]> Committed: Mon Oct 26 17:04:53 2015 +0800 ---------------------------------------------------------------------- conf/kylin.properties | 2 +- examples/test_case_data/sandbox/kylin.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/b146aa65/conf/kylin.properties ---------------------------------------------------------------------- diff --git a/conf/kylin.properties b/conf/kylin.properties index e6f5a68..7f2af8a 100644 --- a/conf/kylin.properties +++ b/conf/kylin.properties @@ -78,7 +78,7 @@ kylin.hbase.region.cut.large=100 # HBase min and max region count kylin.hbase.region.count.min=1 -kylin.hbase.region.count.min=500 +kylin.hbase.region.count.max=500 ## Config for Restful APP ## # database connection settings: http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/b146aa65/examples/test_case_data/sandbox/kylin.properties ---------------------------------------------------------------------- diff --git a/examples/test_case_data/sandbox/kylin.properties b/examples/test_case_data/sandbox/kylin.properties index fa1e4de..efdd6d4 100644 --- a/examples/test_case_data/sandbox/kylin.properties +++ b/examples/test_case_data/sandbox/kylin.properties @@ -70,7 +70,7 @@ kylin.hbase.region.cut.large=100 # HBase min and max region count kylin.hbase.region.count.min=1 -kylin.hbase.region.count.min=500 +kylin.hbase.region.count.max=500 ## Config for Restful APP ##
