You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Zhang Kun (JIRA)" <ji...@apache.org> on 2015/09/14 06:51:46 UTC

[jira] [Assigned] (MAPREDUCE-5983) TestCommandLineJobSubmission assumes there is a /tmp dir that can be used for temp data

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhang Kun reassigned MAPREDUCE-5983:
------------------------------------

    Assignee: Zhang Kun

> TestCommandLineJobSubmission assumes there is a /tmp dir that can be used for temp data
> ---------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-5983
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5983
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>            Reporter: Steve Loughran
>            Assignee: Zhang Kun
>            Priority: Minor
>              Labels: newbie
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)