[
https://issues.apache.org/jira/browse/HADOOP-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-4632:
----------------------------------
Status: Open (was: Patch Available)
test.build.data is shared by all the other unit tests; it shouldn't be the base
for scratchwork.
{code}
new Path(System.getProperty("test.build.data", "/tmp"), "testname")
{code}
Is the normal idiom. The test directory should also be deleted when the tests
have completed.
> TestJobHistoryVersion should not create directory in current dir.
> -----------------------------------------------------------------
>
> Key: HADOOP-4632
> URL: https://issues.apache.org/jira/browse/HADOOP-4632
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.19.0
> Reporter: Amareshwari Sriramadasu
> Assignee: Amar Kamat
> Fix For: 0.19.1
>
> Attachments: HADOOP-4632-v1.1.patch, HADOOP-4632-v1.patch
>
>
> TestJobHistoryVersion creates a directory, test-history-version, in the
> current dierctory. It should be created in test.build.data directory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.