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 2016/06/30 17:42:07 UTC

[20/50] [abbrv] incubator-carbondata git commit: [issue-CARBONDATA-14] arbon.cutOffTimestamp and carbon.timegranularity is not added in the carbon.properties.template (#758)

[issue-CARBONDATA-14] arbon.cutOffTimestamp and carbon.timegranularity is not added in the carbon.properties.template (#758)

[issue-CARBONDATA-14] Carbon.cutOffTimestamp and carbon.timegranularit\u2026

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

Branch: refs/heads/master
Commit: 5f86244347d78ab5d87bd374d76cf14489b5908f
Parents: 5045d73
Author: Mohammad Shahid Khan <mo...@gmail.com>
Authored: Mon Jun 27 15:46:10 2016 +0530
Committer: Vimal-Das <vi...@gmail.com>
Committed: Mon Jun 27 03:16:10 2016 -0700

----------------------------------------------------------------------
 conf/carbon.properties.template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/5f862443/conf/carbon.properties.template
----------------------------------------------------------------------
diff --git a/conf/carbon.properties.template b/conf/carbon.properties.template
index 8dd6598..3d13fd7 100644
--- a/conf/carbon.properties.template
+++ b/conf/carbon.properties.template
@@ -91,4 +91,8 @@ carbon.enable.quick.filter=false
 ##threshold to identify whether high cardinality column
 #high.cardinality.threshold=1000000
 ##Percentage to identify whether column cardinality is more than configured percent of total row count
-#high.cardinality.row.count.percentage=80
\ No newline at end of file
+#high.cardinality.row.count.percentage=80
+##The property to set the date to be considered as start date for calculating the timestamp.
+#carbon.cutOffTimestamp=2000-01-01 00:00:00
+##The property to set the timestamp (ie milis) conversion to the SECOND, MINUTE, HOUR or DAY level.
+#carbon.timegranularity=SECOND
\ No newline at end of file