issues
search
ClickHouse
/
libhdfs3
HDFS file read access for ClickHouse
Apache License 2.0
36
stars
56
forks
source link
[Feature] Support erasure code
#37
Closed
tomscut
closed
1 year ago
tomscut
commented
1 year ago
Support erasure code:
The implementation idea of EC client, we refer to
https://issues.apache.org/jira/browse/HDFS-7285
.
Support for reading EC files.
Supports writing or appending to EC files.
Fix some bugs for functions complete, addBlock and abandonBlock.
CLAassistant
commented
1 year ago
All committers have signed the CLA.
Support erasure code: