You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Johannes Zillmann (JIRA)" <ji...@apache.org> on 2010/08/28 23:08:53 UTC

[jira] Created: (MAPREDUCE-2042) InputFormat#getSplits() is called twice in local mode

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.2, 0.20.1
            Reporter: Johannes Zillmann
             Fix For: 0.20.3


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.
-
You can reply to this email to add a comment to the issue online.