You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/07/01 16:59:04 UTC

[jira] [Assigned] (SPARK-8733) ML RDD.unpersist calls should use blocking = false

     [ https://issues.apache.org/jira/browse/SPARK-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-8733:
-----------------------------------

    Assignee: Apache Spark

> ML RDD.unpersist calls should use blocking = false
> --------------------------------------------------
>
>                 Key: SPARK-8733
>                 URL: https://issues.apache.org/jira/browse/SPARK-8733
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, MLlib
>            Reporter: Joseph K. Bradley
>            Assignee: Apache Spark
>         Attachments: Screen Shot 2015-06-30 at 10.51.44 AM.png
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> MLlib uses unpersist in many places, but is not consistent about blocking vs not.  We should check through all of MLlib and change calls to use blocking = false, unless there is a real need to block.  I have run into issues with futures timing out because of unpersist() calls, when there was no real need for the ML method to fail.
> See attached screenshot.  Training succeeded, but the final unpersist during cleanup failed.



--
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