You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2018/02/05 15:02:36 UTC

[18/50] [abbrv] carbondata git commit: [CARBONDATA-2044] Documentation added 2 parameter

[CARBONDATA-2044] Documentation added 2 parameter

Documentation added 2 parameter

This closes #1893


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

Branch: refs/heads/fgdatamap
Commit: 8a86d3fd081bd78f3de551d5b7b696bdcf517ed5
Parents: 15fabf9
Author: sgururajshetty <sg...@gmail.com>
Authored: Wed Jan 31 16:24:13 2018 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Wed Jan 31 19:15:01 2018 +0800

----------------------------------------------------------------------
 docs/configuration-parameters.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/8a86d3fd/docs/configuration-parameters.md
----------------------------------------------------------------------
diff --git a/docs/configuration-parameters.md b/docs/configuration-parameters.md
index cfe24a5..522d222 100644
--- a/docs/configuration-parameters.md
+++ b/docs/configuration-parameters.md
@@ -127,7 +127,9 @@ This section provides the details of all the configurations required for CarbonD
 | Parameter | Default Value | Description |
 |--------------------------|---------------|-----------------------------------------------------------------------------------------------|
 | max.query.execution.time | 60 | Maximum time allowed for one query to be executed. The value is in minutes. |
-| carbon.enableMinMax | true | Min max is feature added to enhance query performance. To disable this feature, set it false. | 
+| carbon.enableMinMax | true | Min max is feature added to enhance query performance. To disable this feature, set it false. |
+| carbon.dynamicallocation.schedulertimeout | 5 | Specifies the maximum time (unit in seconds) the scheduler can wait for executor to be active. Minimum value is 5 sec and maximum value is 15 sec. |
+| carbon.scheduler.minregisteredresourcesratio | 0.8 | Specifies the minimum resource (executor) ratio needed for starting the block distribution. The default value is 0.8, which indicates 80% of the requested resource is allocated for starting block distribution.  The minimum value is 0.1 min and the maximum value is 1.0. | 
   
 * **Global Dictionary Configurations**