Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FB8117351 for ; Wed, 5 Nov 2014 23:08:36 +0000 (UTC) Received: (qmail 84553 invoked by uid 500); 5 Nov 2014 23:08:34 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 84487 invoked by uid 500); 5 Nov 2014 23:08:34 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 84380 invoked by uid 99); 5 Nov 2014 23:08:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 23:08:34 +0000 Date: Wed, 5 Nov 2014 23:08:34 +0000 (UTC) From: "Michelangelo D'Agostino (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-1006) MLlib ALS gets stack overflow with too many iterations 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/SPARK-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199314#comment-14199314 ] Michelangelo D'Agostino commented on SPARK-1006: ------------------------------------------------ Any plans to work on this or any pointers how one would go about making the needed modification? I'm working with a dataset that doesn't appear to be converging before it runs into this limitation... > MLlib ALS gets stack overflow with too many iterations > ------------------------------------------------------ > > Key: SPARK-1006 > URL: https://issues.apache.org/jira/browse/SPARK-1006 > Project: Spark > Issue Type: Bug > Components: MLlib > Reporter: Matei Zaharia > > The tipping point seems to be around 50. We should fix this by checkpointing the RDDs every 10-20 iterations to break the lineage chain, but checkpointing currently requires HDFS installed, which not all users will have. > We might also be able to fix DAGScheduler to not be recursive. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org