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/10/13 10:41:46 UTC

[2/3] incubator-kylin git commit: KYLIN-1066 for sandbox test, limit max reducer to 5

KYLIN-1066 for sandbox test, limit max reducer to 5

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

Branch: refs/heads/KYLIN-1068
Commit: 5cb1ec6d78922c5e21778b1b69bb1b559f9bc12a
Parents: a1abb11
Author: shaofengshi <sh...@apache.org>
Authored: Tue Oct 13 16:39:51 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Oct 13 16:39:51 2015 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/kylin.properties | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/5cb1ec6d/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 03df875..c13fcfb 100644
--- a/examples/test_case_data/sandbox/kylin.properties
+++ b/examples/test_case_data/sandbox/kylin.properties
@@ -33,6 +33,9 @@ kylin.job.remote.cli.working.dir=/tmp/kylin
 # Max count of concurrent jobs running
 kylin.job.concurrent.max.limit=10
 
+# Max reducer number
+kylin.job.mapreduce.max.reducer.number=5
+
 # Whether calculate cube in mem in each mapper;
 kylin.job.cubing.inMem=true