QiangCai created CARBONDATA-1580:
------------------------------------
Summary: 1. create/alter table with stream properties
Key: CARBONDATA-1580
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1580 Project: CarbonData
Issue Type: Sub-task
Components: spark-integration
Reporter: QiangCai
CREATE TABLE sensor_reading
STORED BY 'carbondata'
TBLPROPERTIES (‘streaming’='true’, ‘streaming.maxFileSize’=’128m’)
||Table property || name Description ||Default value||
|streaming |Whether to enable streaming ingest feature for this table|false|
|streaming.maxFileSize|The maximum file size for streaming data| 128MB|
|streaming.handoff.numFiles| The number of files before handoff is triggered| 16|
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)