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 "indrajit (JIRA)" <ji...@apache.org> on 2014/02/09 09:09:26 UTC

[jira] [Work started] (MAPREDUCE-210) want InputFormat for zip files

     [ https://issues.apache.org/jira/browse/MAPREDUCE-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MAPREDUCE-210 started by indrajit.

> want InputFormat for zip files
> ------------------------------
>
>                 Key: MAPREDUCE-210
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-210
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>            Reporter: Doug Cutting
>            Assignee: indrajit
>         Attachments: ZipInputFormat_fixed.patch
>
>
> HDFS is inefficient with large numbers of small files.  Thus one might pack many small files into large, compressed, archives.  But, for efficient map-reduce operation, it is desireable to be able to split inputs into smaller chunks, with one or more small original file per split.  The zip format, unlike tar, permits enumeration of files in the archive without scanning the entire archive.  Thus a zip InputFormat could efficiently permit splitting large archives into splits that contain one or more archived files.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)