Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 901F21BBF for ; Tue, 19 Apr 2011 15:42:44 +0000 (UTC) Received: (qmail 37340 invoked by uid 500); 19 Apr 2011 15:42:44 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 37297 invoked by uid 500); 19 Apr 2011 15:42:44 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 37289 invoked by uid 99); 19 Apr 2011 15:42:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 15:42:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 15:42:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C8E1AA8B64 for ; Tue, 19 Apr 2011 15:42:05 +0000 (UTC) Date: Tue, 19 Apr 2011 15:42:05 +0000 (UTC) From: "Jake Mannix (JIRA)" To: dev@mahout.apache.org Message-ID: <1349440620.67409.1303227725819.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAHOUT-319) SVD solvers should be gracefully stoppable/restartable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Mannix updated MAHOUT-319: ------------------------------- Attachment: MAHOUT-319.diff Updated patch, which adds HDFS persistence to the LanczosState, with unit/integration test. Integrated API changes with EigencutsDriver and SpectralKMeansDriver (but not the HDFS persistence piece). Still need to integrate HDFS persistence with the DistributedLanczosDriver before this bug is finished off. > SVD solvers should be gracefully stoppable/restartable > ------------------------------------------------------ > > Key: MAHOUT-319 > URL: https://issues.apache.org/jira/browse/MAHOUT-319 > Project: Mahout > Issue Type: Improvement > Components: Math > Affects Versions: 0.3 > Reporter: Jake Mannix > Assignee: Jake Mannix > Fix For: 0.5 > > Attachments: MAHOUT-319.diff, MAHOUT-319.patch > > > LanczosSolver, DistributedLanczosSolver, and HebbianSolver all keep copious amounts of memory-resident data which is lost if the app crashes or is killed (OOM, forgetting to run in a screen session, and losing net connectivity to the server running it, etc...). > These algorithms (and many other Mahout processes!) should enable a pluggable "persist state" mechanism (to HDFS, RDBMS, local disk, key-value store, etc), and similarly, a way to pick up and start from such a state. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira