[CARBONDATA-1616] Documentation for Streaming Ingestion This closes #1877
Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/9ec64a6d Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/9ec64a6d Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/9ec64a6d Branch: refs/heads/carbonstore Commit: 9ec64a6d2b4d06fee7b8bb9db3beb559ff23fc0d Parents: b73a221 Author: sgururajshetty <[email protected]> Authored: Mon Jan 29 19:39:04 2018 +0530 Committer: QiangCai <[email protected]> Committed: Tue Jan 30 12:03:52 2018 +0800 ---------------------------------------------------------------------- docs/data-management-on-carbondata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/9ec64a6d/docs/data-management-on-carbondata.md ---------------------------------------------------------------------- diff --git a/docs/data-management-on-carbondata.md b/docs/data-management-on-carbondata.md index d1415ff..3af95ac 100644 --- a/docs/data-management-on-carbondata.md +++ b/docs/data-management-on-carbondata.md @@ -116,7 +116,7 @@ This tutorial is going to introduce all commands and data operations on CarbonDa CarbonData supports streaming ingestion for real-time data. You can create the âstreamingâ table using the following table properties. ``` - TBLPROPERTIES (âstreamingâ='trueâ) + TBLPROPERTIES ('streaming'='true') ``` ### Example: @@ -141,7 +141,7 @@ This tutorial is going to introduce all commands and data operations on CarbonDa 'AUTO_LOAD_MERGE'='true', 'COMPACTION_LEVEL_THRESHOLD'='5,6', 'COMPACTION_PRESERVE_SEGMENTS'='10', - âstreamingâ='trueâ, + 'streaming'='true', 'ALLOWED_COMPACTION_DAYS'='5') ```
