[ 
https://issues.apache.org/jira/browse/HADOOP-13061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393735#comment-15393735
 ] 

Kai Sasaki commented on HADOOP-13061:
-------------------------------------

As did in HADOOP-13010, I'll do refactoring basically

* Create erasure coder from {{CodecUtil}}
* Options is passed by {{ErasureCoderOptions}}. 
* Eliminate {{AbstractErasureCoder}} and other {{AbstractErasure*}} classes in 
order to avoid rely on class inheritance. Code is shared by using {{CodecUtil}}.
* Add {{DummyEncoder}} and {{DummyDecoder}} which wraps {{DummyRawEncoder}} and 
{{DummyRawDecoder}} because HDFS will use {{ErasureCoder}} interface internally.

[~drankye] If there is something to be added or to be removed, please give me 
any feedback. Thanks.



> Refactor erasure coders
> -----------------------
>
>                 Key: HADOOP-13061
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13061
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Rui Li
>            Assignee: Kai Sasaki
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to