You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/08/02 16:31:20 UTC

[jira] [Resolved] (SPARK-16835) LinearRegression LogisticRegression AFTSuvivalRegression should unpersist input training data when exception throws

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

Sean Owen resolved SPARK-16835.
-------------------------------
    Resolution: Won't Fix

> LinearRegression LogisticRegression AFTSuvivalRegression should unpersist input training data when exception throws
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16835
>                 URL: https://issues.apache.org/jira/browse/SPARK-16835
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>    Affects Versions: 2.0.1, 2.1.0
>            Reporter: Weichen Xu
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Currently, 
> LinearRegression LogisticRegression AFTSuvivalRegression' s `fit` interface will persist the `dataframe` passed in if it is not persisted.
> but when possible exception throws, it won't be unpersist.
> As `fit` is a public interface, it is better to unpersist the parameter object passed in in any case, if it do `persist` internally.



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