[jira] [Created] (CARBONDATA-1580) 1. create/alter table with stream properties

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-1580) 1. create/alter table with stream properties

Akash R Nilugal (Jira)
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)