Repository: carbondata Updated Branches: refs/heads/master 27b178d98 -> 601323db9
[CARBONDATA-1150]added documentation for vector reader This closes #1233 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/601323db Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/601323db Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/601323db Branch: refs/heads/master Commit: 601323db98de33d7b40e2ac65a75c6f619c84ac3 Parents: 27b178d Author: vandana <[email protected]> Authored: Fri Aug 4 15:50:35 2017 +0530 Committer: Jacky Li <[email protected]> Committed: Thu Aug 17 20:14:31 2017 +0800 ---------------------------------------------------------------------- docs/configuration-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/601323db/docs/configuration-parameters.md ---------------------------------------------------------------------- diff --git a/docs/configuration-parameters.md b/docs/configuration-parameters.md index 133b75b..0223688 100644 --- a/docs/configuration-parameters.md +++ b/docs/configuration-parameters.md @@ -62,7 +62,7 @@ This section provides the details of all the configurations required for CarbonD | carbon.bad.records.action | fail | This property can have four types of actions for bad records FORCE, REDIRECT, IGNORE and FAIL. If set to FORCE then it auto-corrects the data by storing the bad records as NULL. If set to REDIRECT then bad records are written to the raw CSV instead of being loaded. If set to IGNORE then bad records are neither loaded nor written to the raw CSV. If set to FAIL then data loading fails if any bad records are found. | | | carbon.options.is.empty.data.bad.record | false | If false, then empty ("" or '' or ,,) data will not be considered as bad record and vice versa. | | | carbon.options.bad.record.path | | Specifies the HDFS path where bad records are stored. By default the value is Null. This path must to be configured by the user if bad record logger is enabled or bad record action redirect. | | - +| carbon.enable.vector.reader | true | This parameter increases the performance of select queries as it fetch columnar batch of size 4*1024 rows instead of fetching data row by row. | | * **Compaction Configuration**
