spark-instrumented-optimizer/core
xutingjun 67ad12d793 [SPARK-8392] RDDOperationGraph: getting cached nodes is slow
```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.

Author: xutingjun <xutingjun@huawei.com>

Closes #6839 from XuTingjun/DAGImprove and squashes the following commits:

53b03ea [xutingjun] change code to more concise and easier to read
f98728b [xutingjun] fix words: node -> nodes
f87c663 [xutingjun] put the filter inside
81f9fd2 [xutingjun] put the filter inside

(cherry picked from commit e2cdb0568b)
Signed-off-by: Andrew Or <andrew@databricks.com>
2015-06-17 22:31:39 -07:00
..
src [SPARK-8392] RDDOperationGraph: getting cached nodes is slow 2015-06-17 22:31:39 -07:00
pom.xml [SPARK-8027] [SPARKR] Move man pages creation to install-dev.sh 2015-06-04 12:52:45 -07:00