Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.0, 1.8.1, 1.8.2, 1.9.0
Description
Currently, StreamingFileSink is supported only with Hadoop >= 2.7 irrespective of Row/bulk format builder. This restriction is due to truncate is not supported in Hadoop < 2.7
However, BulkFormatBuilder does not use truncate method to restore the file. So the restricting StreamingFileSink.BulkFormatBuilder to be used only with Hadoop >= 2.7 is not necessary.
So requested improvement is to remove the precondition on HadoopRecoverableWriter and allow BulkFormatBuilder (Parquet) to be used in Hadoop 2.6 ( Most of the enterprises still on CDH 5.x)
Attachments
Issue Links
- is duplicated by
-
FLINK-14955 Not able to write to swift via StreamingFileSink.forBulkFormat
- Closed
- relates to
-
FLINK-10203 Support truncate method for old Hadoop versions in HadoopRecoverableFsDataOutputStream
- In Progress
- links to