[
https://issues.apache.org/jira/browse/MAHOUT-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204865#comment-13204865
]
Hudson commented on MAHOUT-915:
-------------------------------
Integrated in Mahout-Quality #1344 (See
[https://builds.apache.org/job/Mahout-Quality/1344/])
MAHOUT-915 avoid logging massive vector, which causes OOM
srowen : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1242331
Files :
*
/mahout/trunk/core/src/main/java/org/apache/mahout/math/hadoop/decomposer/EigenVerificationJob.java
> OutOfMemoryError in EigenVerificationJob
> -----------------------------------------
>
> Key: MAHOUT-915
> URL: https://issues.apache.org/jira/browse/MAHOUT-915
> Project: Mahout
> Issue Type: Bug
> Affects Versions: 0.6
> Reporter: Sebastian Schelter
> Assignee: Sebastian Schelter
> Fix For: 0.7
>
>
> I'm getting an OutOfMemoryError in EigenVerificationJob that seems to come
> from the following lines (200 - 204) that try to print the complete
> eigenvector to the console.
> {code}
> EigenVector ev = ...
> log.info("appending {} to {}", ev, path);
> {code}
> Am I doing something wrong here? Or should we handle this somehow else? I
> don't want to use another loglevel because of this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira