Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
Our doc has a statement regarding EC limitations:
https://hadoop.apache.org/docs/r3.3.0/hadoop-project-dist/hadoop-hdfs/HDFSErasureCoding.html#Limitations
append() and truncate() on an erasure coded file will throw IOException.
In fact, HDFS-7663 added the support since Hadoop 3.3.0. The caveat is that it supports "Append to a closed striped file, with NEW_BLOCK flag enabled"
Attachments
Issue Links
- is related to
-
HDFS-7663 Erasure Coding: Append on striped file
- Resolved
- links to