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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/08/26 10:26:54 UTC

[jira] Assigned: (MAPREDUCE-1597) combinefileinputformat does not work with non-splittable files

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

Amareshwari Sriramadasu reassigned MAPREDUCE-1597:
--------------------------------------------------

    Assignee: Amareshwari Sriramadasu

> combinefileinputformat does not work with non-splittable files
> --------------------------------------------------------------
>
>                 Key: MAPREDUCE-1597
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1597
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Amareshwari Sriramadasu
>
> CombineFileInputFormat.getSplits() does not take into account whether a file is splittable.
> This can lead to a problem for compressed text files - for example, getSplits() may return more
> than 1 split depending on the size of the compressed file, all the splits recordreader will read the
> complete file.
> I ran into this problem while using Hive on hadoop 20.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.