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:24:20 UTC

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

Weichen Xu created SPARK-16835:
----------------------------------

             Summary: 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
            Reporter: Weichen Xu


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