You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/05/15 05:06:39 UTC

[27/50] [abbrv] incubator-kylin git commit: KYLIN-607 Use new cubing in BuildCubeWithEngineTest

KYLIN-607 Use new cubing in BuildCubeWithEngineTest

Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/93847c3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/93847c3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/93847c3f

Branch: refs/heads/streaming-localdict
Commit: 93847c3fc904923132023b98e5e62b9ab4d4ebcb
Parents: 8f65c1c
Author: Shao Feng, Shi <sh...@ebay.com>
Authored: Thu May 7 17:30:58 2015 +0800
Committer: Shao Feng, Shi <sh...@ebay.com>
Committed: Thu May 7 17:30:58 2015 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/kylin.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/93847c3f/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 1830eaf..596e811 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -34,7 +34,7 @@ kylin.job.remote.cli.working.dir=/tmp/kylin
 kylin.job.concurrent.max.limit=10
 
 # Whether calculate cube in mem in each mapper;
-kylin.job.cubing.inMem=false
+kylin.job.cubing.inMem=true
 
 #the percentage of the sampling, default 25%
 kylin.job.cubing.inMem.sampling.percent=25