You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Louis Xu (JIRA)" <ji...@apache.org> on 2019/05/22 03:56:00 UTC

[jira] [Commented] (FLINK-12573) ability to add suffix to part file created in Bucket (StreamingFileSink)

    [ https://issues.apache.org/jira/browse/FLINK-12573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845482#comment-16845482 ] 

Louis Xu commented on FLINK-12573:
----------------------------------

Hello,[~yitz589],I am interested in this issue. And like to contribute some effort to community. So would you like to assign this issue to me? 

And I have read some related source code. The path is named like 

new Path(bucketPath, PART_PREFIX + '-' + subtaskIndex + '-' + partCounter) int either BulkWriter or 

RowWisePartWriter. 

So what is your suggestion about the suffix? Named a common suffix or different according to writer type? What suffix do you like? Like .part or .complete?

> ability to add suffix to part file created in Bucket (StreamingFileSink)
> ------------------------------------------------------------------------
>
>                 Key: FLINK-12573
>                 URL: https://issues.apache.org/jira/browse/FLINK-12573
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / FileSystem
>    Affects Versions: 1.8.0
>            Reporter: yitzchak lieberman
>            Assignee: Louis Xu
>            Priority: Major
>
> a possibility to add suffix to part file path other than:
> new Path(bucketPath, PART_PREFIX +  -- subtaskIndex + partCounter);
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)