You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Bieniosek (JIRA)" <ji...@apache.org> on 2015/04/03 18:05:53 UTC

[jira] [Updated] (SPARK-6698) RandomForest.scala (et al) hardcodes usage of StorageLevel.MEMORY_AND_DISK

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

Michael Bieniosek updated SPARK-6698:
-------------------------------------
    Attachment: SPARK-6698.patch

Attaching proposed patch to copy StorageLevel from input RDD

> RandomForest.scala (et al) hardcodes usage of StorageLevel.MEMORY_AND_DISK
> --------------------------------------------------------------------------
>
>                 Key: SPARK-6698
>                 URL: https://issues.apache.org/jira/browse/SPARK-6698
>             Project: Spark
>          Issue Type: Bug
>          Components: MLlib
>    Affects Versions: 1.3.0
>            Reporter: Michael Bieniosek
>         Attachments: SPARK-6698.patch
>
>
> In RandomForest.scala the feature input is persisted with StorageLevel.MEMORY_AND_DISK during the bagging phase, even if the bagging rate is set at 100%.  This forces the RDD to be stored unserialized, which causes major JVM GC headaches if the RDD is sizable.  
> Something similar happens in NodeIdCache.scala though I believe in this case the RDD is smaller.
> A simple fix would be to use the same StorageLevel as the input RDD. 



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