[
https://issues.apache.org/jira/browse/MAHOUT-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943517#comment-13943517
]
Suneel Marthi commented on MAHOUT-1356:
---------------------------------------
A possible fix after applying the latest uploaded patch. Create a file
$MAHOUT_HOME/buildtools/test/resources/jaas.config with the following code in
it.
{Code}
hadoop-simple {
com.sun.security.auth.module.UnixLoginModule required ;
}
{Code}
Add the following argument to $MAHOUT_HOME/pom.xml
{Code}
-Djava.security.auth.login.config=${project.build.directory}/../../buildtools/src/test/resources/jaas.config
{Code}
Frank, Andrew could u give that a try?
> Ensure unit tests fail fast when writing outside mvn target directory
> ---------------------------------------------------------------------
>
> Key: MAHOUT-1356
> URL: https://issues.apache.org/jira/browse/MAHOUT-1356
> Project: Mahout
> Issue Type: Improvement
> Affects Versions: 0.7, 0.8, 0.9
> Reporter: Isabel Drost-Fromm
> Fix For: 1.0
>
> Attachments: MAHOUT-1356.patch, MAHOUT-1356.patch, MAHOUT-1356.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)