Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- is required by
-
FLINK-12568 Implement OutputFormat to write Hive tables
- Resolved
- links to