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 2017/01/05 12:06:00 UTC

[07/11] kylin git commit: modify default partition setting

modify default partition setting


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

Branch: refs/heads/sparkcubing-rebase
Commit: 4b7647b434f063bc353c57343ee31623bf7b3ce7
Parents: 04134e3
Author: shaofengshi <sh...@apache.org>
Authored: Thu Jan 5 19:56:10 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Jan 5 20:03:36 2017 +0800

----------------------------------------------------------------------
 build/conf/kylin.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4b7647b4/build/conf/kylin.properties
----------------------------------------------------------------------
diff --git a/build/conf/kylin.properties b/build/conf/kylin.properties
index bd0bbd4..54430f0 100644
--- a/build/conf/kylin.properties
+++ b/build/conf/kylin.properties
@@ -137,13 +137,13 @@ kylin.engine.spark.env.hadoop-conf-dir=/etc/hadoop/conf
 #kylin.engine.spark.properties-file=
 
 # Estimate the RDD partition numbers
-kylin.engine.spark.rdd-partition-cut-mb=200
+kylin.engine.spark.rdd-partition-cut-mb=50
 
 # Minimal partition numbers of rdd
-kylin.engine.spark.min-partition=1
+kylin.engine.spark.min-partition=10
 
 # Max partition numbers of rdd
-kylin.engine.spark.max-partition=500
+kylin.engine.spark.max-partition=5000
 
 ### CUBE | DICTIONARY ###