You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/09/13 12:55:37 UTC

carbondata git commit: [CARBONDATA-1221] Documentation - removed the unused parameter

Repository: carbondata
Updated Branches:
  refs/heads/master 8c1ddbf2a -> dde2f4cc2


[CARBONDATA-1221] Documentation - removed the unused parameter

This closes #1282


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

Branch: refs/heads/master
Commit: dde2f4cc2a4d40c768d543d087ce4e40bf44dd4d
Parents: 8c1ddbf
Author: Ayushi93 <sh...@gmail.com>
Authored: Wed Sep 13 20:53:54 2017 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Wed Sep 13 20:55:24 2017 +0800

----------------------------------------------------------------------
 docs/configuration-parameters.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/dde2f4cc/docs/configuration-parameters.md
----------------------------------------------------------------------
diff --git a/docs/configuration-parameters.md b/docs/configuration-parameters.md
index 8101aa1..77320f6 100644
--- a/docs/configuration-parameters.md
+++ b/docs/configuration-parameters.md
@@ -83,9 +83,7 @@ This section provides the details of all the configurations required for CarbonD
 | Parameter | Default Value | Description | Range |
 |--------------------------------------|---------------|---------------------------------------------------|---------------------------|
 | carbon.number.of.cores | 4 | Number of cores to be used while querying. |  |
-| carbon.inmemory.record.size | 120000 | Number of records to be in memory while querying. | Min=100000 and Max=240000 |
 | carbon.enable.quick.filter | false | Improves the performance of filter query. |  |
-| no.of.cores.to.load.blocks.in.driver | 10 | Number of core to load the blocks in driver. |  |
 
 
 ##   Miscellaneous Configuration