You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "junlong (JIRA)" <ji...@apache.org> on 2014/10/12 14:00:35 UTC

[jira] [Created] (SPARK-3918) Forget Unpersist in RandomForest.scala(train Method)

junlong created SPARK-3918:
------------------------------

             Summary: Forget Unpersist in RandomForest.scala(train Method)
                 Key: SPARK-3918
                 URL: https://issues.apache.org/jira/browse/SPARK-3918
             Project: Spark
          Issue Type: Bug
          Components: MLlib
    Affects Versions: 1.2.0
         Environment: All
            Reporter: junlong
             Fix For: 1.1.0


   In version 1.1.0 DecisionTree.scala, train Method, treeInput has been persisted in Memory, but without unpersist. It caused heavy DISK usage.
   In github version(1.2.0 maybe), RandomForest.scala, train Method, baggedInput has been persisted but without unpersisted too.



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