[
https://issues.apache.org/jira/browse/MAHOUT-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13642686#comment-13642686
]
Dawid Weiss commented on MAHOUT-916:
------------------------------------
You'd have to check but I bet /tmp is based off a system property
java.io.tmpdir. For Lucene this is solved by setting:
{code}
<sysproperty key="java.io.tmpdir" value="." />
{code}
again - this works because randomized testing splits the cwd for each forked
JVM, but perhaps you could set up a class rule on hadoop tests that would
"temporarily"? set up a sub-tmp folder and override this property. Might work.
> Make Mahout's tests run in parallel
> -----------------------------------
>
> Key: MAHOUT-916
> URL: https://issues.apache.org/jira/browse/MAHOUT-916
> Project: Mahout
> Issue Type: Improvement
> Components: build
> Reporter: Grant Ingersoll
> Assignee: Isabel Drost
> Priority: Minor
> Labels: MAHOUT_INTRO_CONTRIBUTE
> Attachments: MAHOUT-916.patch, MAHOUT-916.patch, MAHOUT-916.patch
>
>
> Maven now supports parallel execution of tests. We should hook this in to
> Mahout.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira