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 "Luke Lu (JIRA)" <ji...@apache.org> on 2012/05/20 07:18:41 UTC

[jira] [Created] (MAPREDUCE-4273) Make CombineFileInputFormat split result JDK independent

Luke Lu created MAPREDUCE-4273:
----------------------------------

             Summary: Make CombineFileInputFormat split result JDK independent
                 Key: MAPREDUCE-4273
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4273
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 1.0.3
            Reporter: Luke Lu
            Assignee: Luke Lu


The split result of CombineFileInputFormat depends on the iteration order of  nodeToBlocks and rackToBlocks hash maps, which makes the result HashMap implementation hence JDK dependent.

This is manifested as TestCombineFileInputFormat failures on alternative JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira