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

Johannes Zillmann updated MAPREDUCE-2042:
-----------------------------------------

    Fix Version/s: 0.20.3

> InputFormat#getSplits() is called twice in local mode
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-2042
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2042
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: job submission
>    Affects Versions: 0.20.1, 0.20.2
>            Reporter: Johannes Zillmann
>             Fix For: 0.20.3
>
>         Attachments: MAPREDUCE-2042.patch
>
>
> In local mode the InputFormat#getSplits() is called twice in local mode.
> - 1st time: JobClient#writeOld/NewSplits() (then they write the splits to 
> disk )
> - 2nd time: LocalJobRunner#run() (instead of reading the split file )
> That can become annoying in case the InputFormat access external resources or 
> takes a little longer to create the splits.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to