[
https://issues.apache.org/jira/browse/MAHOUT-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved MAHOUT-915.
------------------------------
Resolution: Fixed
Fix Version/s: 0.7
> 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