[ http://issues.apache.org/jira/browse/HADOOP-696?page=all ]
Work on HADOOP-696 started by Sameer Paranjpye. > TestTextInputFormat fails on some platforms due to non-determinism in > format.getSplits() > ---------------------------------------------------------------------------------------- > > Key: HADOOP-696 > URL: http://issues.apache.org/jira/browse/HADOOP-696 > Project: Hadoop > Issue Type: Bug > Components: test > Affects Versions: 0.8.0 > Reporter: Sameer Paranjpye > Assigned To: Sameer Paranjpye > Priority: Minor > Fix For: 0.9.0 > > > TestTextInputFormat depends on format.getSplits() returning splits in the > order they were created. On a local filesystem getSplits() depends on > File.list(), the order produced by which is non-deterministic. This causes > the test to fail on some platforms. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
