Skip to content

Commit 86abeb4

Browse files
hotcodemachaAshutosh Gupta
andauthored
HDFS-16730. Update the doc that append to EC files is supported (#4749)
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
1 parent f02ff1a commit 86abeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Certain HDFS operations, i.e., `hflush`, `hsync`, `concat`, `setReplication`, `t
234234
are not supported on erasure coded files due to substantial technical
235235
challenges.
236236

237-
* `append()` and `truncate()` on an erasure coded file will throw `IOException`.
237+
* `append()` and `truncate()` on an erasure coded file will throw `IOException`. However, with `NEW_BLOCK` flag enabled, append to a closed striped file is supported.
238238
* `concat()` will throw `IOException` if files are mixed with different erasure
239239
coding policies or with replicated files.
240240
* `setReplication()` is no-op on erasure coded files.

0 commit comments

Comments
 (0)