You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Weichen Xu (JIRA)" <ji...@apache.org> on 2016/08/01 15:25:21 UTC

[jira] [Updated] (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 ]

Weichen Xu updated SPARK-16835:
-------------------------------
    Affects Version/s: 2.1.0
                       2.0.1

> 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