-
- Downloads
[SPARK-17171][WEB UI] DAG will list all partitions in the graph
## What changes were proposed in this pull request? DAG will list all partitions in the graph, it is too slow and hard to see all graph. Always we don't want to see all partitions,we just want to see the relations of DAG graph. So I just show 2 root nodes for Rdds. Before this PR, the DAG graph looks like [dag1.png](https://issues.apache.org/jira/secure/attachment/12824702/dag1.png), [dag3.png](https://issues.apache.org/jira/secure/attachment/12825456/dag3.png), after this PR, the DAG graph looks like [dag2.png](https://issues.apache.org/jira/secure/attachment/12824703/dag2.png),[dag4.png](https://issues.apache.org/jira/secure/attachment/12825457/dag4.png) Author: cenyuhai <cenyuhai@didichuxing.com> Author: 岑玉海 <261810726@qq.com> Closes #14737 from cenyuhai/SPARK-17171.
Showing
- core/src/main/scala/org/apache/spark/ui/scope/RDDOperationGraph.scala 28 additions, 7 deletions...n/scala/org/apache/spark/ui/scope/RDDOperationGraph.scala
- core/src/main/scala/org/apache/spark/ui/scope/RDDOperationGraphListener.scala 5 additions, 1 deletion...org/apache/spark/ui/scope/RDDOperationGraphListener.scala
Please register or sign in to comment