You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2019/06/17 11:19:00 UTC

[jira] [Closed] (FLINK-1722) Streaming not respecting FinalizeOnMaster for output formats

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

Aljoscha Krettek closed FLINK-1722.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed on master in 02f99c39d3fe92a31eafcff4ac5fc62f548658b3

> Streaming not respecting FinalizeOnMaster for output formats
> ------------------------------------------------------------
>
>                 Key: FLINK-1722
>                 URL: https://issues.apache.org/jira/browse/FLINK-1722
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataStream
>            Reporter: Robert Metzger
>            Assignee: Haibo Sun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Hadoop output formats execute a process in the end to move the produced files from a temp directory to the final location.
> The batch API is annotating output formats that execute something in the end with the {{FinalizeOnMaster}} interface.
> The streaming component is not respecting this interface. Hence, HadoopOutputFormats aren't writing their final data into the desired destination.



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