You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2015/06/18 07:33:00 UTC

[jira] [Closed] (SPARK-8392) RDDOperationGraph: getting cached nodes is slow

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

Andrew Or closed SPARK-8392.
----------------------------
          Resolution: Fixed
       Fix Version/s: 1.5.0
                      1.4.1
    Target Version/s: 1.4.1, 1.5.0

> RDDOperationGraph: getting cached nodes is slow
> -----------------------------------------------
>
>                 Key: SPARK-8392
>                 URL: https://issues.apache.org/jira/browse/SPARK-8392
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.4.0
>            Reporter: meiyoula
>            Assignee: meiyoula
>            Priority: Minor
>             Fix For: 1.4.1, 1.5.0
>
>
> def getAllNodes: Seq[RDDOperationNode] = {
>     _childNodes ++ _childClusters.flatMap(_.childNodes)
>   }
> when the _childClusters has so many nodes, the process will hang on. I think we can improve the efficiency here.



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