[ http://issues.apache.org/jira/browse/HADOOP-609?page=comments#action_12443095 ] Mahadev konar commented on HADOOP-609: --------------------------------------
you are right doug. THe problem will not show. This is because there is no job.jar associated with jobs we submit in junit tests. All the classes are in hadoop-* jars. The problem with HADOOP-607 was that the directory where the job was being unjarred was not being added to the classpath of the task. With the junit tests we do not have any such problem because all the classes are in hadoop-*jars. Do we want to create a test wherein we create a job.jar and submit to a map red cluster with multiple directories? > Mini map/reduce cluster should use multiple temp directories > ------------------------------------------------------------ > > Key: HADOOP-609 > URL: http://issues.apache.org/jira/browse/HADOOP-609 > Project: Hadoop > Issue Type: Test > Affects Versions: 0.7.1 > Reporter: Owen O'Malley > Assigned To: Mahadev konar > Fix For: 0.7.2 > > Attachments: junit_bugfix.patch > > > Currently the mini map/reduce cluster only tests the task trackers with a > single working directory. That caused us to miss a bug that broke 0.7.1. At > least some of the mini m/r tests should run task trackers with two or threee > working directories. -- 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
