Repository: kylin Updated Branches: refs/heads/KYLIN-2501 d045a045a -> 782a97482 (forced update)
minor, set default cubing algorithm to layer for stableness Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a776ef67 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a776ef67 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a776ef67 Branch: refs/heads/KYLIN-2501 Commit: a776ef6747638ab757c9a5298b500dd18756f5b5 Parents: 4c21821 Author: Li Yang <liy...@apache.org> Authored: Wed Mar 29 11:51:22 2017 +0800 Committer: Li Yang <liy...@apache.org> Committed: Wed Mar 29 11:57:24 2017 +0800 ---------------------------------------------------------------------- build/conf/kylin.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/a776ef67/build/conf/kylin.properties ---------------------------------------------------------------------- diff --git a/build/conf/kylin.properties b/build/conf/kylin.properties index 1a55c94..d39f7ee 100644 --- a/build/conf/kylin.properties +++ b/build/conf/kylin.properties @@ -144,7 +144,7 @@ kylin.engine.mr.uhc-reducer-count=1 ### CUBE | DICTIONARY ### # 'auto', 'inmem' or 'layer' -kylin.cube.algorithm=auto +kylin.cube.algorithm=layer # A smaller threshold prefers layer, a larger threshold prefers in-mem kylin.cube.algorithm.layer-or-inmem-threshold=7