You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yingjie Cao (Jira)" <ji...@apache.org> on 2020/10/13 06:11:00 UTC

[jira] [Created] (FLINK-19600) Introduce PartitionedFile and the corresponding writer/reader for sort-merge based blocking shuffle

Yingjie Cao created FLINK-19600:
-----------------------------------

             Summary: Introduce PartitionedFile and the corresponding writer/reader for sort-merge based blocking shuffle
                 Key: FLINK-19600
                 URL: https://issues.apache.org/jira/browse/FLINK-19600
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Network
    Affects Versions: 1.12.0
            Reporter: Yingjie Cao
             Fix For: 1.12.0


PartitionedFile is the persistent file type of sort-merge based blocking shuffle. It stores data of all subpartitions in subpartition index order. PartitionedFile can be produced by PartitionedFileWriter and consumed by PartitionedFileReader. 



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