[
https://issues.apache.org/jira/browse/MAPREDUCE-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226699#comment-13226699
]
Matt Foley commented on MAPREDUCE-764:
--------------------------------------
+1. Please push it to both branch-1 and branch-1.0. Thanks.
> TypedBytesInput's readRaw() does not preserve custom type codes
> ---------------------------------------------------------------
>
> Key: MAPREDUCE-764
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-764
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/streaming
> Affects Versions: 0.21.0
> Reporter: Klaas Bosteels
> Assignee: Klaas Bosteels
> Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-764.patch, MAPREDUCE-764.patch
>
>
> The typed bytes format supports byte sequences of the form {{<custom type
> code> <length> <bytes>}}. When reading such a sequence via
> {{TypedBytesInput}}'s {{readRaw()}} method, however, the returned sequence
> currently is {{0 <length> <bytes>}} (0 is the type code for a bytes array),
> which leads to bugs such as the one described
> [here|http://dumbo.assembla.com/spaces/dumbo/tickets/54].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira