Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7
-
None
Description
Running the Mahout test suite creates the temp directory /tmp/hadoop-$user which is used by all Hadoop related tests that pull up a local cluster. The directory is not removed after running the tests. In particular when running multiple tests in parallel on the same machine as the same user this can lead to problems.
To re-produce issue the following commands prior to running the full test suite:
mkdir /tmp/hadoop-$USER
chmod 000 /tmp/hadoop-$USER
mvn test
Attachments
Attachments
Issue Links
- depends upon
-
MAHOUT-1201 Some Mahout jobs do not pass user supplied Configuration object to sub jobs
- Closed
- is depended upon by
-
MAHOUT-916 Make Mahout's tests run in parallel
- Closed
- relates to
-
MAHOUT-1325 MapReduce unit tests cannot be run in parallel
- Closed