Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
This is to define ErasureCoder API for encoding and decoding of BlockGroup. Given a BlockGroup, ErasureCoder extracts data chunks from the blocks and leverages RawErasureCoder defined in HADOOP-11514 to perform concrete encoding or decoding. Note this mainly focuses on the basic fundamental aspects, and solves encoding, data blocks recovering and etc. Regarding parity blocks recovering, as it involves multiple steps, HADOOP-11550 will handle it.
Attachments
Attachments
Issue Links
- incorporates
-
HADOOP-11550 Enhance ErasureCoder API to support multiple encoding/decoding steps
- Open
- is depended upon by
-
HADOOP-11647 Reed-Solomon ErasureCoder
- Resolved
- is part of
-
HDFS-7337 Configurable and pluggable erasure codec and policy
- Resolved
- requires
-
HADOOP-11514 Raw Erasure Coder API for concrete encoding and decoding
- Resolved