You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2008/07/07 15:23:31 UTC

[jira] Created: (HADOOP-3704) TestCommandLineJobSubmission assumes there is a /tmp dir that can be used for temp data

TestCommandLineJobSubmission assumes there is a /tmp dir that can be used for temp data
---------------------------------------------------------------------------------------

                 Key: HADOOP-3704
                 URL: https://issues.apache.org/jira/browse/HADOOP-3704
             Project: Hadoop Core
          Issue Type: Bug
          Components: test
    Affects Versions: 0.19.0
            Reporter: Steve Loughran
            Priority: Minor



the test case in TestCommandLineJobSubmission assumes that it can create stuff in /tmp:

File buildDir = new File(System.getProperty("test.build.data", "/tmp"));

as well as being unix only, the result is a test case that doesnt work if >1 person is running the test on the same cluster. it should really be driven off the java.io.tmpDir property

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.