Re: is there any tool to visualize the spark physical plan or spark plan

2020-05-02 Thread Enrico Minack
30, 2020 at 3:21 PM zhangliyun mailto:kelly...@126.com>> wrote: Hi all   i want to  ask a question is there any tool to visualize the spark physical plan or spark plan? sometimes the physical plan is very long so it is difficult to view it.

Re:Re: is there any tool to visualize the spark physical plan or spark plan

2020-05-01 Thread zhangliyun
kPlanGraph` has a `makeDotFile` method where you can write out a `.dot` file and visualize it with Graphviz tools, e.g. http://www.webgraphviz.com/ Thanks, Manu On Thu, Apr 30, 2020 at 3:21 PM zhangliyun wrote: Hi all i want to ask a question is there any tool to visualize the spark physica

Re:Re: is there any tool to visualize the spark physical plan or spark plan

2020-04-30 Thread zhangliyun
e: Hi all i want to ask a question is there any tool to visualize the spark physical plan or spark plan? sometimes the physical plan is very long so it is difficult to view it. Best Regards KellyZhang

Re: is there any tool to visualize the spark physical plan or spark plan

2020-04-30 Thread Wenchen Fan
gt; http://www.webgraphviz.com/ > > Thanks, > Manu > > On Thu, Apr 30, 2020 at 3:21 PM zhangliyun wrote: > >> Hi all >> i want to ask a question is there any tool to visualize the spark >> physical plan or spark plan? sometimes the physical plan is very long so it >> is difficult to view it. >> >> Best Regards >> KellyZhang >> >> >> >> >

Re: is there any tool to visualize the spark physical plan or spark plan

2020-04-30 Thread Manu Zhang
`makeDotFile` method where you can write out a `.dot` file and visualize it with Graphviz tools, e.g. http://www.webgraphviz.com/ Thanks, Manu On Thu, Apr 30, 2020 at 3:21 PM zhangliyun wrote: > Hi all > i want to ask a question is there any tool to visualize the spark > physical plan

is there any tool to visualize the spark physical plan or spark plan

2020-04-30 Thread zhangliyun
Hi all i want to ask a question is there any tool to visualize the spark physical plan or spark plan? sometimes the physical plan is very long so it is difficult to view it. Best Regards KellyZhang