[
https://issues.apache.org/jira/browse/HADOOP-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HADOOP-3704:
-------------------------------------
Description:
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
was:
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
Affects Version/s: (was: 0.19.0)
> 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 Common
> Issue Type: Bug
> Components: test
> Reporter: Steve Loughran
> 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.2#6252)