You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Zhi Liu (Jira)" <ji...@apache.org> on 2019/10/29 07:10:00 UTC

[jira] [Updated] (CARBONDATA-3557) Support write Flink streaming data to Carbon

     [ https://issues.apache.org/jira/browse/CARBONDATA-3557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhi Liu updated CARBONDATA-3557:
--------------------------------
    Description: 
Sometimes, user need to write flink streaming data to carbon,  required high concurrency and high throughput.

The write process is:
 # Write flink streaming data to local file system of flink task node use flink StreamingFileSink and carbon SDK;
 # Copy local carbon data file to carbon data store system, such as HDFS, S3;
 # Generate and write segment file to ${tablePath}/load_details;

Run "alter table ${tableName} collect segments" command on server, to compact segment files in ${tablePath}/load_details, and then move the compacted segment file to ${tablePath}/Metadata/Segments/,update table status file finally.

  was:
Sometimes, user need to write flink streaming data to carbon,  required high concurrency and high throughput.

 


> Support write Flink streaming data to Carbon
> --------------------------------------------
>
>                 Key: CARBONDATA-3557
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3557
>             Project: CarbonData
>          Issue Type: New Feature
>          Components: spark-integration
>            Reporter: Zhi Liu
>            Priority: Major
>             Fix For: 2.0.0
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> Sometimes, user need to write flink streaming data to carbon,  required high concurrency and high throughput.
> The write process is:
>  # Write flink streaming data to local file system of flink task node use flink StreamingFileSink and carbon SDK;
>  # Copy local carbon data file to carbon data store system, such as HDFS, S3;
>  # Generate and write segment file to ${tablePath}/load_details;
> Run "alter table ${tableName} collect segments" command on server, to compact segment files in ${tablePath}/load_details, and then move the compacted segment file to ${tablePath}/Metadata/Segments/,update table status file finally.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)