Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
Description
This call takes more time when there are lot of files to close and there is a high latency to close. Parallelize MultipleOutputs#close call to improve the speed.
public void close() throws IOException { for (RecordWriter writer : recordWriters.values()) { writer.close(null); } }
Idea is from stevel@apache.org
Attachments
Issue Links
- links to