CHANGES-HDFS-EC-7285.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. BREAKDOWN OF HADOOP-11264 SUBTASKS AND RELATED JIRAS (Common part of HDFS-7285)
  2. HADOOP-11514. Raw Erasure Coder API for concrete encoding and decoding
  3. (Kai Zheng via umamahesh)
  4. HADOOP-11534. Minor improvements for raw erasure coders
  5. ( Kai Zheng via vinayakumarb )
  6. HADOOP-11541. Raw XOR coder
  7. ( Kai Zheng )
  8. HADOOP-11542. Raw Reed-Solomon coder in pure Java. Contributed by Kai Zheng
  9. ( Kai Zheng )
  10. HADOOP-11643. Define EC schema API for ErasureCodec. Contributed by Kai Zheng
  11. ( Kai Zheng )
  12. HADOOP-11646. Erasure Coder API for encoding and decoding of block group
  13. ( Kai Zheng via vinayakumarb )
  14. HADOOP-11705. Make erasure coder configurable. Contributed by Kai Zheng
  15. ( Kai Zheng )
  16. HADOOP-11706. Refine a little bit erasure coder API. Contributed by Kai Zheng
  17. ( Kai Zheng )
  18. HADOOP-11707. Add factory to create raw erasure coder. Contributed by Kai Zheng
  19. ( Kai Zheng )
  20. HADOOP-11647. Reed-Solomon ErasureCoder. Contributed by Kai Zheng
  21. ( Kai Zheng )
  22. HADOOP-11782 Correct two thrown messages in ECSchema class. Contributed by Xinwei Qin
  23. ( Xinwei Qin via Kai Zheng )