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 2018/03/12 15:44:19 UTC

carbondata git commit: [CARBONDATA-2235]Update configuration-parameters.md

Repository: carbondata
Updated Branches:
  refs/heads/master fddf3bab8 -> b6b796162


[CARBONDATA-2235]Update configuration-parameters.md

carbon.query.show.datamaps

This property is a system configuration, if it is set to true, show tables will list all the tables including datamaps(ex: Preaggregate) and if it is false, show tables will filter the datamaps and only will show the main tables.

This closes #2041


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

Branch: refs/heads/master
Commit: b6b79616240aec151c927cfca16c43aede9b1fb2
Parents: fddf3ba
Author: akashrn5 <ak...@gmail.com>
Authored: Wed Mar 7 17:33:10 2018 +0530
Committer: Jacky Li <ja...@qq.com>
Committed: Mon Mar 12 23:44:06 2018 +0800

----------------------------------------------------------------------
 docs/configuration-parameters.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/b6b79616/docs/configuration-parameters.md
----------------------------------------------------------------------
diff --git a/docs/configuration-parameters.md b/docs/configuration-parameters.md
index 4a66f2e..c4724cc 100644
--- a/docs/configuration-parameters.md
+++ b/docs/configuration-parameters.md
@@ -38,6 +38,7 @@ This section provides the details of all the configurations required for the Car
 | carbon.data.file.version | V3 | If this parameter value is set to 1, then CarbonData will support the data load which is in old format(0.x version). If the value is set to 2(1.x onwards version), then CarbonData will support the data load of new format only.|
 | carbon.streaming.auto.handoff.enabled | true | If this parameter value is set to true, auto trigger handoff function will be enabled.|
 | carbon.streaming.segment.max.size | 1024000000 | This parameter defines the maximum size of the streaming segment. Setting this parameter to appropriate value will avoid impacting the streaming ingestion. The value is in bytes.|
+| carbon.query.show.datamaps | true | If this parameter value is set to true, show tables command will list all the tables including datatmaps(eg: Preaggregate table), else datamaps will be excluded from the table list. |
 
 ##  Performance Configuration
 This section provides the details of all the configurations required for CarbonData Performance Optimization.