You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2016/11/19 14:58:03 UTC

[1/2] incubator-carbondata git commit: Rm unused parameter

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 0a8e782ff -> 8201132bb


Rm unused parameter

Modify desc


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/8397f4d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/8397f4d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/8397f4d7

Branch: refs/heads/master
Commit: 8397f4d7f247de3621f33b53829d87305b3aa8a8
Parents: 0a8e782
Author: HuangxiaoxiaBonnie <45...@qq.com>
Authored: Thu Nov 17 16:17:35 2016 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Sat Nov 19 22:42:26 2016 +0800

----------------------------------------------------------------------
 conf/carbon.properties.template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/8397f4d7/conf/carbon.properties.template
----------------------------------------------------------------------
diff --git a/conf/carbon.properties.template b/conf/carbon.properties.template
index bd26252..d7356a6 100644
--- a/conf/carbon.properties.template
+++ b/conf/carbon.properties.template
@@ -52,7 +52,7 @@ carbon.compaction.level.threshold=4,3
 #default size (in MB) for major compaction to be triggered
 carbon.major.compaction.size=1024
 ######## Query Configuration ########
-#Number of cores to be used while querying
+#Number of cores to be used for loading index into memory
 carbon.number.of.cores=4
 #Number of records to be in memory while querying :MIN=100000:MAX=240000
 carbon.inmemory.record.size=120000
@@ -83,8 +83,6 @@ carbon.enable.quick.filter=false
 #carbon.blocklet.size=120000
 ##number of retries to get the metadata lock for loading data to table
 #carbon.load.metadata.lock.retries=3
-##Maximum number of blocklets written in a single file :Min=1:Max=1000
-#carbon.max.file.size=100
 ##Minimum blocklets needed for distribution.
 #carbon.blockletdistribution.min.blocklet.size=10
 ##Interval between the retries to get the lock


[2/2] incubator-carbondata git commit: [CARBONDATA-420] Remove unused parameter in config template file This closes #324

Posted by ja...@apache.org.
[CARBONDATA-420] Remove unused parameter in config template file This closes #324


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/8201132b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/8201132b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/8201132b

Branch: refs/heads/master
Commit: 8201132bb57c7c3dd896743ab59f9e74683dba90
Parents: 0a8e782 8397f4d
Author: jackylk <ja...@huawei.com>
Authored: Sat Nov 19 22:57:41 2016 +0800
Committer: jackylk <ja...@huawei.com>
Committed: Sat Nov 19 22:57:41 2016 +0800

----------------------------------------------------------------------
 conf/carbon.properties.template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------