[
https://issues.apache.org/jira/browse/MAPREDUCE-5993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071345#comment-14071345
]
Todd Lipcon commented on MAPREDUCE-5993:
----------------------------------------
Another area for simplification: ByteBufferDataReader/Writer seem to have
manual implementations of UTF8 encode/decode, but they aren't perf sensitive,
best I can tell. We should just use the existing Java facilities for this to
remove some code.
> native-task: simplify/remove dead code
> --------------------------------------
>
> Key: MAPREDUCE-5993
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5993
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Components: task
> Reporter: Todd Lipcon
>
> The native task code has a bunch of code in it which isn't related to the map
> output collector. I suspect much if this is dead code. Let's remove it before
> we merge, so that the amount of code we have to maintain going forward is
> more limited.
--
This message was sent by Atlassian JIRA
(v6.2#6252)