You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ted Malaska (JIRA)" <ji...@apache.org> on 2015/08/25 16:40:47 UTC

[jira] [Commented] (MAPREDUCE-6461) An implementation of RecordReader/FileInputFormat for generic binary data

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

Ted Malaska commented on MAPREDUCE-6461:
----------------------------------------

I made this a long time ago and I know it works, because I've seen it work at a number of companies.  

Let me know if you want me to add this to the MapReduce project.

https://github.com/tmalaska/CopybookInputFormat

:)

> An implementation of RecordReader/FileInputFormat for generic binary data
> -------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6461
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6461
>             Project: Hadoop Map/Reduce
>          Issue Type: Wish
>          Components: mrv2
>            Reporter: Dustin Cote
>            Priority: Minor
>
> It would be nice to have a RecordReader implementation designed for binary data for ETL processing (especially for mainframe encodings like EBCDIC).  Currently, we have: http://hadoop.apache.org/docs/current/api/org/apache/hadoop/mapred/FixedLengthInputFormat.html
> This is great for fix length fields, but it would be even better if we could delimit records by a byte string dynamically.  



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