You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Mahmoud Rawas (JIRA)" <ji...@apache.org> on 2016/06/10 00:45:21 UTC

[jira] [Created] (SPARK-15858) "evaluateEachIteration" will fail on trying to run it on a model with 500+ trees

Mahmoud Rawas created SPARK-15858:
-------------------------------------

             Summary: "evaluateEachIteration" will fail on trying to run it on a model with 500+ trees 
                 Key: SPARK-15858
                 URL: https://issues.apache.org/jira/browse/SPARK-15858
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.6.1, 2.0.0
            Reporter: Mahmoud Rawas


this line:
remappedData.zip(predictionAndError).mapPartitions 
causing a stack over flow exception on executors after nearly 300 iterations also with this number of trees having a var RDD will have needless memory allocation. 
this functionality tested on version 1.6.1



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